1Z0-074 Exam Questions
97 real 1Z0-074 exam questions with expert-verified answers and explanations. Page 2 of 2.
- Question #52Administering a Multitenant Container Database
Your CDB has a PDB, EMP_PDB. You successfully execute these commands as the SYSTEM USER in CDB$ROOT: Which two statements are true about C##USR1? (Choose two.)
common userCDB$ROOTPDB accessC## prefix - Question #53Multitenant Container Database and Pluggable Database Architecture
Which two statements are true about application containers? (Choose two.)
application containersapplication rootcommon objectsapplication PDB - Question #54Managing Pluggable Databases
While performing a cross-platform PDB transport in an Oracle Database 12c Release 2 database, by using XTTS from a Linux (x86-64) server to a Solaris (x86-64) server, this command...
cross-platform PDB transportXTTSendian compatibilityRMAN backup - Question #55New Features for High Availability
From which two failure scenarios can a database be restored and recovered with the REPAIR DATABASE command? (Choose two.)
REPAIR DATABASEcontrol file losscritical data file recoveryRMAN - Question #56Multitenant Container Database and Pluggable Database Architecture
APP1 is an application container that has an application seed and two application PDBs, APP_PDB1 and APP_PDB2. 1.0 is the current version of the application. You execute this block...
application containercommon roleapplication rootapplication versioning - Question #57New Features for Security
Users BIXBY, RLAYTON, and MURDOK each have a table named CUST_RECORDS in their schema. BIXBY has created a procedure, UPDATE_CUST, which updates the CUST_RECORDS table with invoker...
invoker's rightsdefiner's rightsprocedure executionschema resolution - Question #58
Which four statements are true regarding primary and foreign key constraints and the effect they can have on table data? (Choose four.)
- Question #59New Features for Security
Which three are true about system and object privileges? (Choose three.)
object privilegessystem privilegesWITH GRANT OPTIONprivilege revocation - Question #60New Features for Performance
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...
SQL subqueryALL keywordGROUP BYquery execution - Question #61
Which two statements are true about selecting related rows from two tables based on an Entity Relationship Diagram (ERD)? (Choose two.)
- Question #62New Features for Manageability
Which two statements are true about substitution variables? (Choose two.)
substitution variablesSQL*Plusampersand prefixsession variables - Question #63Upgrading and Migrating to Oracle Database 12c R2
Identify two types of files that are generated by the Pre-Upgrade Information tool as part of the database upgrade prerequisite checks? (Choose two.)
pre-upgrade toolfixup scriptsupgrade prerequisitespreupgrade.jar - Question #64New Features for High Availability
Which two statements are true about clean restore points in a regular PDB? (Choose two.)
clean restore pointsPDB flashbackshared undoPDB mount state - Question #66New Features for Security
You want to restrict PGA usage to 200 MB for a set of database users' sessions as part of your organization's security requirements for combating denial of service (DOS) attacks. W...
PGA_AGGREGATE_LIMITresource managementDOS protectionmemory limits - Question #68New Features for Manageability
Which two are true about the ADR retention advisor in Oracle Database 12c Release 2? (Choose two.)
ADR retention advisordiagnostic repositoryretention policyADRCI - Question #69Administering a Multitenant Container Database
The TESTDB container database (CDB) contains two pluggable databases (PDBs), PDB1 and PDB2. USER1 is a local user in PDB1 and has the SYSBACKUP privilege. Connect descriptors for P...
RMANSYSBACKUP privilegelocal userPDB connection - Question #70New Features for Manageability
To which two components does the term "shape" refer in Oracle Database Cloud Service (DBaaS)? (Choose two.)
DBaaS shapecloud serviceCPURAM - Question #71New Features for Security
Examine these statements executed in the PROD1 database: Which statements are audited?
unified auditingaudit policyALTER SYSTEMCREATE USER auditing - Question #72New Features for Manageability
You set the maximum size of the diagnostic collection repository by issuing this command as root.tfact1 set reposizeMB=5120 You then notice that the current repository size is 5 GB...
TFAdiagnostic repositorytfact1 commandrepository size limit - Question #73New Features for Manageability
Which three statements are true about inner and outer joins? (Choose three.)
SQL joinsinner joinouter joinfull outer join - Question #74New Features for Manageability
Examine the description of the PRODUCTS table: Which three queries use valid expressions? (Choose three.)
SQL expressionsarithmetic operatorsdate arithmeticvalid syntax - Question #75
Which three statements are true about the DESCRIBE command? (Choose three.)
- Question #76
The CUSTOMERS table has a CUST_LAST_NAME column of data type VARCHAR2. The table has two rows whose CUST_LAST_NAME values are Anderson and Ausson. Which query produces output for C...
- Question #77Managing Pluggable Databases
The ORCL CDB has a PDB, ORCL_PDB. Examine these parameters in ORCL: Examine these parameters in ORCL_PDB: You switch to ORCL_PDB and plan to execute these commands: What will be th...
SGA_TARGETDB_CACHE_SIZEPDB memory parametersinitialization parameters - Question #78Managing Pluggable Databases
In your CDB1 container database, the DB_CREATE_FILE_DEST parameter is set to '/u01/app/ oracle/oradata'. CDB1 has an application container called REGIONS_APP. There are no seeds fo...
application container seedCREATE PLUGGABLE DATABASEapplication rootPDB_FILE_NAME_CONVERT - Question #79New Features for Performance
Examine this parameter: Examine these commands: Which three are true after executing these commands? (Choose three.)
SQL plan managementSPM baselinescapture filterSQL workload - Question #80New Features for Performance
In which three situations would you recommend DB Replay to be used? (Choose three.)
Database Replayworkload replaydatabase migrationupgrade testing - Question #81Managing Pluggable Databases
You create a new application container, SALES_APP, with application PDBs, SALES1_PDB, and SALES2_PDB. Where should you execute these statements?
application containerapplication rootBEGIN/END INSTALLSYNC statement - Question #82Administering a Multitenant Container Database
The TESTDB container database (CDB) running in ARCHIVELOG mode contains two pluggable databases (PDBs) PDB1 and PDB2. A connect descriptor for TESTDB is mapped to the TNS alias tes...
RMAN backupCDBPDB backupARCHIVELOG mode - Question #83Administering a Multitenant Container Database
Examine this SQL statement: Which two are true?
UPDATE statementsubquerycorrelated subqueryDML - Question #84
Which three statements are true about performing Data Manipulation Language (DML) operations on a view with no INSTEAD OF triggers defined? (Choose three.)
- Question #85
An Oracle database server session has an uncommitted transaction in progress which updated 5000 rows in a table. In which three situations does the transactions complete thereby co...
- Question #86
The INVOICE table has a QTY_SOLD column of data type NUMBER and an INVOICE_DATE column of data type DATE. NLS_DATE_FORMAT Which two are true about data type conversions involving t...
- Question #87
The ORDERS table has a primary key constraint on the ORDER_ID column. The ORDER_ITEMS table has a foreign key constraint on the ORDER_ID column, referencing the primary key of the...
- Question #88Administering a Multitenant Container Database
Examine this query: SELECT TRUNC(ROUND(156.00, -2), -1) FROM DUAL; What is the result?
ROUND functionTRUNC functionnumeric functionsSQL functions - Question #90Administering a Multitenant Container Database
Which three are true about the CREATE TABLE command? (Choose three.)
CREATE TABLEDDL implicit committable privilegestablespace quota - Question #91
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?
- Question #92
Which three actions can you perform by using the ORACLE_DATAPUMP access driver? (Choose three.)
- Question #93Administering a Multitenant Container Database
Which three statements are true about single-row functions? (Choose three.)
single-row functionsfunction nestingSQL functionsargument types - Question #94Administering a Multitenant Container Database
Which two statements are true regarding a SAVEPOINT? (Choose two.)
SAVEPOINTtransaction controlROLLBACKTCL - Question #95New Features for Security
Which two statements are true about a PDB lockdown profile? (Choose two.)
PDB lockdown profileCDB$ROOTcommon userPDB security - Question #96New Features for Performance
Which two statements are true about a band join? (Choose two.)
band joinnon-equijoinquery optimizerjoin execution - Question #97Administering a Multitenant Container Database
Examine these parameters in a PFILE used to start database instance. Which two statements are true after an instance restart is attempted and why? (Choose two.)
AMMMEMORY_MAX_TARGETPGA_AGGREGATE_TARGETSGA_TARGET - Question #98New Features for Manageability
Which statement is true about Trace File Analyzer (TFA) Collector?
TFA Collectordiagnostic toolscluster diagnostics12c R2 installation - Question #99New Features for Manageability
Examine this command: Which statement is true?
Data PumpPARALLEL parameterworker processesexport - Question #100New Features for Security
In which two situations does the INHERIT ANY PRIVILIGES privilege regulate the privileges used?
INHERIT ANY PRIVILEGESinvoker's rightsdefiner's rightsprivilege inheritance - Question #101
Identify four prerequisites for issuing the RMAN RECOVER TABLE command starting from ORACLE Database 12c Release 2.