SET SERVEROUTPUT ON
BEGIN
DBMS_OUTPUT.PUT_LINE('Today is '|| TO_CHAR( sysdate, 'Day, HH24:MI'));
END;
/
Today is Monday , 10:21
PL/SQL procedure successfully completed.
Subscribe to:
Post Comments (Atom)
External Table
Oracle External Table External tables are defined as tables that do not resides in the database allows you to access data that is stor...
-
The number of variables must be equal to the number of column or expression in the SELECT list. The number of component in record must ...
-
SET SERVEROUTPUT ON DECLARE FUNCTION getArea(v_radious NUMBER, v_precision NUMBER) RETURN NUMBER IS l_pi NUMBER := 3.14; ...
-
When an autonomous transactions is called it leaves context of calling program, perform an independent task without affecting calling prog...
No comments:
Post a Comment