sql - Oracle err handling -


i writing proceudre , trying logging of sql insert query success status. have no clue how write if err insert error log table.

insert tablea (select * tableb); commit;  **if (show err <> null)  insert tableerr** 

can guy me how shall it? try search don't know key for

it's called "exception handling". have @ this tutorial.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -