Symfony 2 meets Oracle (part 3)
Configuration First of all you will need to configure the database connection. We will assumme you have followed the previous tutorials and have an Oracle XE database. parameters: database_driver: oci8 database_host: your_VM_IP database_port: ‘1521’ database_name: XE database_user: your_username database_password: your_password database_charset: AL32UTF8 Database charset is by default AL32UTF8 […]