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!

ORA-06550 and PLS-00201

Karan KukrejaFeb 4 2011 — edited Feb 7 2011
Hi ,

I am on oracle 11.10.7.0.

I have oracle client and PL/SQL installed on my windows XP machine and

today while i was checking some table in PL/SQL.. i got the following error when i tried to view the DML for that table.( right click on table name -> DBMS_Metadata->DDL)

:::

ORA-06550: line 7, column 5:
PLS-00201: identifier 'SYS.DBMS_LOB' must be declared
ORA-06550: line 7, column 5:
PL/SQL: Statement ignored
ORA-06550: line 12, column 3:
PLS-00201: identifier 'SYS.DBMS_LOB' must be declared
ORA-06550: line 12, column 3:
PL/SQL: Statement ignored
ORA-06550: line 13, column 3:
PLS-00201: identifier 'SYS.DBMS_LOB' must be declared
ORA-06550: line 13, column 3:
PL/SQL: Statement ignored
Its not coming for one table but for all the tables.. Any help would be appreciated.


Regards
Kkukreja
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 7 2011
Added on Feb 4 2011
8 comments
11,666 views