Reputation: 11
I'm connecting to a new Oracle database with Toad.
If a create a procedure like:
create or replace procedure MyProc...
After I compile it, the name automatically is changed to
SchemaName.MyProc
This doesn't happen in other Oracle databases where I'm doing the same test.
Is that a database configuration?
Thanks!
Upvotes: 1
Views: 44
Reputation: 142720
If you open TOAD settings, you'll find it here:
Upvotes: 3