Generate entities for all schemas of a Oracle database #5230

Closed
opened 2026-01-22 15:02:08 +01:00 by admin · 1 comment
Owner

Originally created by @globtec on GitHub (Aug 24, 2016).

Originally assigned to: @Ocramius on GitHub.

I have a problem in a legacy system that use Oracle database with many schemas. I’ve added the Doctrine2 to Project. When I used the features to generate entities, I saw that the generated entities was only of one of the username’s schemas in the connection. How to generate entities for all schemas used in my application? The user used in the connection with database has a privilege in all schemas and the database has sinonimos configured.

Originally created by @globtec on GitHub (Aug 24, 2016). Originally assigned to: @Ocramius on GitHub. I have a problem in a legacy system that use Oracle database with many schemas. I’ve added the Doctrine2 to Project. When I used the features to generate entities, I saw that the generated entities was only of one of the username’s schemas in the connection. How to generate entities for all schemas used in my application? The user used in the connection with database has a privilege in all schemas and the database has sinonimos configured.
admin added the Can't Fix label 2026-01-22 15:02:08 +01:00
admin closed this issue 2026-01-22 15:02:08 +01:00
Author
Owner

@Ocramius commented on GitHub (Aug 24, 2016):

Only the schema you are currently working on is considered by the database driver: this is by design.

Closing as can't fix.

@Ocramius commented on GitHub (Aug 24, 2016): Only the schema you are currently working on is considered by the database driver: this is by design. Closing as `can't fix`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#5230