![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a job that calls a stored procedure, specified like this: job_type => 'PLSQL_BLOCK', job_action => 'begin qrunner_util.purge; end;', Will the job system perform a COMMIT after it performs the action? Or should I add the commit to the action: job_action => 'begin qrunner_util.purge; commit; end;', Many TIA! Mark What will the job do? |
#3
| |||
| |||
|
|
I have a job that calls a stored procedure, specified like this: job_type => 'PLSQL_BLOCK', job_action => 'begin qrunner_util.purge; end;', Will the job system perform a COMMIT after it performs the action? Or should I add the commit to the action: job_action => 'begin qrunner_util.purge; commit; end;', Many TIA! Mark What will the job do? |
#4
| |||
| |||
|
|
I have a job that calls a stored procedure, specified like this: job_type => 'PLSQL_BLOCK', job_action => 'begin qrunner_util.purge; end;', Will the job system perform a COMMIT after it performs the action? Or should I add the commit to the action: job_action => 'begin qrunner_util.purge; commit; end;', Many TIA! Mark What will the job do? |
#5
| |||
| |||
|
|
I have a job that calls a stored procedure, specified like this: job_type => 'PLSQL_BLOCK', job_action => 'begin qrunner_util.purge; end;', Will the job system perform a COMMIT after it performs the action? Or should I add the commit to the action: job_action => 'begin qrunner_util.purge; commit; end;', Many TIA! Mark What will the job do? |
![]() |
| Thread Tools | |
| Display Modes | |
| |