oracle

推荐列表 站点导航

当前位置:首页 > 数据库 > oracle >

重新编译PLSQL中的无效对象或者指定的对象 的方法

来源:网络整理  作者:网络  发布时间:2020-12-10 07:29
重新编译PLSQL中的无效对象或者指定的对象 的方法...
  alter   package   package_name   compile   body;   
  过程:   

或者
  alter   package   package_name   compile;   

  $ORACLE_HOME/rdbms/admin/utlrp.sql   
编译指定的对象:
  alter   procedure   procedure_name   compile;   
Oracle   Tips,   Tricks   &   Scripts   
编译无效的对象:
  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,   functions,packages,triggers,   types,   and   views)   in   a   database. 
  函数:   
  alter   function   function_name   compile;   
  1.   Topic:   Compiling   Invalid   Objects:   
  包体:   
  包:   

相关热词: 方法

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!

本文地址: https://www.juheyunku.com/sql/oracle/2089.shtml

Copyright © www.juheyunku.com      关于 | 合作 | 声明 | 联系 | 更新 | 地图 | Tags

重新编译PLSQL中的无效对象或者指定的对象 的方法

2020-12-10 编辑:网络

  alter   package   package_name   compile   body;   
  过程:   

或者
  alter   package   package_name   compile;   

  $ORACLE_HOME/rdbms/admin/utlrp.sql   
编译指定的对象:
  alter   procedure   procedure_name   compile;   
Oracle   Tips,   Tricks   &   Scripts   
编译无效的对象:
  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,   functions,packages,triggers,   types,   and   views)   in   a   database. 
  函数:   
  alter   function   function_name   compile;   
  1.   Topic:   Compiling   Invalid   Objects:   
  包体:   
  包:   

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供学习参考!
本文地址为 https://www.juheyunku.com/sql/oracle/2089.shtml

相关文章

风云图片

推荐阅读

返回oracle频道首页