1Z0-060 Exam Questions
232 real 1Z0-060 exam questions with expert-verified answers and explanations. Page 4 of 5.
- Question #151Upgrading to Oracle Database 12c
Which normal form is a table in if it has no multi-valued attributes and no partial dependencies?
normalizationsecond normal formpartial dependenciesrelational design - Question #152Upgrading to Oracle Database 12c
Examine the types and examples of relationships that follow: 1. One-to-one
entity relationshipsone-to-oneone-to-manyER model - Question #153Upgrading to Oracle Database 12c
You need to create a table for a banking application. One of the columns in the table has the following requirements: 1) You want a column in the table to store the duration of the...
INTERVAL data typedate arithmeticdata type selectionINTERVAL DAY TO SECOND - Question #154Upgrading to Oracle Database 12c
Which three tasks can be performed using SQL functions built into Oracle Database?
SQL functionsstring functionsdate functionsbuilt-in functions - Question #155Upgrading to Oracle Database 12c
Which two statements are true regarding the count function?
COUNT functionaggregate functionsNULL handlingDISTINCT - Question #156Upgrading to Oracle Database 12c
Which two statements are true regarding single row functions?
single row functionsTRUNCSYSDATEMOD function - Question #157Upgrading to Oracle Database 12c
You issue the following command to alter the country column in the departments table: Which statement is true?
ALTER TABLEDEFAULT constraintcolumn modificationDDL behavior - Question #158Upgrading to Oracle Database 12c
Which two statements are true regarding constraints?
constraintsunique constraintNULL valuesconstraint management - Question #159Upgrading to Oracle Database 12c
Examine the structure of the customers table: CUSTNO is the primary key in the table. You want to find out if any customers' details have been entered more than once using differen...
self-joinsubqueryduplicate detectionquery techniques - Question #160Upgrading to Oracle Database 12c
Which statement is true regarding the default behavior of the order by clause?
ORDER BYsort behaviorNULL handlingcharacter sort - Question #161Upgrading to Oracle Database 12c
Which three SQL statements would display the value 1890.55 as $1, 890.55?
TO_CHARnumber format maskscurrency displaySQL formatting - Question #162New Features for Security
In your Oracle 12c database, you create two roles: and AUDIT_ADMIN. You then AUDITOR execute the following commands: To create a privilege analysis policy for the AUDIT_ADMIN role,...
privilege analysisrole-based captureDBMS_PRIVILEGE_CAPTUREaudit policy - Question #163Upgrading to Oracle Database 12c
You want to upgrade your pre-12c database to an Oracle 12c database. You set up the test environment and replay the captured workload from the production database on the test machi...
Compare Period ADDMworkload replayupgrade testingperformance comparison - Question #164New Features for Manageability
Which two statements are true about Enterprise Manager (EM) express in Oracle Database 12c? (Choose two.)
EM Expresspluggable database managementdatabase administrationOracle 12c tools - Question #165New Features for Security
You must configure Oracle Data Redaction for the EMP table to satisfy the following requirements: - RANDOM redaction on the SAL and COMM columns - PARTIAL redaction on the HIREDATE...
Data Redactionredaction policyFULL PARTIAL RANDOM redactioncolumn-level security - Question #166New Features for Security
You enabled an audit policy by issuing the following statements: SQL> AUDIT POLICY ORA_DATABASE_PARAMETER BY SCOTT; SQL> AUDIT POLICY ORA_DATABASE_PARAMETER BY SYS, SYSTEM; For whi...
unified auditingaudit policyORA_DATABASE_PARAMETERuser-specific auditing - Question #167New Features for Performance
On your Oracle 12c database, you issue the following commands to create indexes: SQL > CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customer_id, sales_rep_id) INVISIBLE; SQL> CRE...
invisible indexesbitmap indexesoptimizer visibilityindex maintenance - Question #168New Features for Database Infrastructure and Architecture
Which two statements are true when the listener handles connection requests to an Oracle 12c database instance with multithreaded architecture enabled in UNIX?
multithreaded architectureSCMN threadlistener connection handlingdispatcher process - Question #169New Features for Performance
You find this query being used in your Oracle 12c database: Which method a used by the optimizer to limit the rows being returned?
row limiting clauseTOP-N queryFETCH FIRSToptimizer row filtering - Question #170New Features for Storage
You are administering a database stored in Automatic Storage Management (ASM). You use RMAN to back up the database and the MD_BACKUP command to back up the ASM metadata regularly....
ASM disk group recoveryMD_RESTOREMD_BACKUPMKDG command - Question #171New Features for Database Infrastructure and Architecture
Which two are direct benefits of the multiprocess, multithreaded architecture of Oracle Database 12c when it is enabled? (Choose two.)
multithreaded architecturevirtual memory utilizationCPU utilizationOracle process model - Question #172New Features for Manageability
Which two statements are true when row-archival management is enabled? (Choose two.)
row archivalORA_ARCHIVE_STATEROW ARCHIVAL VISIBILITYILM - Question #173New Features for Manageability
To complete the online redefinition procedure, you execute the following command; EXECUTE DBMS_REDEFINITION.FINISH_REDEF_TABLE(`SH', `SALES', `INT_SALES', 600); What is the signifi...
online redefinitionDBMS_REDEFINITIONDML lock timeoutFINISH_REDEF_TABLE - Question #174New Features for Performance
You notice a performance change in your production Oracle 12c database and you want to know what change caused this performance difference. You generate the compare period Automati...
Compare Period ADDMperformance analysisconfiguration change detectionworkload comparison - Question #175New Features for Storage
Which five actions are prerequisites for using extended data types for VARCHAR2, NVARCHAR2, and RAW columns in Oracle Database 12c?
extended data typesMAX_STRING_SIZEUPGRADE modeVARCHAR2 expansion - Question #176New Features for Availability
You plan to recover the SCOTT.EMP table to a specific point in time by using RMAN: RMAN> RECOVER TABLE SCOTT.EMP UNTILL SYSDATE-2 USING AUXILIARY LOCATION `+RECO'; Which five steps...
RMAN table recoverypoint-in-time recoveryauxiliary instanceRECOVER TABLE - Question #177New Features for Manageability
Identify the prerequisite for configuring and accessing Enterprise Manager (EM) express for an Oracle 12c database.
EM ExpressDBMS_XDB_CONFIGHTTP port configurationSETHTTPPORT - Question #178New Features for Availability
Your multitenant container database (CDB) containing two pluggable databases, PDB2_1 and PDB2_2, is running in ARCHIEVELOG mode. An RMAN backup exists for the databases. You issue...
CDB recoveryPDB recoveryRMAN ARCHIVELOGmultitenant recovery sequence - Question #179New Features for Storage
In your database, the TBS PERCENT USED parameter is set to 60 and the TBS PERCENT FREE parameter is set to 20. Which two storage-tiering actions might be automated when using infor...
ILM storage tieringTBS_PERCENT_USEDautomated data movementtablespace compression - Question #180New Features for Database Infrastructure and Architecture
Which two are true concerning a multitenant container database with three pluggable databases?
multitenant CDBpluggable databasesdatabase consolidationPDB patching - Question #181New Features for Security
Oracle Data Redaction is active on the table. SCOTT.EMP You queried the table twice. SQL> SELECT ENAME, SAL, COMM, MGR, HIREDATE FROM EMP WHERE DEPTNO=30; SQL> SELECT ENAME, SAL, C...
Data RedactionFULL redactionRANDOM redactioncolumn security - Question #182New Features for Database Infrastructure and Architecture
Which three statements are true about tablespaces in a multitenant container database (CDB)?
CDBPDBtablespace architecturetemporary tablespace - Question #183New Features for Performance
On your Oracle 12c database, you issue the following commands to create indexes: SQL> CREATE INDEX oe.ord_customer_ix1 ON oe.orders (customer_id, sales_rep_id); SQL> CREATE BITMAP...
invisible indexesbitmap indexB-tree indexindex visibility - Question #184New Features for Availability
What are three purposes of the RMAN "FROM SERVICE" clause?
RMANFROM SERVICEData Guardactive database duplication - Question #185New Features for Database Infrastructure and Architecture
You connect to the root container of a multitenant container database (CDB) with SYSDBA privileges by using SQL*Plus. The CDB has several pluggable databases (PDBs) open in read/wr...
CDB shutdownSHUTDOWN TRANSACTIONALmultitenantPDB transactions - Question #186New Features for Storage
Which two statements are true concerning Information Lifecycle Management (ILM) policies?
ILMcompression policiessegment-level policiesrow-level policies - Question #187Upgrading to Oracle Database 12c
Which three are amongst the categories into which column definitions are classifies by the Database Migration Assistant for Unicode (DMU)?
DMUUnicode migrationcharacter set conversioncolumn classification - Question #188New Features for Manageability
You plan to drop the column of a table that has Flashback Archiving enabled. You want to ensure minimal service disruption. How would you do this in your Oracle 12c Database?
Flashback Data ArchiveDDL operationscolumn dropALTER TABLE - Question #189New Features for Security
Your multitenant container database (CDB) contains some pluggable databases (PDBs), you execute the following commands to create a common user and grant connect privileges: Which s...
common userCDBCONTAINER clauseuser privileges - Question #190New Features for Performance
Which three statements are true about adaptive SQL plan management?
adaptive SQL plan managementSQL plan baselineplan evolutionoptimizer - Question #191New Features for Storage
You are the DBA for an Oracle Database 11g Release 1 data warehouse database running on Oracle Linux with little endianness. You want to plug in a transportable tablespace with a 1...
transportable tablespacecross-platformDB_16K_CACHE_SIZEAutomatic Shared Memory Management - Question #192New Features for Storage
Which two statements are true about Oracle Direct Network File System (NFS)?
Direct NFSdNFSoranfstabload balancing - Question #193New Features for Availability
Which three statements are true about RMAN compressed backups?
RMANcompressed backupsproxy copiesbackup performance - Question #194New Features for Manageability
You notice that the elapsed time for an important database scheduler job is unacceptably long. The job belongs to a scheduler job class and runs in a scheduler window. Which two ac...
Oracle Schedulerjob classresource managerjob priority - Question #195New Features for Manageability
Which two statements are true about Oracle Data Pump export and import operations?
Data Pumpexport detachparallel importdirect path - Question #196New Features for Database Infrastructure and Architecture
You configure your database Instance to support shared server connections. Which two memory areas that are part of PGA are stored in SGA instead, for shared server connections?
shared serverPGASGAUGA memory - Question #197New Features for Database Infrastructure and Architecture
Your database uses Automatic Memory Management, and has the large pool configured. You issue the following command: SQL> ALTER SYSTEM SET SHARED_SERVERS = 5; Which statement is tru...
shared serverSHARED_SERVERSlarge poolUGA - Question #198New Features for Storage
You issue the following commands: The directories '/u0l/app/oracle/oradata/orcl' and '/u0l/app/oracle/mydata' exist. Which statement describes the outcome?
tablespace creationDB_CREATE_FILE_DESTdata filestemp files - Question #199New Features for Database Infrastructure and Architecture
Examine the memory-related parameters of an Oracle database instance: Which statement is true?
Automatic Memory ManagementMEMORY_TARGETPGA_AGGREGATE_TARGETSGA - Question #200New Features for Database Infrastructure and Architecture
What are two of the benefits of installing Oracle Grid Infrastructure for a stand-alone server before installing and creating an Oracle database on the same server? (Choose two.)
Oracle Grid InfrastructureOracle RestartASMstand-alone server