1Z0-082 Exam Questions
161 real 1Z0-082 exam questions with expert-verified answers and explanations. Page 3 of 4.
- Question #101SQL and PL/SQL
Which two statements are true about single row functions? (Choose two.)
single row functionsnumeric functionsTRUNCdate functions - Question #102SQL and PL/SQL
The EMPLOYEES table contains columns EMP_ID of data type NUMBER and HIRE_DATE of data type DATE. You want to display the date of the first Monday after the completion of six months...
ADD_MONTHSNEXT_DAYdate functionsNLS_TERRITORY - Question #103Manage Tablespaces and Datafiles
The ORCL database has RESUMABLE__TIMEOUT = 7200 and DEFERRED_SEGMENT_CREATION = FALSE User U1 has a 1 MB quota in tablespace DATA. U1 executes this command: SQL> CREATE TABLE t1 AS...
resumable sessionspace quotaDEFERRED_SEGMENT_CREATIONtablespace management - Question #104Oracle Database Architecture
Which three statements are true about the Oracle Data Dictionary? (Choose three.)
data dictionaryCDB/DBA/ALL/USER viewsbase tablesSYSTEM user - Question #105Perform Backup and Recovery
Which two are true about Oracle recovery and data protection solutions? (Choose two.)
RMANData Recovery AdvisorData Guardflashback database - Question #106Perform Backup and Recovery
Which two are true about complete and incomplete recovery? (Choose two.)
complete recoveryincomplete recoveryuncommitted transactionsincremental backups - Question #107Manage the Database Instance
Which two tasks can be performed in the NOMOUNT state? (Choose two.)
NOMOUNT statestartup modescontrol file recreationdatabase creation - Question #108Configure the Oracle Network Environment
In one of your databases, the user HR has the password HRMGR. You want to connect to a database instance whose listener listens on port 1531 by using this statement: CONNECT HR/HRM...
tnsnames.oraname resolutionconnect descriptorlistener - Question #109Manage Tablespaces and Datafiles
Which two statements are true about views used for viewing tablespace and datafile information? (Choose two.)
V$TABLESPACEDBA_TABLESPACEScontrol filedatafile views - Question #110SQL and PL/SQL
Examine the description of the PROMOTIONS table: You want to display the unique promotion costs in each promotion category. Which two queries can be used? (Choose two.)
DISTINCT keywordSELECT syntaxORDER BYcompound queries - Question #111Administer Undo Data
In the ORCL database, UNDOTBS1 is the active undo tablespace with these properties: 1. A size of 100 MB 2. AUTOEXTEND is off 3. UNDO_RETENTION is set to 15 minutes 4. It has RETENT...
undo tablespaceRETENTION GUARANTEEAUTOEXTENDundo retention - Question #112SQL and PL/SQL
Which two statements are true about the rules of precedence for operators? (Choose two.)
operator precedencearithmetic operatorsparenthesesSQL expressions - Question #113Administer User Security
In one of your databases, user KING is: 1. Not a DBA user 2. An operating system (OS) user Examine this command and its output: What must you do so that KING is authenticated by th...
OS authenticationREMOTE_LOGIN_PASSWORDFILEexternal authenticationOPS$ prefix - Question #114SQL and PL/SQL
View the Exhibits and examine the structure of the COSTS and PROMOTIONS tables. You want to display PROD_IDS whose promotion cost is less than the highest cost PROD_ID in a promoti...
ALL keywordGROUP BYsubqueriesset comparison - Question #115Manage Schema Objects
Which three statements are true about GLOBAL TEMPORARY TABLES? (Choose three.)
global temporary tablessession-level dataTRUNCATEDELETE rollback - Question #116Perform Database Maintenance
Which two statements are true about trace files produced by the Oracle Database server? (Choose two.)
trace filesdiagnostic filesbackground processesADR - Question #117SQL and PL/SQL
The stores table has a column START_DATE of data type DATE, containing the date the row was inserted. You only want to display details of rows where START_DATE is within the last 2...
MONTHS_BETWEENdate filteringWHERE clausedate functions - Question #118Storage Structures
Which two statements are true about segment types in an Oracle Database?
segment typestemporary segmentsundo segmentscluster segments - Question #119Manage Schema Objects
Examine these SQL statements which execute successfully: Which two statements are true after execution?
primary key constraintforeign key constraintdeferred constraintsconstraint states - Question #120Manage Tablespaces and Datafiles
While one of your databases was in mount state, the datafiles were renamed because they had been moved to a new file system. The database was then opened. Which two statements are...
DBA_DATA_FILESV$DATAFILEdatafile renamecontrol file - Question #121SQL and PL/SQL
Which three statements are true about using SQL*Plus?
SQL*Plusscriptingcommand-line interfaceSQL tools - Question #122Manage Data Concurrency
An Oracle database session has an uncommitted transaction in progress which updated 5000 rows in a table. Which three situations does the transaction complete thereby committing th...
transaction commitDDL implicit commitsession logoutSHUTDOWN TRANSACTIONAL - Question #123Administer User Security
Which three statements are true about roles?
rolesSET ROLErole privilegesrole hierarchy - Question #124Manage the Database Instance
Which two actions can you perform using DBCA for an existing database?
DBCAcharacter setdedicated vs shared serverdatabase configuration - Question #125Manage Schema Objects
Which statement is true about database links?
database linkspublic database linkremote databasedistributed database - Question #126Administer User Security
Which two statements are true about User Authentication in an Oracle Database?
user authenticationpassword fileOS authenticationSYSDBA - Question #127SQL and PL/SQL
In the promotions table, the PROMO_BEGIN_DATE column is of data type date and the default date format Is DD-MON-RR. h two statements are true about expressions using PROMO_BEGIN_DA...
date arithmeticSYSDATETO_DATEdata type operations - Question #128Manage Schema Objects
Which two statements are true about Oracle synonyms?
synonymspublic synonymprivate synonymschema objects - Question #129SQL and PL/SQL
Examine the description of the PRODUCT_STATUS table: The status column contains the values 'in stock' or 'out of stock' for each row. Which two queries will execute successfully?
q-quote operatorstring literalsSQL syntaxstring concatenation - Question #130Manage Storage
Which three statements are true about Deferred Segment Creation in Oracle databases?
deferred segment creationsegmentsindex segmentstablespace management - Question #131Perform Database Maintenance
Which three statements are true about the Automatic Diagnostic Repository (ADR)?
ADRDIAGNOSTIC_DESTdiagnostic repositoryproblem diagnosis - Question #132SQL and PL/SQL
The sales table has columns prod_id and quantity_sold of data type number In two queries execute successfully?
GROUP BYHAVING clauseWHERE vs HAVINGCOUNT function - Question #133Manage Schema Objects
Which two statements are true?
CREATE TABLE AS SELECTNOT NULL constraintconstraint inheritanceCTAS - Question #134SQL and PL/SQL
View the Exhibit and examine the description of the tables. You execute this SQL statement: Which three statements are true?
foreign keysINSERT with subqueryreferential integrityDML - Question #135SQL and PL/SQL
Which two statements are true about substitution variables?
substitution variables& operator&& operatorSQL*Plus scripting - Question #136SQL and PL/SQL
Examine the description of the BOOKS_TRANSACTIONS table:
operator precedenceAND OR logicWHERE clauseIN clause - Question #137SQL and PL/SQL
Which two queries execute successfully?
NULLIFCOALESCENULL handling functionssingle-row functions - Question #138Storage Structures
Which three statements are true about data block storage in an Oracle Database?
data block structureblock headerrow directoryOracle storage - Question #139Configure the Oracle Network Environment
Which three statements are true about connection strings and service names used to connect to an Oracle database instance?
connection stringsservice namestnsnames.oralistener - Question #140Manage Tablespaces and Datafiles
You must create a tablespace of non-standard block size in a new file system and plan to use this command: The standard block size is 8k but other non-standard block sizes will als...
non-standard block sizedb_32k_cache_sizeSGAtablespace creation - Question #141Manage the Database Instance
Your database instance is started with an SPFILE. A PFILE is also available. You execute this command: ALTER SYSTEM SET DB_CACHE_SIZE=100K; Where Is the value changed?
SPFILEALTER SYSTEMdatabase parametersmemory - Question #142SQL and PL/SQL
Which three statements are true regarding single row subqueries?
single row subqueriesWHERE clauseHAVING clausesubquery blocks - Question #143SQL and PL/SQL
Examine the description of the product_details table: Which two statements are true?
PRIMARY KEYNULL valuesconstraintsarithmetic expressions - Question #144SQL and PL/SQL
Which is the default column or columns for sorting output from compound queries using SET operators such as intersect In a SQL statement?
SET operatorsINTERSECTcompound queriesdefault sort order - Question #145SQL and PL/SQL
Examine the description of the employees table: Which query requires explicit data type conversion?
explicit conversionimplicit conversiondata typesTO_DATE - Question #146Oracle Database Architecture
Which two statements are true about the Oracle Data Dictionary?
data dictionarySYS userbase tablesdata dictionary views - Question #147Manage Storage
Examine this command: SQL> ALTER TABLE ORDERS SHRINK SPACE COMPACT Which two statements are true?
SHRINK SPACE COMPACThigh-water marksegment managementrow movement - Question #148Manage Data Concurrency
You currently have an active transaction in your session and have been granted select access to vstransaction. In which three situations will re-executing this query still return a...
transactionsXIDDDL implicit commitcommit and rollback - Question #150Manage Data Concurrency
Examine this description of the books table containing 100 rows: Now examine this sequence of statements Issued In a new session; Examine this description of the books table contai...
ROLLBACKSAVEPOINTtransaction controlrow locking - Question #151SQL and PL/SQL
The customers table has a cust_last_name column of data type varchar2. The table has two rows whose "jst_last_name values are Andersen and Ausson. Which query produces output for c...
REPLACETRIMSUBSTRstring functions