1Z0-060 Exam Details

  • Exam Code
    :1Z0-060
  • Exam Name
    :Upgrade to Oracle Database 12c
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :217 Q&As
  • Last Updated
    :May 25, 2026

Oracle 1Z0-060 Online Questions & Answers

  • Question 111:

    Which three statements are true when the listener handles connection requests to an Oracle 12c database instance with multithreaded architecture enabled In UNIX? (Choose three.)

    A. Thread creation must be routed through a dispatcher process
    B. The local listener may spawn a now process and have that new process create a thread
    C. Each Oracle process runs an SCMN thread.
    D. Each multithreaded Oracle process has an SCMN thread.
    E. The local listener may pass the request to an existing process which in turn will create a thread.

  • Question 112:

    You upgraded from a previous Oracle database version to Oracle Database version to Oracle Database 12c. Your database supports a mixed workload. During the day, lots of insert, update, and delete operations are performed. At night, Extract, Transform, Load (ETL) and batch reporting jobs are run. The ETL jobs perform certain database operations using two or more concurrent sessions. After the upgrade, you notice that the performance of ETL jobs has degraded. To ascertain the cause of performance degradation, you want to collect basic statistics such as the level of parallelism, total database time, and the number of I/O requests for the ETL jobs.

    How do you accomplish this?

    A. Examine the Active Session History (ASH) reports for the time period of the ETL or batch reporting runs.
    B. Enable SQL tracing for the queries in the ETL and batch reporting queries and gather diagnostic data from the trace file.
    C. Enable real-time SQL monitoring for ETL jobs and gather diagnostic data from the V$SQL_MONITOR view.
    D. Enable real-time database operation monitoring using the DBMS_SQL_MONITOR.BEGIN_OPERATION function, and then use the DBMS_SQL_MONITOR.REPORT_SQL_MONITOR function to view the required information.

  • Question 113:

    Your database supports a DSS workload that involves the execution of complex queries: Currently, the library cache contains the ideal workload for analysis. You want to analyze some of the queries for an application that are cached in the library cache.

    What must you do to receive recommendations about the efficient use of indexes and materialized views to improve query performance?

    A. Create a SQL Tuning Set (STS) that contains the queries cached in the library cache and run the SQL Tuning Advisor (STA) on the workload captured in the STS.
    B. Run the Automatic Workload Repository (AWR) report.
    C. Create an STS that contains the queries cached in the library cache and run the SQL Performance Analyzer (SPA) on the workload captured in the STS.
    D. Create an STS that contains the queries cached in the library cache and run the SQL Access Advisor on the workload captured in the STS.
    E. Run the Automatic Database Diagnostic Monitor (ADDM).

  • Question 114:

    Examine these two statements: Which three are true about the MRKT tablespace? (Choose three.)

    A. The MRKT tablespace is created as a smallfile tablespace, because the file size is less than the minimum required for bigfile files.
    B. The MRKT tablespace may be dropped if it has no contents.
    C. Users who were using the old default tablespace will have their default tablespaces changed to the MRKT tablespace.
    D. No more data files can be added to the tablespace.
    E. The relative file number of the tablespace is not stored in rowids for the table rows that are stored in the MRKT tablespace.

  • Question 115:

    On your Oracle Database, you issue the following commands to create indexes:

    SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customer_id, sales_rep_id) INVISIBLE;

    SQL> CREATE BITMAP INDEX oe.ord_customer_ix2 ON oe.orders (customer_id, sales_rep_id);

    Which two statements are true? (Choose two.)

    A. Only the ORD_CUSTOMER_IX1 index created.
    B. Both the indexes are updated when a row is inserted, updated, or deleted in the ORDERS table.
    C. Both the indexes are created: however, only ORD_CUSTOMERS_IX1 is used by the optimizer for queries on the ORDERS table.
    D. The ORD_CUSTOMER_IX1 index is not used by the optimizer even when the OPTIMIZER_USE_INVISIBLE_INDEXES parameters is set to true.
    E. Both the indexes are created and used by the optimizer for queries on the ORDERS table.
    F. Both the indexes are created: however, only ORD_CUSTOMERS_IX2 is used by the optimizer for queries on the ORDERS table.

  • Question 116:

    Which three statements are true about the use of the query result cache? (Choose three.)

    A. Results obtained from a query rewrite to a materialized view may be stored in the query result cache.
    B. Stale results may still be obtained from the query result cache, if the query session's query_rewrite_integrity parameter is set to stale_tolerated.
    C. Results obtained from a join between a table and a view may be stored in the query result cache.
    D. Results from distributed queries are never stored in the query result cache.
    E. Results may not be obtained from the query result cache, when the query_rewrite_enabled parameter is set to false.
    F. Results from remote queries may sometimes be stored in the query result cache.

  • Question 117:

    The tnsnames.ora file has an entry for the service alias ORCL as follows: The TNSPING command executes successfully when tested with ORCL; however, from the same OS user session, you are not able to connect to the database instance with the following command:

    SQL > CONNECT scott/tiger@orcl

    What could be the reason for this?

    A. The listener is not running on the database node.
    B. The TNS_ADMIN environment variable is set to the wrong value.
    C. The orcl.oracle.com database service is not registered with the listener.
    D. The DEFAULT_DOMAIN parameter is set to the wrong value in the sqlnet.ora file.
    E. The listener is running on a different port.

  • Question 118:

    Which three statements are true about Flashback Database? (Choose three.)

    A. Flashback logs are written sequentially, and are archived.
    B. Flashback Database uses a restored control file to recover a database.
    C. The Oracle database automatically creates, deletes, and resizes flashback logs in the Fast Recovery Area.
    D. Flashback Database can recover a database to the state that it was in before a RESETLOGS operation.
    E. Flashback Database can recover a data file that was dropped during the span of time of the flashback.
    F. Flashback logs are used to restore to the before images of blocks, so that redo data may be used to roll forward to the desired flashback time.

  • Question 119:

    Identify two situations in which the alert log file is updated.

    A. Running a query on a table returns ORA-600: Internal Error.
    B. Inserting a value into a table returns ORA-01722: invalid number.
    C. Creating a table returns ORA-00955: name us already in used by an existing objects.
    D. Inserting a value into a table returns ORA-00001: unique constraint (SYS.OK_TECHP) violated.
    E. Rebuilding an index using ALTER INDEX ... REBUILD fails with an ORA-01578: ORACLE data block corrupted (file # 14, block # 50) error.

  • Question 120:

    Which two statements are true about the Oracle Direct Network File system (DNFS)?

    A. It utilizes the OS file system cache.
    B. A traditional NFS mount is not required when using Direct NFS.
    C. Oracle Disk Manager can manage NFS on its own, without using the operating kernel NFS driver.
    D. Direct NFS is available only in UNIX platforms.
    E. Direct NFS can load-balance I/O traffic across multiple network adapters.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-060 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.