ORA-06550: line 2, column 3: PLS-00201: identifier 'SYS.DBMS_SYSTEM' must be declared
説明
Having all the following public synonyms that are required for the Session Browser. Using Toad 8.0.0.47 with an Oracle 9i database and running the Session Browser then turning on the trace for a Session caused the following error message:
ORA-06550: line 2, column 3: PLS-00201: identifier SYS.DBMS_SYSTEM must be declared
対策
Login as sys and grant execute on the sys.dbms_system package to the user.