compile_all.sql
来自「oracle dba 常用的管理脚本, 覆盖日常的系统管理.」· SQL 代码 · 共 12 行
SQL
12 行
--* File Name : Compile_All.sql
--* Author : DR Timothy S Hall
--* Description : Compiles all invalid objects for specified schema, or all schema.
--* Requirements : Requires all other "Compile_All" scripts.
--* Call Syntax : @Compile_All (schema-name or all)
--* Last Modified: 15/07/2000
@Compile_All_Specs &&1
@Compile_All_Bodies &&1
@Compile_All_Procs &&1
@Compile_All_Funcs &&1
@Compile_All_Views &&1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?