do this
tm_error varchar2(2000);
tm_message varchar2(2000);
tm_error := SQLCODE;
tm_message := SQLERRM (tm_error);
dbms_output.put_line('The Oracle Error is: '||tm_message);
|
Results 1 to 7 of 7
Thread: SQLCODE and SQLERRMThreaded View
|
Click Here to Expand Forum to Full Width |