Issue:
While Import full database, few sql profiles were not imported
Error in Import File:
Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/POST_SYSTEM_ACTIONS/PROCACT_SYSTEM
ORA-39083: Object type PROCACT_SYSTEM failed to create with error:
ORA-21560: argument 2 is null, invalid, or out of range
Failing sql is:
BEGIN
DECLARE
sp_name VARCHAR2(30);
sp_desc VARCHAR2(500);
sp_category VARCHAR2(30);
sp_force_match VARCHAR2(3);
sp_sqltext CLOB;
sp_hints CLOB;
profile_already_exists exception;
pragma EXCEPTION_INIT(profile_already_exists, -13829);
BEGIN
sp_name := 'SYS_SQLPROF_014232aec76c0029';
sp_desc := '';
sp_category := 'DEFAULT';
sp_force_match := 'NO';
Completed 5 PROCACT_SYSTEM objects in 69 seconds
Cause:
Import of sql profile SYS_SQLPROF_014232aec76c0029 is causing the problem.
Solution:
Currently there is No Permanent Solution of this issue.Bug 18137408 is under development team.
Workaround:
Note# 457531.1 - How to Move SQL Profiles from One Database to Another (Including to Higher Versions)
While Import full database, few sql profiles were not imported
Error in Import File:
Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/POST_SYSTEM_ACTIONS/PROCACT_SYSTEM
ORA-39083: Object type PROCACT_SYSTEM failed to create with error:
ORA-21560: argument 2 is null, invalid, or out of range
Failing sql is:
BEGIN
DECLARE
sp_name VARCHAR2(30);
sp_desc VARCHAR2(500);
sp_category VARCHAR2(30);
sp_force_match VARCHAR2(3);
sp_sqltext CLOB;
sp_hints CLOB;
profile_already_exists exception;
pragma EXCEPTION_INIT(profile_already_exists, -13829);
BEGIN
sp_name := 'SYS_SQLPROF_014232aec76c0029';
sp_desc := '';
sp_category := 'DEFAULT';
sp_force_match := 'NO';
Completed 5 PROCACT_SYSTEM objects in 69 seconds
Cause:
Import of sql profile SYS_SQLPROF_014232aec76c0029 is causing the problem.
Solution:
Currently there is No Permanent Solution of this issue.Bug 18137408 is under development team.
Workaround:
Note# 457531.1 - How to Move SQL Profiles from One Database to Another (Including to Higher Versions)
No comments:
Post a Comment