1Z0-082 Exam Questions
161 real 1Z0-082 exam questions with expert-verified answers and explanations. Page 1 of 4.
- Question #1SQL and PL/SQL
You need to calculate the number of days from 1st January 2019 until today. Dates are stored in the default format of DD-MON-RR. Which two queries give the required output? (Choose...
date arithmeticTO_DATESYSDATEimplicit conversion - Question #2Administering a Multitenant Container Database
Which two statements are true about the DUAL table? (Choose two.)
DUAL tableSYS schemasystem objectsSQL fundamentals - Question #3Manage Schema Objects
Which four statements are true regarding primary and foreign key constraints and the effect they can have on table data? (Choose four.)
primary keyforeign keyreferential integrityconstraint levels - Question #4SQL and PL/SQL
Examine the description of the EMPLOYEES table: Which query is valid?
GROUP BYaggregate functionsSUMcolumn selection rules - Question #5SQL and PL/SQL
What is true about non-equijoin statement performance? (Choose two.)
non-equijoinjoin performanceBETWEEN conditiontable aliases - Question #6Manage Tablespaces and Datafiles
In your data center, Oracle Managed Files (OMF) is used for all databases. All tablespaces are smallfile tablespaces. SALES_Q1 is a permanent user-defined tablespace in the SALES d...
Oracle Managed FilesDB_CREATE_FILE_DESTsmallfile tablespaceADD DATAFILE - Question #7Configure the Oracle Network Environment
Examine this command and some partial output: Why does the DB01.abc.com service show unknown status?
listener statusservice registrationLOCAL_LISTENERdynamic registration - Question #8Configure the Oracle Network Environment
Which three statements are true about the tools used to configure Oracle Net Services? (Choose three.)
Oracle Net ManagerlsnrctlEnterprise Manager Cloud ControlNet Configuration Assistant - Question #9SQL and PL/SQL
Which two statements are true regarding the UNION and UNION ALL operators? (Choose two.)
UNIONUNION ALLset operatorsduplicate elimination - Question #10New Features for Manageability
Which two statements are true about the Automatic Diagnostic Repository (ADR)? (Choose two.)
ADRDIAGNOSTIC_DESTASM diagnosticsOracle Clusterware - Question #11New Features for Security
You want to apply the principle of Least Privilege in all your live databases. One of your requirements is to revoke unnecessary privileges from all users who have them using Privi...
privilege analysisDBMS_PRIVILEGE_CAPTUREleast privilegerole-based privileges - Question #12Administer Undo Data
Which three statements are true about undo segments and the use of undo by transactions in an Oracle database instance? (Choose three.)
undo segmentsundo extentsSMALLFILE tablespacetransaction undo - Question #13New Features for Manageability
Which two statements are true about Enterprise Manager Database Express? (Choose two.)
EM Database Expressarchivelog modeport configurationdatabase management - Question #14SQL and PL/SQL
Table EMPLOYEES contains columns including EMPLOYEE_ID, JOB_ID and SALARY. Only the EMPLOYEE_ID column is indexed. Rows exist for employees 100 and 200. Examine this statement: Whi...
UPDATE subquerycorrelated subqueryDMLrow swapping - Question #15SQL and PL/SQL
Which two are true about a SQL statement using SET operators such as UNION? (Choose two.)
set operatorsUNIONdata type compatibilityimplicit conversion - Question #16SQL and PL/SQL
Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database? (Choose three.)
TIMESTAMPtime zonesDBTIMEZONESESSIONTIMEZONE - Question #17SQL and PL/SQL
Which three statements are true about inner and outer joins? (Choose three.)
inner joinouter joinfull outer joinjoin types - Question #18SQL and PL/SQL
Examine this description of the TRANSACTIONS table: Which two SQL statements execute successfully? (Choose two.)
column aliasesreserved wordsSELECT syntaxalias quoting - Question #19SQL and PL/SQL
The CUSTOMERS table has a CUST_CREDIT_LIMIT column of data type NUMBER. Which two queries execute successfully? (Choose two.)
NVLNVL2NULL handlingimplicit type conversion - Question #20SQL and PL/SQL
Which statement is true about aggregate functions?
aggregate functionsnested aggregatesNULL handlingMAX MIN - Question #21Manage the Database Instance
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.)
database startupMOUNT statecontrol filebackground processes - Question #22New Features for Storage
Which two are true about shrinking a segment online? (Choose two.)
online segment shrinkASSMrow movementsegment space management - Question #23Perform Database Maintenance
Examine these commands: Which two statements are true about the sqlldr execution? (Choose two.)
SQL*Loadersqlldrdirect path loadconventional path - Question #24Manage the Database Instance
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...
SQL*Pluscommand line connectionscript executionconnect string - Question #25Manage Schema Objects
Which three statements are true regarding indexes? (Choose three.)
indexesUNIQUE indexRECYCLE BINDML index maintenance - Question #26Administering a Multitenant Container Database
Which three statements are true about Oracle synonyms? (Choose three.)
synonymsPUBLIC synonymschema objectscross-schema access - Question #27SQL and PL/SQL
View the Exhibit and examine the structure of the PRODUCTS table. Which two tasks require subqueries? (Choose two.)
subqueriesaggregate functionsAVG functionSQL SELECT - Question #28Administer User Security
The SALES_Q1 and USERS tablespaces exist in one of your databases and TEMP is a temporary tablespace. Segment creation is not deferred. You execute this command: Which three statem...
user quotastablespace quotaCREATE TABLE privilegeCREATE SESSION privilege - Question #29Storage Structures
Which three statements are true about table data storage in an Oracle Database? (Choose three.)
data blocksrow chainingblock structurefree space management - Question #30SQL and PL/SQL
Examine the description of the BOOKS table: The table has 100 rows. Examine this sequence of statements issued in a new session: INSERT INTO books VALUES ('ADV112', 'Adventures of...
savepointsROLLBACKtransaction controlDML - Question #31Manage Schema Objects
Which three statements are true about external tables in Oracle 18c and later releases? (Choose three.)
external tablesORACLE_DATAPUMPORACLE_LOADERdata loading - Question #32SQL and PL/SQL
Which three statements are true about the Oracle join and ANSI join syntax? (Choose three.)
Oracle join syntaxANSI join syntaxnatural joinsCartesian product - Question #33Administering a Multitenant Container Database
Which two tasks can you perform using DBCA for databases? (Choose two.)
DBCAdatabase creationblock sizeEnterprise Manager registration - Question #34SQL and PL/SQL
You execute this query: SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE), `MON'), `dd "Monday for" fmMonth rrrr') What is the result?
date functionsNEXT_DAYLAST_DAYTO_CHAR - Question #35Administer Undo Data
Examine this command: CREATE UNDO TABLESPACE undotbs01 DATAFILE `undotbs_01.dbf' SIZE 100M AUTOEXTEND ON; Which two actions must you take to ensure UNDOTBS01 is used as the default...
UNDO tablespaceUNDO_TABLESPACE parameterautomatic undo managementAUM - Question #36Manage Schema Objects
Which three statements are true about views in an Oracle database? (Choose three.)
viewsWITH CHECK OPTIONGROUP BY viewsDML on views - Question #37Manage Tablespaces and Datafiles
You execute this command: CREATE SMALLFILE TABLESPACE sales DATAFILE `/u01/app/oracle/sales01.dbf SIZE 5G SEGMENT SPACE MANAGEMENT AUTO; Which two statements are true about the SAL...
SMALLFILE tablespacelocally managed tablespaceSEGMENT SPACE MANAGEMENT AUTOdefault blocksize - Question #38Manage Storage
In the SALES database, DEFERRED_SEGMENT_CREATION is TRUE. Examine this command: SQL> CREATE TABLE T1(c1 INT PRIMARY KEY, c2 CLOB); Which segment or segments, if any, are created as...
deferred segment creationLOB segmentsCLOBprimary key index - Question #39New Features for Manageability
Which three activities are recorded in the database alert log? (Choose three.)
alert logdatabase parametersblock corruptionDDL logging - Question #40Manage the Database Instance
Which two statements are true about Enterprise Manager (EM) Express?
EM Expressdatabase management toolsinstance startuprepository - Question #41SQL and PL/SQL
Examine this SQL statement: SELECT cust_id, cust_last_name "Last Name" FROM customers WHERE country_id = 10 UNION SELECT cust_id CUST_NO, cust_last_name FROM customers WHERE countr...
UNIONORDER BYcolumn aliasesset operators - Question #42Administer Undo Data
Which two statements are true about the configuration and use of UNDO_RETENTION with GURANTEED ? (Choose two.) RETENTION
UNDO_RETENTIONRETENTION GUARANTEEunexpired undoundo management - Question #43SQL and PL/SQL
Table ORDER_ITEMS contains columns ORDER_ID, UNIT_PRICE and QUANTITY, of data type NUMBER. Examine these SQL statements: Statement 1: SELECT MAX(unit_price * quantity) "Maximum Ord...
MAX functionGROUP BYNULL handlingaggregate functions - Question #44Perform Database Maintenance
Which three files are used by conventional path SQL*Loader when the TABLE option is not specified? (Choose three.)
SQL*Loadercontrol filesbad filesconventional path loading - Question #45Perform Backup and Recovery
Which three failures require intervention for recovery? (Choose three.)
failure typesmedia failureuser errorsdatabase recovery - Question #46Manage Tablespaces and Datafiles
Which statement is true about smallfile tablespaces?
smallfile tablespacedata filessegment spanninglocally managed - Question #47Administer Undo Data
Which two are true about RETENTION GUARANTEE? (Choose two.)
RETENTION GUARANTEEtablespace attributeFLASHBACK DATABASEundo retention - Question #48Manage Tablespaces and Datafiles
You execute this command: Sufficient storage is available in filesystem /u01. Which two statements are true about the BIG_TBS tablespace? (Choose two.)
BIGFILE tablespaceAUTOEXTENDsingle datafiletablespace management - Question #49SQL and PL/SQL
Which statement is true about the INTERSECT operator used in compound queries?
INTERSECT operatorset operatorsNULL handlingcompound queries - Question #50Administering a Multitenant Container Database
Which three statements are true about advanced connection options supported by Oracle Net for connection to Oracle Database instances? (Choose three.)
Oracle NetTAFload balancingsource routing