Oracle database 12c Installation Steps
Related Posts:
WRITE A PROGRAM TO FIND SUM OF NUMBERS FROM 1 TO 100 -- WRITE A PROGRAM TO FIND SUM OF NUMBERS FROM 1 TO 100 DECLARE N NUMBER(3):=1; S NUMBER(4):=0; BEGIN WHILE N<=10 … Read More
Raise Application_Error What is Raise Application_Error The procedure RAISE_APPLICATION_ERROR lets user to issue user-defined ORA- error messages from stored subprograms. … Read More
Write PL/SQL Block Which Will Find Maximum Number Between Three Numbers? Q. Write PL/SQL Block Which Will Find Maximum Number Between Three Numbers? DECLARE a NUMBER:=&Input_First_no.; b NUMBER:=&Input_Second_n… Read More
Implicit Cursor & Explicit Cursor Implicit Cursor are declared and used by the oracle internally oracle automatically opens and closes the cursor .Where as the explicit cursors… Read More
nested Procedure In general, something that is nested is fully contained within something else of the same kind. In programming, nested describes code that perform… Read More
0 comments:
Post a Comment