Skip to Main Content

SQL Developer

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error: component 'DBMS_SQL' must be declared

user516115Dec 19 2007 — edited Mar 18 2008
I'm running sqldeveloper rev 1.0.0.14.67 on Windows XP connecting to the Oracle database
"Oracle9i Enterprise Edition Release 9.2.0.5.0" on a Solaris box.

When I try to run or debug a database package I get the error message:
ORA-06550: line 3 column 11:
PLS-00302: component 'DBMS_SQL' must be declared.

An interesting thing is that this problem is occurring in one particular schema and not in others. The DBMS_SQL package is properly installed in the database and can be used from various tools such as SQLPlus, Java JDBC etc. when connected to the "troubling" schema.

Obviously something is not right with this particular schema but I'm not really sure what it can be.

The problem is not a matter of an old version of sqldeveloper as the issue exists in the version 1.2.1 of sqldeveloper which I also have installed on my PC.

Any ideas how to rectify this problem?
Many thanks!

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 15 2008
Added on Dec 19 2007
10 comments
4,896 views