Tag: databases
Questions Related to databases
-
By multiplexing the control files.
-
By multiplexing the redo log files.
-
By decreasing the size of redo log files.
-
By configuring the Mean Time Recover (MTTR) to a lower value.
-
By setting UNDO_RETENTION parameter to a higher value.
-
%ROWTYPE
-
%TYPE
-
AS_COLUMN
-
None of the above
-
binary
-
Character
-
ASCII
-
All of the above
-
CLOB
-
BLOB
-
LONG
-
All of the above
-
DELCARE and BEGIN
-
DECALRE and EXCEPTION
-
EXCEPTION and END
-
BEGIN and END
-
It produces the output Procedure B calling C
-
It produces the output Procedure C calling B
-
It produces a compilation error because procedure C requires a forward declaration
-
It produces a compilation error because procedure B requires a forward declaration.
-
It produces a compilation error because identified g_value is not declared in procedure A