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