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!