Monday, May 14, 2018

Exception fine Oracle forms all

Exception fine

BEGIN

PL/SQL BLOCK;

EXCEPTION 
WHEN OTHERS THEN
MESSAGE('SQLERRM: ' || SQLERRM);


END;

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...