Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to force explicit schema for created objects?

mattknowlesJan 18 2011 — edited Jan 18 2011
Is it possible to force create statements to require an explicit schema?

When we deploy new applications, we run scripts to create tables and such in appropriate the appropriate schema. Since we always connect as ourselves, I want to minimize the possibility that I forget to put the schema and accidentally create the object in my own schema. I really don't want to have to connect as a different user, or rely on changing the current schema in login.sql or a logon trigger.

Thanks,
Matt Knowles
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 15 2011
Added on Jan 18 2011
5 comments
225 views