Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I created a job that puts data into a table
insert into t1 select * from emp where deptno=20;
I want to save the work result to a table.
LNUM = PK
STIME = Start time
ETIME = end time
DMLTYPE = INSERT, UPDATE , DELETE
ROWVAL = DML row count
ERRVAL = error values
How can I get these results?
There is no PK in the LNUM column.