Click to See Complete Forum and Search --> : Error in DBMS Package


bsuroop
08-18-2004, 07:21 AM
Hi Guys,

Whenever I login to Oracle SQL*plus I receive the following error. Can you pls tell me the reasons and how I can fix the problem.

SQL*Plus: Release 9.2.0.1.0 - Production on Wed Aug 18 12:09:59 2004

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

ERROR:
ORA-06550: line 1, column 19:
PLS-00302: component 'DISABLE' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored

Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production

SQL>


Thanks in Advance,

Regards,
Kishan

bsuroop
08-18-2004, 07:24 AM
When I give the command set serveroutput on on SQL prompt then also the same error message is displayed.

SQL> SET SERVEROUTPUT ON
ERROR:
ORA-06550: line 1, column 19:
PLS-00302: component 'ENABLE' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored


SQL>


Regards,
Suroop