Patrick Newport
Member
I've been experiencing a strange schema issue which has started very recently.
When I connect to a database under a schema, I can see all the objects in the Browser as usual... packages, tables, triggers, etc. However, if I compile a new package to the database, then login from a separate machine with the same schema and database, the package is not found. I can go back to my machine though, reboot, and retrieve the package from the database. If I drop the package from my machine's PLSQL, and another machine creates the same named package on the database, I cannot see their copy.
Furthermore, I can try to step through code that calls it, and PLSQL will hang with maximum CPU processing time.
Any suggestions at all? I've tried a complete uninstall and reinstall with no success.
When I connect to a database under a schema, I can see all the objects in the Browser as usual... packages, tables, triggers, etc. However, if I compile a new package to the database, then login from a separate machine with the same schema and database, the package is not found. I can go back to my machine though, reboot, and retrieve the package from the database. If I drop the package from my machine's PLSQL, and another machine creates the same named package on the database, I cannot see their copy.
Furthermore, I can try to step through code that calls it, and PLSQL will hang with maximum CPU processing time.
Any suggestions at all? I've tried a complete uninstall and reinstall with no success.