1Z0-082 Exam Details

  • Exam Code
    :1Z0-082
  • Exam Name
    :Oracle Database Administration I
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :176 Q&As
  • Last Updated
    :Jul 15, 2026

Oracle 1Z0-082 Online Questions & Answers

  • Question 111:

    Your database instance is started with a PFILE.

    Examine these parameters:

    You want to increase the size of the buffer cache.

    Free memory is available to increase the size of the buffer cache.

    You execute the command:

    SQL> ALTER SYSTEM SET DB_CACHE_SIZE=1024M;

    What is the outcome?

    A. The value is changed only in the PFILE and takes effect at the next instance startup
    B. The value is changed for the current instance and in the PFILE
    C. It fails because the SCOPE clause is missing
    D. Change is applied to the current instance, but does not persist after instance restart

  • Question 112:

    Evaluate these commands which execute successfully:

    Which two statements are true about the ORD_ITEMS table and the ORD_SEQ sequence? (Choose two.)

    A. If sequence ORD_SEQ is dropped then the default value for column ORD_NO will be NULL for rows inserted into ORD_ITEMS
    B. Any user inserting rows into table ORD_ITEMS must have been granted access to sequence ORD_SEQ
    C. Column ORD_NO gets the next number from sequence ORD_SEQ whenever a row is inserted into ORD_ITEMS and no explicit value is given for ORD_NO
    D. Sequence ORD_SEQ cycles back to 1 after every 5000 numbers and can cycle 20 times
    E. Sequence ORD_SEQ is guaranteed not to generate duplicate numbers

  • Question 113:

    Examine the description of the product_details table:

    Which two statements are true?

    A. PRODUCT_ID can be assigned the PRIMARY KEY constraint.
    B. PRODUCT_PRICE contains the value zero by default if no value is assigned to it.
    C. PRODUCT_PRICE can be used in an arithmetic expression even if it has no value stored in it.
    D. EXPIRY_DATE contains the SYSDATE by default if no date is assigned to it.
    E. PRODUCT_NAME cannot contain duplicate values.
    F. EXPIRY_DATE cannot be used in arithmetic expressions.

  • Question 114:

    Which two statements are true about the PMON background process? (Choose two.)

    A. It registers database services with all local and remote listeners known to the database instance.
    B. It rolls back transactions when a process fails.
    C. It records checkpoint information in the control file.
    D. It frees unused temporary segments.
    E. It frees resources held by abnormally terminated processes.

  • Question 115:

    Examine the data in the CUST_NAME column of the CUSTOMERS table:

    You want to display the CUST_NAME values where the last name starts with Mc or MC. Which two WHERE clauses give the required result? (Choose two.)

    A. WHERE UPPER (SUBSTR (cust_name, INSTR (cust_name, ' ') + 1)) LIKE UPPER ('MC%')
    B. WHERE SUBSTR(cust_name, INSTR(cust_name, ' ') + 1 ) LIKE 'Mc%' OR 'MC%'
    C. WHERE SUBSTR(cust_name, INSTR(cust_name, ' ') +1) LIKE 'Mc%'
    D. WHERE INITCAP(SUBSTR(cust_name, INSTR(cust_name, ' ') +1)) LIKE 'Mc%'
    E. WHERE INITCAP(SUBSTR(cust_name, INSTR(cust_name, ' ') +1)) IN (MC%', 'Mc%)

  • Question 116:

    You want to write a query that prompts for two column names and the WHERE condition each time it is executed in a session but only prompts for the table name the first time it is executed.

    The variables used in your query are never undefined in your session.

    Which query can be used?

    A. SELECT andandcol1, andandcol2 FROM andtable WHERE andandcondition = andandcond;
    B. SELECT andcol1, andcol2 FROM andandtable WHERE andcondition;
    C. SELECT andcol1, andcol2 FROM "andtable" WHERE andcondition;
    D. SELECT `andandcol1', `andandcol2' FROM andtable WHERE `andandcondition' = `andcond';
    E. SELECT andandcol1, andandcol2 FROM andtable WHERE andandcondition;

  • Question 117:

    Which three statements are true about inner and outer joins? (Choose three.)

    A. A full outer join returns matched and unmatched rows
    B. An inner join returns matched rows
    C. Outer joins can only be used between two tables per query
    D. A full outer join must use Oracle syntax
    E. Outer joins can be used when there are multiple join conditions on two tables
    F. A left or right outer join returns only unmatched rows

  • Question 118:

    Which two statements are true about date/time functions in a session where NLS_DATE_FORMAT is set to DD-MON-YYYY HH24:MI:SS? (Choose two.)

    A. CURRENT_TIMESTAMP returns the same date and time as SYSDATE with additional details of fractional seconds
    B. SYSDATE can be queried only from the DUAL table
    C. CURRENT_DATE returns the current date and time as per the session time zone
    D. SYSDATE can be used in expressions only if the default date format is DD-MON-RR
    E. SYSDATE and CURRENT_DATE return the current date and time set for the operating system of the database server
    F. CURRENT_TIMESTAMP returns the same date as CURRENT_DATE

  • Question 119:

    Which three activities are recorded in the database alert log? (Choose three.)

    A. Data Definition Language (DDL) statements
    B. non-default database parameters
    C. block corruption errors
    D. deadlock errors
    E. session logins and logouts

  • Question 120:

    Which three statements are true about dropping and unused columns in an Oracle database? (Choose three.)

    A. A primary key column referenced by another column as a foreign key can be dropped if using the CASCADE option.
    B. An UNUSED column's space is reclaimed automatically when the block containing that column is next queried.
    C. An UNUSED column's space is reclaimed automatically when the row containing that column is next queried.
    D. Partition key columns cannot be dropped.
    E. A DROP COLUMN command can be rolled back
    F. A column that is set to UNUSED still counts towards the limit of 1000 columns per table

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-082 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.