PL SQL Questions and Answers 1. Consider the following PL/SQL code. declare v_char varchar2(3) := ‘ABCD’; start dbms_output.put_line(‘Value of v_char ‘ || v_char); exception when others then dbms_output.put_line(‘Exception Captured’); end; / What is the output ? (A) “Value of v_char ABCD” (B) “Exception Captured” (C) ORA-06502: PL/SQL: numeric or value error (D) ORA-1458-invalid length inside [...]
SAP BI Online Training
SAP BOBJ |SAP BO 4.0 Online Training