You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the code from page 1000, then the submited jobs returns errors like this:
ORA-01403: no data found
ORA-06512: at "MYUSER.SERIAL", line 5
ORA-06512: at line 1
It is because the line which calls serial() procedure:
dbms_job.submit( l_job, 'serial(JOB);' );
uses name: JOB which doesn't provide the job number.
Could you correct the code of this anonymous block and/or serial procedure to run the code successfully?
Regards
KP
The text was updated successfully, but these errors were encountered:
When I run the code from page 1000, then the submited jobs returns errors like this:
ORA-01403: no data found
ORA-06512: at "MYUSER.SERIAL", line 5
ORA-06512: at line 1
It is because the line which calls serial() procedure:
dbms_job.submit( l_job, 'serial(JOB);' );
uses name: JOB which doesn't provide the job number.
Could you correct the code of this anonymous block and/or serial procedure to run the code successfully?
Regards
KP
The text was updated successfully, but these errors were encountered: