Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-20001 ORA-06512 when displaying Import/Export Jobs

brnfoxMar 30 2022

Hello,
I have this message when dispaying Import or Export Jobs in SQL Developer 21.4.2:
CHECKING MASTER TABLE
PL/SQL procedure successfully completed.
Error starting at line : 31 in command -
BEGIN
IF (:UTL_ERROR IS NOT NULL) THEN
Raise_application_error(-20001,:UTL_ERROR);
END IF;
END;
Error report -
ORA-20001: STATE IS NULL
ORA-06512: at line 3
Thanks for your help.
Bruno

Comments
Post Details
Added on Mar 30 2022
1 comment
991 views