Free Oracle 1Z0-144 Exam Questions (page: 3)

You want to maintain an audit of the date and time when each user of the database logs off.
Examine the following code:


Which two clauses should be used to fill in the blanks and complete the above code?
(Choose two.)

  1. ON SCHEMA
  2. ON QRXABASE
  3. AFTER LOGOFF
  4. BEFORE LOGOFF

Answer(s): A,D



Which statements are true about PL/SQL procedures? (Choose all that apply.)

  1. Users with definer's rights who are granted access to a procedure that updates a table must be granted access to the table itself.
  2. Reuse of parsed PL/SQL code that becomes available in the shared SQL area of the server avoids the parsing overhead of SQL statements at run time.
  3. Depending on the number of calls, multiple copies of the procedure are loaded into memory for execution by multiple users to speed up performance.
  4. A PL/SQL procedure executing on the Oracle database can call an external procedure or function that is written in a different programming language, such as C or Java.

Answer(s): B,D



Which statements are true about database triggers? (Choose all that apply.)

  1. They can invoke only PL/SQL procedures
  2. They can include SQL and PL/SQL or calls to Java procedures.
  3. They are implicitly fired by an event that must occur within an application
  4. They are implicitly fired when a triggering event occurs, depending on which user is connected

Answer(s): A,D


Reference:

http://docs.oracle.com/cd/A57673_01/DOC/server/doc/SCN73/ch15.htm



View the Exhibit and examine the package code created by SCOTT. The execute privilege on this package is granted to green.


What is the outcome?

  1. SCOTT'S session displays 5, and then 0, greets session displays 0.
  2. SCOTT'S session displays 5, and then 0; green's session displays 5.
  3. SCOTT'S session displays 5, and then 5 again, green's session displays 0.
  4. SCOTT'S session displays 5, and then 5 again; green's session displays 5.

Answer(s): B






Post your Comments and Discuss Oracle 1Z0-144 exam prep with other Community members:

1Z0-144 Exam Discussions & Posts