Version currency is printed right on the product: ActualPDF staff check the Oracle Upgrade to Oracle Database 12c collection daily, and your 2026 purchase includes 365 days of free updates to the 1Z0-060 practice questions.
Oracle 1Z0-060 Exam Overview:
| Certification Vendor: | Oracle |
|---|---|
| Exam Name: | Upgrade to Oracle Database 12c |
| Exam Number: | 1Z0-060 |
| Exam Price: | $245 USD (approx.) |
| Related Certifications: | Oracle Database 12c Administrator Certified Professional |
| Available Languages: | English |
| Exam Format: | Multiple Choice |
| Exam Duration: | 120 minutes |
| Real Exam Qty: | 80β85 |
| Passing Score: | 65% (approx.) |
| Sample Questions: | ![]() |
| Exam Way: | Oracle MyLearn online or testing centre delivery (Oracle CertView/Pearson VUE historically used). |
| Pre Condition: | Candidates typically have prior Oracle Database administration experience or OCA-level certification. |
| Official Syllabus URL: | https://education.oracle.com/upgrade-to-oracle-database-12c/pexam_1Z0-060 |
Oracle 1Z0-060 Exam Syllabus Topics:
| Section | Objectives |
|---|---|
| Topic 1: Storage Management | - Manage database structures and storage
|
| Topic 2: Configuring and Creating CDBs and PDBs | - Backup and recovery
|
| Topic 3: Enterprise Manager and Tools | - Use Oracle Enterprise Manager Express and DBCA/OUI tools
|
| Topic 4: Multitenant Container Database (CDB) | - Multitenant architecture and benefits
|
| Topic 5: Performance Management | - Database performance and tuning
|
| Topic 6: Security | - Security policy and auditing
|
Questions and Answers About Oracle Upgrade to Oracle Database 12c
Oracle Upgrade to Oracle Database 12c is an official Oracle exam, listed under exam code 1Z0-060. A passing result earns you the Oracle Database certification at the Professional level. It also ties into Oracle Database 12c Administrator Certified Professional, extending its value across your certification roadmap. Employers read this credential as verified competence, which is why it keeps appearing in job requirements.
Expect 80β85 questions inside 120 minutes on the Oracle Upgrade to Oracle Database 12c exam. That pace punishes hesitation, so rehearse it: the ActualPDF software engine simulates the real exam scene, reminds you of the questions you got wrong, and pushes you to re-practice them until the clock stops being your enemy.
Passing Oracle Upgrade to Oracle Database 12c requires 65% (approx.), and the official registration fee is $245 USD (approx.). Retakes charge the full $245 USD (approx.) again, which is why experienced candidates treat preparation as the cheaper exam fee. Verify your readiness with repeated ActualPDF practice scores above the requirement before you commit to a date.
Candidates typically have prior Oracle Database administration experience or OCA-level certification.
Requirements evolve, so confirm the current conditions before registering on the official exam page.
Yes. ActualPDF provides a free download demo of the Oracle Upgrade to Oracle Database 12c material, so you can check the content before choosing a version. After purchase, a one-year warranty covers you: the latest version is sent to you as it releases, free for 365 days, and after expiry you can extend the update service at a 50% discount.
Your purchase is covered by a 100% money-back guarantee with clear conditions. Take the Oracle Upgrade to Oracle Database 12c exam within 60 days of purchase; if you fail, provide your unqualified result by submitting a scanned enrollment slip and the official Score Report PDF within 2 days of the exam, and the full refund is processed within 7 days. The exam must match your product, candidate and payer names must match, and attempts within 3 days of purchase, unused downloads, free materials, and expired orders are not covered. Alternatively, exchange for two other exam products of equal value, free, or wait for updates while keeping your original product's update service.
Delivery is instant: files unlock for download at payment and are emailed within one minute. If nothing arrives within 2 hours, check spam and contact customer service, which works 7/24 and normally replies within two hours. Installation is unlimited across your computers.
The Oracle Upgrade to Oracle Database 12c syllabus spans 6 domains, led by Enterprise Manager and Tools, Storage Management, and Configuring and Creating CDBs and PDBs. The complete topic list is published above; candidates who study the map first rarely get lost later.
Oracle Upgrade to Oracle Database 12c Sample Questions:
Which statement is true concerning dropping a pluggable database (PDB)?
- A. The PDB must be unplugged.
- B. A dropped PDB can never be plugged back into a multitenant container database (CDB).
- C. The PDB data files are always removed from disk.
- D. The PDB must be in mount state.
- E. The PDB must be open in read-only mode.
Correct Answer: D π³οΈ
Explanation: Only visible for ActualPDF members. You can sign-up / login (it's free).
Your multitenant container database (CDB) contains three pluggable database (PDBs). You find that the control file is damaged. You plan to use RMAN to recover the control file. There are no startup triggers associated with the PDBs.
Which three steps should you perform to recover the control file and make the database fully operational?
- A. Start the database instance in the nomount stage and restore the control file from control file auto backup.
- B. Open all the pluggable databases.
- C. Recover each pluggable database.
- D. Mount the CDB and then recover and open the database, with the RESETLOGS option.
- E. Mount the container database (CDB) and restore the control file from the control file auto backup.
- F. Recover and open the CDB in NORMAL mode.
Correct Answer: A,B,D π³οΈ
Explanation: Only visible for ActualPDF members. You can sign-up / login (it's free).
You have installed two 64G flash devices to support the Database Smart Flash Cache feature on your database server that is running on Oracle Linux.
You have set the DB_SMART_FLASH_FILE parameter:
DB_FLASH_CACHE_FILE= `/dev/flash_device_1 `,' /dev/flash_device_2'
How should the DB_FLASH_CACHE_SIZE be configured to use both devices?
- A. Set DB_FLASH_CACHE_ZISE = 64G.
- B. Set DB_FLASH_CACHE_ZISE = 128G.
- C. Set DB_FLASH_CACHE_ZISE = 64G, 64G
- D. DB_FLASH_CACHE_SIZE is automatically configured by the instance at startup.
Correct Answer: C π³οΈ
Explanation: Only visible for ActualPDF members. You can sign-up / login (it's free).
You configure your database Instance to support shared server connections.
Which two memory areas that are part of PGA are stored in SGA instead, for shared server connections?
- A. Location of the runtime area for DML and DDL Statements
- B. Persistent area containing bind variable values that are supplied to a SQL statement at run time
- C. Stack space
- D. User session data
- E. Location of a part of the runtime area for SELECT statements
Correct Answer: B,D π³οΈ
On your Oracle 12c database, you Issue the following commands to create indexes SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customers_id, sales_rep_id) INVISIBLE; SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customers_id, sales_rep_id); Which two statement are correct?
- A. Only the ORD_CUSTOMER_IX1 index is created.
- B. Both the indexes are updated when a new row is inserted, updated, or deleted In the orders table.
- C. Only the ORD_CUSTOMER_IX2 index is created.
- D. The optimizer evaluates index access from both the Indexes before deciding on which index to use for query execution plan.
- E. Both the indexes are created; however, only the ORD_COSTOMER index is visible.
Correct Answer: B,E π³οΈ
Explanation: Only visible for ActualPDF members. You can sign-up / login (it's free).
PDF Version Demo



