[DBAL-375] Warning "Udefined index dbname" while creating database with oci8 driver Created: 31/Oct/12 Updated: 20/Apr/13 |
|
| Status: | Open |
| Project: | Doctrine DBAL |
| Component/s: | Drivers |
| Affects Version/s: | 2.2.2, 2.3.1 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | pavel patrin | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | dbname, oci8 | ||
| Description |
|
In config specified: doctrine: When i create database (with symfony 2, doctrine:database:create), got that error: ===================================== If i comment "unset($params['dbname'])" in CreateDatabaseDoctrineCommand.php:54 all works fine. |
| Comments |
| Comment by Kris Willis [ 13/Nov/12 ] |
|
I'm experiencing the same issue and your fix appears to work for me too; thanks! |
| Comment by Benjamin Eberlei [ 20/Apr/13 ] |
|
on Oracle CREATE DATABASE is actually a CREATE USER. I am not sure the command should allow to do this. |