Updated: Jul 30, 2026
No. of Questions: 111 Questions & Answers with Testing Engine
Download Limit: Unlimited
Pass4SureQuiz 1Z0-147 pass-sure quiz materials provide three versions including Software & APP test engine which can simulate the scene of the real exam so that you will have a good command of writing speed and time. Then multiple practices make you perfect while in the real Oracle 1Z0-147 exam. The three different versions will not only provide you professional 1Z0-147 pass-sure quiz materials but also different studying methods.
Pass4SureQuiz has an unprecedented 99.6% first time pass rate among our customers.
We're so confident of our products that we provide no hassle product exchange.
| Certification Vendor: | Oracle |
| Exam Name: | Oracle9i Program with PL/SQL |
| Exam Number: | 1Z0-147 |
| Available Languages: | English |
| Certificate Validity Period: | Lifetime |
| Related Certifications: | Oracle PL/SQL Developer Certified Professional |
| Exam Price: | USD 245 |
| Real Exam Qty: | 64 - 66 |
| Passing Score: | 70% - 77% |
| Exam Format: | Multiple Choice, Single Answer, Multiple Answer |
| Exam Duration: | 90 minutes |
| Recommended Training: | Oracle9i: Program with PL/SQL Training |
| Exam Registration: | Oracle University Pearson VUE Oracle Registration |
| Sample Questions: | Oracle 1Z0-147 Sample Questions |
| Exam Way: | Computer-based test, delivered at authorized Pearson VUE centers; retired after July 31, 2013 |
| Pre Condition: | No mandatory prerequisites; recommended basic knowledge of SQL and Oracle Database 9i |
| Official Syllabus URL: | https://education.oracle.com/ |
| Section | Weight | Objectives |
|---|---|---|
| Topic 1: Procedures and Functions | 20% | - Creating and invoking functions
|
| Topic 2: Database Triggers | 15% | - Trigger concepts
|
| Topic 3: Packages | 20% | - Package structure
|
| Topic 4: Managing Dependencies and Performance | 5% | - Object dependencies
|
| Topic 5: Error Handling and Exceptions | 10% | - Handling exceptions
|
| Topic 6: PL/SQL Fundamentals | 15% | - Declaring Variables and Data Types
|
| Topic 7: Control Structures | 15% | - Iterative statements
|
1. Procedure PROCESS_EMP references the table EMP.
Procedure UPDATE_EMP updates rows if table EMP through procedure PROCESS_EMP.
There is a remote procedure QUERY_EMP that queries the EMP table through the local
procedure PROCESS_EMP.
The dependency mode is set to TIMESTAMP in this session.
Which two statements are true? (Choose two)
A) If internal logic of procedure PROCESS_EMP is modified and successfully recompiles, QUERY_EMP gets invalidated and will recompile when invoked for the second time.
B) If internal logic of procedure PROCESS_EMP is modified and successfully recompiles, UPDATE_EMP gets invalidated and will recompile when invoked for the first time.
C) If the signature of procedure PROCESS_EMP is modified and successfully recompiles, the EMP table is invalidated.
D) If the signature of procedure PROCESS_EMP is modified and successfully recompiles, UPDATE_EMP gets invalidated and will recompile when invoked for the first time.
E) If internal logic of procedure PROCESS_EMP is modified and successfully recompiles, QUERY_EMP gets invalidated and will recompile when invoked for the first time.
2. Examine this procedure:
CREATE OR REPLACE PROCEDURE INSERT_TEAM
(V_ID in NUMBER, V_CITY in VARCHAR2 DEFAULT 'AUSTIN', V_NAME in VARCHAR2)
IS
BEGIN
INSERT INTO TEAM (id, city, name)
VALUES (v_id, v_city, v_name);
COMMIT;
END
Which two statements will successfully invoke this procedure in SQL *Plus? (Choose two)
A) EXECUTE INSERT_TEAM (3, 'LONGHORNS');
B) EXECUTE INSERT_TEAM (V_ID := V_NAME := 'LONGHORNS', V_CITY := 'AUSTIN');
C) EXECUTE INSERT_TEAM;
D) EXECUTE INSERT_TEAM(3, V_NAME=>'LONGHORNS', V_CITY=>'AUSTIN');
E) EXECUTE INSERT_TEAM(3, 'AUSTIN','LONGHORNS');
3. You have a row level BEFORE UPDATE trigger on the EMP table. This trigger contains a SELECT statement on the EMP table to ensure that the new salary value falls within the minimum and maximum salary for a given job title.
What happens when you try to update a salary value in the EMP table?
A) The trigger fails because you cannot use the minimum and maximum functions in a BEFORE UPDATE trigger.
B) The trigger fails because it needs to be a row level AFTER UPDATE trigger.
C) The trigger fires successfully.
D) The trigger fails because a SELECT statement on the table being updated is not allowed.
4. Which three statements are true regarding database triggers? (Choose three)
A) A database trigger fires whenever a data event (such as DML) or system event (such as logon, shutdown) occurs on a schema or database.
B) With a schema, triggers fire for each event for all users; with a database, triggers fire for each event for that specific user.
C) A database trigger is a PL/SQL block, C, or Java procedure associated with a table, view, schema, or the database.
D) A database trigger needs to be executed explicitly whenever a particular event takes place.
E) A database trigger executes implicitly whenever a particular event takes place.
5. You have the following table:
CREATE TABLE Emp_log ( Emp_id NUMBER Log_date DATE, New_salary NUMBER, Action VARCHAR(20));
You have the following data in the EMPLOYEES table:
EMPLOYEE_ID LAST_NAME SALARY DEPARTMENT_ID
100 King 24000 90 101 Kochhar 17000 90 102 De Haan 17000 90 103 Hunold 9000 60 104 Ernst 6000 60 105 Austin 4800 60 106 Pataballa 4800 60 107 Lorentz 4200 60 108 Greenberg 12000 100 201 Hartstein 13000 20 202 Fay 6000 20
You create this trigger:
CREATE OR REPLACE TRIGGER Log_salary_increase AFTER UPDATE ON employees FOR EACH ROW WHEN (:new.Salary > 1000) BEGIN INSERT INTO Emp_log (Emp_id, Log_date, New_Salary, Action) VALUES (new.Employee_id, SYSDATE, :new.SALary, 'NEW SAL'); END /
Then, you enter the following SQL statement:
UPDATE Employee SET Salary = Salary + 1000.0 Where Department_id = 20M
What are the result in the EMP_LOG table?
A EMP_ID LOG_DATE NEW_SALARY ACTION
201 24-SEP-02 13000 NEW SAL 202 24-SEP-02 600 NEW SAL
A) EMP_ID LOG_DATE NEW_SALARY ACTION
201 24-SEP-02 14000 NEW SAL 202 24-SEP-02 7000 NEW SAL
B) No rows are inserted.
C) EMP_ID LOG_DATE NEW_SALARY ACTION
201 24-SEP-02 NEW SAL 202 24-SEP-02 NEW SAL
Solutions:
| Question # 1 Answer: A,B | Question # 2 Answer: D,E | Question # 3 Answer: D | Question # 4 Answer: A,C,E | Question # 5 Answer: C |
It is really helpful to prepare for my exam with 1Z0-147 dumps, I will choose it as only tool for my next exams.
I was truly amazed by the quality of 1Z0-147 dumps when preparing for my Exam. At first I was really troubled thinking that I wouldn’t be able to comprehend it all but when I started preparing for the exam everything went as smooth as butter. Really happy with all the help I got from 1Z0-147 dumps.
I passed exam using 1Z0-147 exam questions. It's valid for 1Z0-147 exam. Cheers!
I happen to know 1Z0-147 study materials from others, I decide to try it. The result is that 1Z0-147 study materials are very effictive, I passed my exam today.
Just passed the exam. There was enough time for me, so i easily completed all questions. I can say that 1Z0-147 exam questions are valid on 90%. Very useful 1Z0-147 exam questions but be careful guys and sometimes google the answers. Good luck!
Trained with the 1Z0-147 dumps! They are great! They really helped a lot for me to pass the 1Z0-147 exam!
Disclaimer Policy: The site does not guarantee the content of the comments. Because of the different time and the changes in the scope of the exam, it can produce different effect. Before you purchase the dump, please carefully read the product introduction from the page. In addition, please be advised the site will not be responsible for the content of the comments and contradictions between users.
Pass4SureQuiz 1Z0-147 pass-sure quiz materials offer candidates the most professional exam preparation materials so that candidates can have a good understanding about your test. Most candidates choose our exam quiz torrent as their only study guide and clear exam easily. Our latest & latest 1Z0-147 pass-sure quiz materials should be helpful for every user if you pay attention on our exam guide. Every penny will be worth.
Or if you are afraid, we have money back guarantee policy that if you fail exam after purchasing our 1Z0-147 pass-sure quiz materials, we will full refund to you soon if you send us your failure score scanned and apply for refund. No Pass, Full Refund!
All our products are the latest version. If you want to know details about each exam materials, our service will be waiting for you 7*24*365 online. Our exam products will updates with the change of the real 1Z0-147 test. It is different for each exam code.
All our products can share 365 days free download for updating version from the date of purchase. So don't worry. The exam materials will be valid for 365 days on our site.
We have professional system designed by our strict IT staff. Once the 1Z0-147 exam materials you purchased have new updates, our system will send you a mail to notify you including the downloading link automatically, or you can log in our site via account and password, and then download any time. As we all know, procedure may be more accurate than manpower.
Yes, our 1Z0-147 exam questions are certainly helpful practice materials. Our pass rate is 99%. Our 1Z0-147 exam questions are compiled strictly. Our education experts are experienced in this line many years. We guarantee that our materials are helpful and latest surely. If you want to know more about our products, you can download our PDF free demo for reference. Also we have pictures and illustration for Self Test Software & Online Engine version.
No. After purchase, our system will set up an account and password by your purchasing information. You can use it directly or you can change your password as you like. No need to register an account yourself.
Yes, we have money back guarantee if you fail exam with our products. Applying for refund is simple that you send email to us for applying refund attached your failure score scanned. Money will be back to what you pay. Normally we support Credit Card for most countries. Our refund validity is 60 days from the date of your purchase. Our customer service is 365 days warranty. Users can receive our latest materials within one year.
Self Test Software should be downloaded and installed in Window system with Java script. After purchase, we will send you email including download link, you click the link and download directly. If your computer is not the Window system and Java script, you can choose to purchase Online Test Engine. It is available for all device such Mac.
Yes, you can choose PDF version and print out. PDF version, Self Test Software and Online Test Engine cover same questions and answers. PDF version is printable.
Self Test Software can be downloaded in more than two hundreds computers. It is no limitation for the quantity of computers. So does Online Test Engine. You can use Online Test Engine in any device.
Over 56295+ Satisfied Customers