编译package
alter package pkg_name compile package;
alter package pkg_name compile package body;
编译存储过程
alter procedure p_procname compile;
本文介绍了如何使用SQL命令编译PL/SQL包及其主体部分,以及如何编译存储过程。这些步骤对于确保PL/SQL代码正确加载到数据库中至关重要。
编译package
alter package pkg_name compile package;
alter package pkg_name compile package body;
编译存储过程
alter procedure p_procname compile;
1150

被折叠的 条评论
为什么被折叠?