博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

CcdD

微风涌起旧梦,拾起一片恍如叶落,过季的华叶虽美丽,徒奈亦夹进记忆的扉页。
敉平谬葛思如故。旧情怀,消不尽,几时休。
  aixcq.cublog.cn

关于作者
姓名:痴痴地等
职业:跳蚤守望者
年龄:31
位置:金刚塔下地狱十字架
个性介绍:不够成熟理智,不够积极优雅,希望能够觉悟人生,奉献人生,善用其心,善待一切,感恩包容,分享结缘。“真诚、清净、平等、正觉、慈悲”,“看破、放下、自由、随缘、念佛”要用这种心对人、对事、对天地万物!

佛看我们迷惑颠倒,他以种种方便来诱导我们、开启我们,希望我们豁然觉悟,又恢复到本觉,这就是佛度众生。《金刚经》上很坦率地告诉我们,佛不度众生,众生怎么度的?自己度自己。


背景音乐:暂停

|| << >> ||
我的分类


ORA-06554
刚新建一库,SQLPLUS连接时提示:ERROR:ORA-06554: package DBMS_STANDARD must be created before using PL/SQL
Error accessing package DBMS_APPLICATION_INFO
ERROR:ORA-06554: package DBMS_STANDARD must be created before using PL/SQL


于是用$ORACLE_HOME/RDBMS/ADMIN下面的相关文件重新创建一下这些包。
SYSDBA登陆运行
$ORACLE_HOME/RDBMS/ADMIN/CATALOG.SQL
$ORACLE_HOME/RDBMS/ADMIN/CATPROC.SQL





ORA-06509: PL/SQL: ICD vector missing for this package

      This can happen if something went wrong during the execution of catproc.sql or catalog.sql, or these scripts were run using a user other than SYS (internal).

      First of all you need to check if the faulty object also exists in a schema other then SYS:

      select owner, object_name, object_type
      from dba_objects
      where object_name='<faulty object name>'

      Only the object under SYS schema and possibly a SYNONYM should exist.

      If there's only an object under the SYS schema, try to reexecute the catalog.sql and catproc.sql scripts. 

发表于: 2008-05-20,修改于: 2008-05-20 09:36,已浏览242次,有评论0条 推荐 投诉


网友评论
 发表评论