重新编译PLSQL中无效对象或指定对象
敬业的IT人
互联网
佚名
2008-1-8 15:50:38
Oracle Tips, Tricks & Scripts
1. Topic: Compiling Invalid Objects:
Oracle8i and Oracle9i provides a script called utlrp.sql located in $ORACLE_HOME/rdbms/admin which can be used anytime to recompile all exisiting PL/SQL modules (procedure, functiborder="0" align="top" alt="重新编译PLSQL中无效对象或指定对象" width="11" height="16" /> $ORACLE_HOME/rdbms/admin/utlrp.sql 或者编译指定的对象: 过程:
alter procedure procedure_name compile;
函数:
alter function function_name compile;
包:
alter package package_name compile;
包体:
alter package package_name compile body;
Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=1514202
进入讨论组讨论。- 最新文章
- OpenBSD4.0 PostgreSQL8.1.5数据库的..[01-08]
- PostgreSQL 最新8.2版发布[01-08]
- 用触发器生成数据库表的数据操作日志[01-08]
- 有关数据库概念设计几点见解经验谈[01-08]
- PostgreSQL介绍及安装指南[01-08]
- Windows下PostgreSQL8.1版安装图解[01-08]
- 相关文章
- OpenBSD4.0 PostgreSQL8.1.5数据库的..[01-08]
- PostgreSQL 最新8.2版发布[01-08]
- PostgreSQL介绍及安装指南[01-08]
- Windows下PostgreSQL8.1版安装图解[01-08]
- postgresql+jdbc+servlet中文问题[01-08]
- PostgreSQL数据库学习手册之日期/时间支持[01-08]
