Online Access Free 1Z0-147 Practice Test

Exam Code:1Z0-147
Exam Name:Oracle9i program with pl/sql
Certification Provider:Oracle
Free Question Number:111
Posted:Sep 06, 2025
Rating
100%

Question 1

When using a PL/SQL stored package, how is a side effect defined?

Question 2

Examine this code:
CREATE OR REPLACE PROCEDURE audit_action (p_who VARCHAR2) AS BEGIN INSERT INTO audit(schema_user) VALUES(p_who); END audit_action; /
CREATE OR REPLACE TRIGGER watch_it AFTER LOGON ON DATABASE CALL audit_action(ora_login_user) / What does this trigger do?

Question 3

All users currently have the INSERT privilege on the PLAYER table. You only want your users to insert into this table using the ADD_PLAYTER procedure. Which two actions must you take? (Choose two)

Question 4

When using a packaged function in a query, what is true?

Question 5

What part of a database trigger determines the number of times the trigger body executes?

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.