1.
Which system events can be used to create triggers that fire both at database and schema levels? (Choose all that apply)
2.
In which of the following scenarios would you recommend using PL/SQL records?
3.
Examine the following PL/SQL code:
Which statement is true about the execution of the code if the query in the PL/SQL block returns no rows?
4.
Consider the following scenario:
Local procedure a calls remote procedure B
Procedure A was compiled at 8 AM.
Procedure A was modified and recompiled at 9 AM.
Remote procedure B was later modified and recompiled at 11 AM.
The dependency mode is set to timestamp.
Which statement correctly describes what happens when procedure A is invoked at 1 PM?
5.
Examine the following snippet of code from the DECLARE section of PL/SQL DECLARE "First Test, FirstPass" - www.lead2pass.com 9 Oracle 1Z0-144 Exam Cut_name VERCHAR2 (20) NOT NULL := `tom jones': Same_name cut_name\TYPE: Which statement is correct about the above snippets of code?
6.
Examine the following package specification.
SQL>CREATE OR REPLACE PACKAGE emp_pkf IS
PROCEDURE search_emp (empdet NUMBER);
PROCEDURE search_emp (empdet DATE);
PROCEDURE search_emp (empdet NUMBER); RETURN VERCHAR2
PROCEDURE search_emp (empdet NUMBER); RETURN DATE
END emp_pkg
The package is compiled successfully
Why mould it generate an error at run tune?
7.
Which tasks must be performed during the installation of the UTL_MAIL package? "First Test, First Pass" - www.lead2pass.com 10 Oracle 1Z0-144 Exam (Choose all that apply.)
8.
Examine the following partial declare section from a block of PL/SQL code Which line(s) in the above code are NOT valid? (Choose all that apply.)
9.
Identify situations in which the DBMS_SQL package is the only applicable method of processing dynamic SQL. (Choose all that apply.)
10.
Identify the scenario in which you would use the current of clause for an update or delete statement to rows fetched from a cursor.