declare
l_empno emp.empno%type;
begin
select empno into l_empno from emp where ename = 'SCOTT';
end;
set serveroutput on size unlimited
spool install.log
begin
apex_application_install.set_auto_install_sup_obj( p_auto_install_sup_obj => true );
apex_debug.enable_dbms_output(p_prefix=>'DebugInstall##-');
apex_debug.enable(p_level => apex_debug.c_log_level_engine_trace);
end;
/
SQL> set serveroutput on size unlimited
SQL> spool install.log
SQL> begin
apex_application_install.set_auto_install_sup_obj( p_auto_install_sup_obj => true );
apex_debug.enable_dbms_output(p_prefix=>'DebugInstall##-');
apex_debug.enable(p_level => apex_debug.c_log_level_engine_trace);
end;
/
PL/SQLプロシージャが正常に完了しました。
SQL> @f181
--application/set_environment
DebugInstall##--8-|init cgi_var_name.count=>0
%CGI.init:723<-%CGI.__pkg_init:869<-%SECURITY.get_ecid:4753<-%DEBUG.log_session_info:1140<-%DEBUG.log_message_int
DebugInstall##- ernal:1240<-%DEBUG.enter:483<-%IMP.import_begin:884<-:2
DebugInstall##----|State is now App=, Page=, Session=0, Workspace=0, User=
------------------------------------------------------------------------------------------------------------------------------------------
DebugInstall##-INF|ECID not set via CGI header, fetching from v$session
%SECURITY.get_ecid:4756<-%DEBUG.log_session_info:1140<-%DEBUG.log_message_internal:1240<-%DEBUG.enter:483<-%IMP.i
DebugInstall##- mport_begin:884<-:2
DebugInstall##-INF|ECID not set via v$session, generating with sys_guid()
%SECURITY.get_ecid:4766<-%DEBUG.log_session_info:1140<-%DEBUG.log_message_internal:1240<-%DEBUG.enter:483<-%IMP.i
DebugInstall##- mport_begin:884<-:2
DebugInstall##--9-|APEX Version=24.1.1 %IMP.import_begin:884<-:2
DebugInstall##- |Patch Version=1
DebugInstall##- |SID=13401
DebugInstall##- |USER=WKSP_APEXDEV
DebugInstall##- |ECID=23516A574E408F58E063F15C000A482F
DebugInstall##- |INSTANCE=4
DebugInstall##- |
DebugInstall##--9-|R E Q U E S T SQLcle/
DebugInstall##--8-|import_begin
p_version_yyyy_mm_dd=>2024.05.31,p_release=>24.1.1,p_default_workspace_id=>7582124972789269,p_default_application_id=>181,p_default_id_offset=>67131626877163238,p_default_own
er=>WKSP_APEXDEV
DebugInstall##--8-|component_begin
p_version_yyyy_mm_dd=>2024.05.31,p_release=>24.1.1,p_default_workspace_id=>7582124972789269,p_default_application_id=>181,p_default_id_offset=>67131626877163238,p_default_own
er=>WKSP_APEXDEV
DebugInstall##- %IMP.component_begin:727<-%IMP.import_begin:898<-:2
DebugInstall##--8-|get_owner_of_calling_code callstack=>----- PL/SQL Call Stack -----
%SECURITY.get_owner_of_calling_code:4571<-%IMP.component_begin:770<-%IMP.import_begin:898<-:2
DebugInstall##- | object line object
DebugInstall##- | handle number name
DebugInstall##- |0xbc88946a8 4571 package body APEX_240100.WWV_FLOW_SECURITY.GET_OWNER_OF_CALLING_CODE
DebugInstall##- |0x275b4cd68 770 package body APEX_240100.WWV_FLOW_IMP.COMPONENT_BEGIN
DebugInstall##- |0x275b4cd68 898 package body APEX_240100.WWV_FLOW_IMP.IMPORT_BEGIN
DebugInstall##- |0xa7c6feda0 2 anonymous block
DebugInstall##- |
DebugInstall##----|State is now App=181, Page=, Session=0, Workspace=0, User=
---------------------------------------------------------------------------------------------------------------------------------------
DebugInstall##--9-|...skip APEX_240100.WWV_FLOW_SECURITY, APEX code
%SECURITY.get_owner_of_calling_code:4577<-%IMP.component_begin:770<-%IMP.import_begin:898<-:2
DebugInstall##-
_WIZARD.run_stmt:261<-%INSTALL_WIZARD.run_script:352<-%INSTALL_WIZARD.install:611<-%INSTALL_WIZARD.auto_install_s
DebugInstall##-
up_obj:1143<-%IMP.post_import_process:1279<-%IMP.component_end:1296<-%IMP.import_end:1336<-:2
DebugInstall##- |
DebugInstall##- | l_empno emp.empno%type;
DebugInstall##- |
DebugInstall##- |begin
DebugInstall##- |
DebugInstall##- | select empno into l_empno from emp where ename = 'SCOTT';
DebugInstall##- |
DebugInstall##- |end;,p_language=>PLSQL
DebugInstall##--8-|enable_access old g_disabled_level=>2
%SESSION_STATE.enable_access:155<-%SW_API.run_sql_arr:1225<-%SW_API.run_sql:1475<-%INSTALL_WIZARD.run_statement:2
DebugInstall##-
06<-%INSTALL_WIZARD.run_stmt:261<-%INSTALL_WIZARD.run_script:352<-%INSTALL_WIZARD.install:611<-%INSTALL_WIZARD.au
DebugInstall##-
to_install_sup_obj:1143<-%IMP.post_import_process:1279<-%IMP.component_end:1296<-%IMP.import_end:1336<-:2
DebugInstall##--8-|enable_access old g_disabled_level=>1
%SESSION_STATE.enable_access:155<-%INSTALL_WIZARD.run_script:366<-%INSTALL_WIZARD.install:611<-%INSTALL_WIZARD.au
DebugInstall##-
to_install_sup_obj:1143<-%IMP.post_import_process:1279<-%IMP.component_end:1296<-%IMP.import_end:1336<-:2
...Completed supporting objects install
DebugInstall##--8-|write_credential_collection
WWV_IMP_UTIL.write_credential_collection:832<-%IMP.component_end:1300<-%IMP.import_end:1336<-:2
DebugInstall##--8-|write_remoteserver_collection
WWV_IMP_UTIL.write_remoteserver_collection:893<-%IMP.component_end:1301<-%IMP.import_end:1336<-:2
... elapsed: 146.37 sec
...done
SQL>