Exam Details

  • Exam Code
    :1Z0-082
  • Exam Name
    :Oracle Database Administration I
  • Certification
    :Oracle Database
  • Vendor
    :Oracle
  • Total Questions
    :142 Q&As
  • Last Updated
    :Apr 25, 2024

Oracle Oracle Database 1Z0-082 Questions & Answers

  • Question 21:

    A script abc.sql must be executed to perform a job.

    A database user HR, who is defined in this database, executes this command:

    $ sqlplus hr/hr@orcl @abc.sql

    What will happen upon execution?

    A. The command succeeds and HR will be connected to the orcl and abc.sql databases

    B. The command succeeds and HR will be connected to the orcl database instance, and the abc.sql script will be executed

    C. The command fails because the script must refer to the full path name

    D. The command fails and reports an error because @ is used twice

  • Question 22:

    Your database instance was shut down normally and then started in NOMOUNT state. You then execute

    this command:

    ALTER DATABASE MOUNT;

    Which two actions are performed? (Choose two.)

    A. The online redo logs are opened

    B. The online data files are opened

    C. The alert log records the execution details

    D. The Oracle background processes are started

    E. The initialization parameter file is read

    F. The control file is read

  • Question 23:

    Which two are true about shrinking a segment online? (Choose two.)

    A. It is not possible to shrink either indexes or Index Organized Tables (IOTs)

    B. It always eliminates all migrated rows if any exist in the table

    C. To shrink a table it must have a PRIMARY KEY constraint

    D. To shrink a table it must have a UNIQUE KEY constraint

    E. To shrink a table it must have row movement enabled

    F. It must be in a tablespace that uses Automatic Segment Space Management (ASSM)

  • Question 24:

    Examine these commands: Which two statements are true about the sqlldr execution? (Choose two.)

    A. It overwrites data in EMP with data in EMP.DAT

    B. It uses the database buffer cache to load data

    C. It generates a log that contains control file entries, which can be used with normal SQL*Loader operations

    D. It generates a sql script that it uses to load data from EMP.DAT to EMP

    E. It appends data from EMP.DAT to EMP

  • Question 25:

    The CUSTOMERS table has a CUST_CREDIT_LIMIT column of data type NUMBER.

    Which two queries execute successfully? (Choose two.)

    A. SELECT NVL(cust_credit_limit * .15, `Not Available') FROM customers;

    B. SELECT NVL2(cust_credit_limit * .15, `Not Available') FROM customers;

    C. SELECT NVL(TO_CHAR(cust_credit_limit * .15), `Not Available') FROM customers;

    D. SELECT TO_CHAR(NVL(cust_credit_limit * .15, `Not Available')) FROM customers;

    E. SELECT NVL2(cust_credit_limit, TO_CHAR(cust_credit_limit * .15), `Not Available') FROM customers;

  • Question 26:

    Which statement is true about aggregate functions?

    A. Aggregate functions can be nested to any number of levels

    B. The AVG function implicitly converts NULLS to zero

    C. Aggregate functions can be used in any clause of a SELECT statement

    D. The MAX and MIN functions can be used on columns with character data types

  • Question 27:

    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 28:

    Examine this description of the TRANSACTIONS table:

    Which two SQL statements execute successfully? (Choose two.)

    A. SELECT customer_id AS "CUSTOMER-ID", transaction_date AS DATE, amount + 100 "DUES" FROM transactions;

    B. SELECT customer_id AS "CUSTOMER-ID", transaction_date AS "DATE", amount + 100 DUES FROM transactions;

    C. SELECT customer_id AS CUSTOMER-ID, transaction_date AS TRANS_DATE, amount + 100 "DUES AMOUNT" FROM transactions;

    D. SELECT customer_id CUSTID, transaction_date TRANS_DATE, amount + 100 DUES FROM transactions;

    E. SELECT customer_id AS `CUSTOMER-ID', transaction_date AS DATE, amount + 100 `DUES AMOUNT' FROM transactions;

  • Question 29:

    Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database? (Choose three.)

    A. The CURRENT_TIMESTAMP function returns data without time zone information

    B. A TIMESTAMP WITH LOCAL TIMEZONE data type column is stored in the database using the time zone of the session that inserted the row

    C. A TIMESTAMP data type column contains information about year, month, and day

    D. The DBTIMEZONE function can return an offset from Universal Coordinated Time (UTC)

    E. The SESSIONTIMEZONE function can return an offset from Universal Coordinated Time (UTC)

  • Question 30:

    Which two are true about a SQL statement using SET operators such as UNION? (Choose two.)

    A. The data type group of each column returned by the second query must match the data type of the corresponding column returned by the first query.

    B. The number, but not names, of columns must be identical for all SELECT statements in the query.

    C. The data type of each column returned by the second query must exactly match the data type of the corresponding column returned by the first query.

    D. The names and number of columns must be identical for all SELECT statements in the query.

    E. The data type of each column returned by the second query must be implicitly convertible to the data type of the corresponding column returned by the first query.

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.