Good morning guys, I'm having my first experience in connection with ORACLE
using DOCTRINE is possible to convert-mapping database? I can set the schema
in the configuration doctrine?? Excuse my English, I used the google
translator.
Config:
return array(
'doctrine' => array(
'connection' => array(
'orm_default' => array(
'driverClass' => 'Doctrine\DBAL\Driver\OCI8\Driver',
'params' => array(
'host'=>'',
'user' => 'brasil',
'password' => 'brasil',
'dbname' => '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS =
(PROTOCOL = TCP)(HOST = 999.99.99.88)(PORT = 1521)))(CONNECT_DATA =(SID =
BRASIL)(SERVER = DEDICATED)))',
)
)
)
)
);
Remembering that I have done a test, bringing the record of a table in the
database, only I would make the convert-mapping to not have to write every
entity on the nail.
--
You received this message because you are subscribed to the Google Groups
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.