哪位知道PLS-lcbd 00753迅雷下载指的是什么错误

查看: 9678|回复: 3
哪位知道PLS-00753指的是什么错误?急
论坛徽章:1
哪位知道PLS-00753指的是什么错误?
论坛徽章:1
不好意思,我的英文不是很好,能不能用中文解释一下。谢谢
论坛徽章:25
翻译过来时说包装的单元格式错误或已损坏。是utl_file包的错误
论坛徽章:25
运行一下@D:\oracle\product\10.2.0\db_1\RDBMS\ADMIN\utlfile.sql文件重建一下utl_file包体
还要运行一下加密后的包体文件。D:\oracle\product\10.2.0\db_1\RDBMS\ADMIN\prvtfile.plb
应该是加密后的包体文件。
[ 本帖最后由 jimn1982 于
13:34 编辑 ]
itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有    
 北京市公安局海淀分局网监中心备案编号:10 广播电视节目制作经营许可证:编号(京)字第1149号查看: 5286|回复: 2
sys.dbms_aq 显示invalid, 编译报错PLS-00753: malformed or corrupted wrapped unit
认证徽章论坛徽章:71
本帖最后由 tolywang 于
16:30 编辑
近期在安装配置中间件SOA的时候,需要连接数据库创建一些soa infra 相关的schema , 数据库版本为 11.2.0.3 ,&&测试库,单机,
创建 schema 时,可能是需要其中会用到Oracle AQ ,在创建元数据及相关pkg 等的时候,在创建SOA 基础架构的地方报错:
ORA-04063ackage body &SYS.DBMS_AQ&有错误
ORA-06508:PL/SQL: 无法找到正在调用:&SYS.DBMS_AQ&的程序单元
File: O:\rcuHome\rcu\ingegration\\soainfra\oracle\createschema_soainfra_oracle.sql&&
编译dbms_aq 包报错:
PACKAGE BODY SYS.DBMS_AQ
PLS-00753: malformed or corrupted wrapped unit
重新执行&&$ORACLE_HOME/rdbms/admin/下的 dbmsaq.plb , 执行成功,但是编译还是不能通过,&&dbms_aq& &body 还是 invalid&&,&&
对比了其他数据库, plb 文件都是那个时间的文件, 其他测试库下的 dbms_aq 都是 valid 的.....
认证徽章论坛徽章:71
本帖最后由 tolywang 于
16:36 编辑
在MOS找到如下类似的报错 :&&
When Trying to Compile a Wrapped Stored Procedure Results in PLS-00753 [ID ]& &
但是solution 是 :
Wrap the code on the server machine where it is to be executed at.
对于包 dbms_aq , 只有wrapped 的 packages 以及 在$ORACLE_HOME/rdbms/admin 下的&&
dbmsaq.plb , 根据wrap 语法,怎么 &Wrap the code on the server&&&?&&
wrap iname=/mydir/myfile
wrap iname=/mydir/myfile.sql oname=/mydir/myfile.plb
类似如下这样吗 ?
wrap&&iname=$ORACLE_HOME/rdbms/admin/dbmsaq.plb& &??& & 但是 plb 应该是输出文件 。
输入文件又是什么呢&&?&&
论坛徽章:47
The MOS note you found is too generic. This type of errors have to be solved by a search specific to dbms_aq. Unfortunately, I didn't find a bug or note about this package that throws the same errors as yours.
itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有    
 北京市公安局海淀分局网监中心备案编号:10 广播电视节目制作经营许可证:编号(京)字第1149号博客访问: 35710
博文数量: 16
注册时间:
ITPUB论坛APP
ITPUB论坛APP
APP发帖 享双倍积分
IT168企业级官微
微信号:IT168qiye
系统架构师大会
微信号:SACC2013
给主人留下些什么吧!~~
请登录后留言。PLS-00753 error tips
Burleson is the American Team
This Oracle
documentation was created as a support and Oracle training reference for use by our
DBA performance tuning consulting professionals.&
Feel free to ask questions on our
experience!
considering using the services of an Oracle support expert should
independently investigate their credentials and experience, and not rely on
advertisements and self-proclaimed expertise. All legitimate Oracle experts
&Oracle technology is changing and we
strive to update our BC Oracle support information.& If you find an error
or have a suggestion for improving our content, we would appreciate your
feedback.& Just&
&and include the URL for the page.
&&&&&&&&&&&&&&&&&&&&
Burleson Consulting
The Oracle of
Database Support
Copyright & 1996 -& 2016
All rights reserved by
is the registered trademark of Oracle Corporation.
��博客访问: 35712
博文数量: 16
注册时间:
ITPUB论坛APP
ITPUB论坛APP
APP发帖 享双倍积分
IT168企业级官微
微信号:IT168qiye
系统架构师大会
微信号:SACC2013
分类: Linux
如果我们不小心在pl/sql或者toad等客户端工具里面打开了oracle加密的包,并进行了编译,那么编译肯定会报PLS-00753的错误,这个错误的解决有可能很简单,也有可能比较发杂。
先用常见方法解决一下如下:
1.用数据库用户登陆主机
2.cd $ORACLE_HOME/rdbms/admin
3.grep 报错的包名 ./*
4.sqlplus "/as sysdba"
5.@ 找到的***.sql和***.plb
但是,我这次报错的是FND_WEB_SEB,这个包用上面的方法行不通,在metalink上找到了解决方法如下:
1. Login to UNIX session of the EBS Apps Tier
2. Source the application environment file
3.& Validate the version of the package FND_WEB_SEC in database
select text from user_sourcewhere NAME= 'FND_WEB_SEC'and line = 2;
4. Validated the version of FND_WEB_SEC package in file system,
cd $FND_TOP/patch/115/sql
adident Header AFSCJAV8.plsadident Header AFSCJAVB.plsadident Header AFSCJAVS.pls
Note : FND_WEB_SEC version in DB and File system should match
3. execute the below commands
sqlplus apps/ @ $FND_TOP/patch/115/sql/AFSCJAVS.plssqlplus apps/ @ $FND_TOP/patch/115/sql/AFSCJAVB.plssqlplus apps/ @ $FND_TOP/patch/115/sql/AFSCJAV8.pls
4. Validate that FND_WEB_SEC the package is valid.
select OBJECT_NAME,OBJECT_TYPE,STATUS from all_objects where OBJECT_NAME='FND_WEB_SEC';
5. Retest the issue.
阅读(5584) | 评论(0) | 转发(0) |
下一篇:没有了
相关热门文章
给主人留下些什么吧!~~
请登录后评论。}

我要回帖

更多关于 00753 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信