Executing a stored procedure as shown below, with multiple lines results in: [1]: ORA-00900: invalid SQL statement exec
proc_oe.proc1(00678526,
0,
sysdate,
'INVPRINT',
null,
null,
null,
'TEST')
This works when on a single line: exec proc_oe.proc1(00678526, 0, sysdate, 'INVPRINT', null, null, null, 'TEST')