--定义包中函数的纯度级别 create or replace package purityTest is type dept_typ is table of dept%rowtype index by binary_integer; dept_tab dept_typ; procedure newdept( p_deptno dept.deptno%type, p_dname dept.dname%type, p_loc dept.loc%type ); function getraiseds
环境:RHEL 6.4 + Oracle 11.2.0.4 1. 设置ADR 2. 使用Support Workbench 3. 恢复块介质 Reference 1. 设置ADR 1.1 查看v$diag_info 查看v$diag_info诊断库相关信息: col value for a70 col name for a35 set linesize 140 select * from v$diag_info; SQL> select * from v$diag_info; INST_ID N