我用system连接sqlplus 问题
我用system 连接sqlplus的soracle(自己建的)数据库时出现错误
ERROR:
ORA-06553: PLS-213: STANDARD 包不可访问
ERROR:
ORA-06553: PLS-213: STANDARD 包不可访问
访问程序包 DBMS_APPLICATION_INFO 时出错
连接到:
Personal Oracle9i Release 9.0.1.1.1 - Production
With the Partitioning option
JServer Release 9.0.1.1.1 - Production
但是连接别的数据库没问题!!!!!
这是怎么回事啊 ???? 查看下你數據庫中對應的PACKAGE的狀態是否正常
select owner,object_name,object_type,status From dba_objects where object_type like 'PACK%'
如果Status=INVALID 那就請重新執行catproc.sql 和catalog.sql 或者試下utlrp.sql
页:
[1]