1Z0-052 Exam Questions
245 real 1Z0-052 exam questions with expert-verified answers and explanations. Page 4 of 5.
- Question #155Managing the Database Instance
Which three statements regarding the server parameter file (SPFILE) are true? (Choose three.)
SPFILEserver parameter filebinary parameter fileparameter persistence - Question #156Performing Backup and Recovery
Your test database is configured to run in NOARCHIVELOG mode. One of the data files in the USERS tablespace is lost due to a media failure. You notice that all the online redo logs...
NOARCHIVELOG recoverymedia failureconsistent backup restoreoverwritten redo logs - Question #157Managing Schema Objects
Examine the command: SQL>DBMS_STATS.SET_TABLE_PREFS('SH','CUSTOMERS','PUBLISH','false'); Which statement describes the effect of the above command?
DBMS_STATSpending statisticsSET_TABLE_PREFSPUBLISH preference - Question #158Administering User Security
The database instance has the following parameter setting: OS_AUTHENT_PREFIX = OPS$ OS_ROLES = FALSE REMOTE_OS_AUTHENT = FALSE REMOTE_OS_ROLES = FALSE TIMED_OS_STATISTICS = 0 You h...
OS authenticationOPS$ prefixexternal authenticationOS_AUTHENT_PREFIX - Question #159Managing Undo Data
Your database instance is running with full workload after database creation. You have decided to use a fixedsize undo tablespace. You want to use the undo Advisor to estimate the...
Undo Advisorundo tablespace sizingflashback retentionlongest-running query - Question #161Performing Backup and Recovery
Note the following points describing various utilities in Oracle Database 11g: 1. It enables the high-speed transfer of data from one database to another 2. It provides a complete...
Oracle Secure Backuptape backup managementbackup utilitiesRMAN ecosystem - Question #163Managing Schema Objects
You have an ORDERS table with the following structure: Name Null? Type ----------- -------- ------------------ OID NUMBER(6) ODATE DATE CCODE NUMBER(6) OAMT NUMBER(10,2) The table...
NOT NULL constraintALTER TABLE MODIFYconstraint managementcolumn modification - Question #164Performing Backup and Recovery
Identify two situations in which you can use Data Recovery Advisor for recovery. (Choose two.)
Data Recovery Advisorfile corruptionmissing database filesonline recovery - Question #165Managing Schema Objects
You have two tables with referential integrity enforced between them. You need to insert data to the child table first because it is going to be a long transaction and data for the...
deferred constraintsreferential integrityconstraint deferraltransaction integrity - Question #166Performing Database Maintenance
You have statistics collected for some selected tables. Your requirement is that the statistics for the tables and all dependent indexes must not be overwritten by further statisti...
statistics lockingoptimizer statisticsDBMS_STATSstale statistics - Question #167Managing the Database Instance
Automatic Shared Memory Management is disabled for your database instance. You realize that there are cases of SQL statements performing poorly because of repeated parsing activity...
shared pool advisormemory advisorSQL parsingASMM disabled - Question #168Managing Data and Concurrency
View the Exhibit and examine the parameters. User A executes the following command to update the TRANS table: SQL> UPDATE B.trans SET tr_amt=tr_amt+500 WHERE c_code='C005'; Before...
DDL_LOCK_TIMEOUTDDL concurrencyDML lock contentiontransaction blocking - Question #169Performing Backup and Recovery
Which two files in the database can be configured for automatic backups by using the autobackup feature in Recovery Manager (RMAN)? (Choose two.)
RMAN autobackupcontrol file backupSPFILE backupautomatic backup - Question #170Moving Data
Which two statements are true regarding the usage of the SQL*LOADER utility? (Choose two.)
SQL*Loadermultiple table loadmultiple input filesdata loading capabilities - Question #172Managing Database Storage Structures
Note the following structures in your database server: 1. Extents 2. OS Blocks 3. Tablespace 4. Segments 5. Oracle Data Block Which option has the correct arrangement of these stru...
storage hierarchydata blocksextentssegments and tablespaces - Question #174Configuring the Oracle Network Environment
Which naming method uses the tnsnames.ora file to store the connect descriptor used by the client while connecting to the database instance from a remote machine?
tnsnames.oralocal naming methodnaming methodsconnect descriptor - Question #175Managing Undo Data
Which three operations require undo data? (Choose three.)
undo data usageflashback transactionread consistencyfailed transaction recovery - Question #176Performing Backup and Recovery
Which two activities are NOT supported by the Data Recovery Advisor (DRA)? (Choose two.)
Data Recovery Advisor limitationsRAC unsupportedstandby databaseDRA restrictions - Question #177Managing the Database Instance
Which two statements are true regarding the SGA_TARGET initialization parameter? (Choose two.)
SGA_TARGETSGA_MAX_SIZEASMM memory distributionautotuned components - Question #178Managing the Database Instance
Which statement is true about the Manageability Monitor (MMON) background process?
MMON processAWR statistics collectionbackground processesManageability Monitor - Question #179Managing Undo Data
Which two statements are true regarding transactions in an Oracle database? (Choose two.)
undo segmentstransaction undo assignmentundo tablespace sharingconcurrent transactions - Question #180Moving Data
You are using flat files as the data source for one of your data warehousing applications. To optimize the application performance, you plan to move the data from the flat files to...
SQL*Loader conventional pathflat file migrationclustered table loadminimal database impact - Question #181Performing Backup and Recovery
Given below is a list of scenarios: 1. A user terminates his session abnormally. 2. The connection between the server and the client application terminates because of a network fai...
instance recoverymedia recoverycrash recoveryDBA intervention - Question #182Administering User Security
View the Exhibit1, which shows the options that are selected to create the user SL_REP. View the Exhibit2 and examine the contents of DATABASE_PROPERTIES. Which two statements are...
user creationdefault tablespacetemporary tablespacepassword management - Question #183Managing Schema Objects
Which two statements are true regarding B-tree index? (Choose two.)
B-tree indexleaf block structureNULL valuesindex deletion - Question #184Implementing Oracle Database Auditing
In your production database, data manipulation language (DML) operations are executed on the SALES table. You have noticed some dubious values in the SALES table during the last fe...
value-based auditingDML auditingold and new valuestrigger-based auditing - Question #185Performing Backup and Recovery
You are managing an Oracle Database 11g database. The database is open, and you plan to perform Recovery Manager (RMAN) backups. Which three statements are true about these backups...
RMAN backupinconsistent backupARCHIVELOG modeonline backup - Question #186Exploring the Oracle Database Architecture
You plan to implement the distributed database system in your company. You invoke Database Configuration Assistant (DBCA) to create a database on the server. During the installatio...
Global Database NameDBCAdatabase namedomain name - Question #187Managing the Database Instance
View the Exhibit and examine the output of the query. What do you infer from this?
SPFILEparameter fileinstance startupV$PARAMETER - Question #188Configuring the Oracle Network Environment
View the Exhibit and examine the output. Which two statements are true regarding the LISTENER2 listener? (Choose two.)
listener registrationstatic registrationdynamic registrationlistener.ora - Question #189Managing Database Storage Structures
User SCOTT wants to perform a bulk insert operation in the EMP_DEP table. SCOTT receives the following error after the INSERT statement is issued and few rows are inserted: INSERT...
ORA-01653tablespace extensiondatafile sizinguser quota - Question #190Administering User Security
Some non-DBA users in your database have been granted ANY TABLE system privileges and they are able to access data dictionary base tables. You decide to restrict their access to da...
O7_DICTIONARY_ACCESSIBILITYdata dictionary accessANY TABLE privilegedictionary security - Question #191Performing Backup and Recovery
The database is running in ARCHIVELOG mode. Examine the initialization parameters and their values set to enable archiving on your database server: Which statement is true regardin...
archivelog modeLOG_ARCHIVE_DESTarchive destinationFlash Recovery Area - Question #192Managing Schema Objects
In your database, the current status of a PL/SQL procedure has become INVALID. Which action would fix the problem and make the PL/SQL procedure usable?
invalid objectPL/SQL recompileobject statusschema object validity - Question #193Moving Data
In which situations does the Oracle Data Pump use external tables and not the direct path load while exporting a table? (Choose all that apply.)
Data Pump exportexternal tablesdirect path loadtable constraints - Question #194Configuring the Oracle Network Environment
Your database instance is currently configured to support 1,500 connections. The Web application that uses the database allows a large number of users to work with the database sim...
shared serverconnection poolingscalabilityMTS configuration - Question #195Managing Data and Concurrency
Which two statements describe good practices for an application developer to reduce locking conflicts in Oracle database? (Choose two.)
locking best practicesrow lockslong-running transactionsconcurrency control - Question #196Managing the Database Instance
View the Exhibit and note the files available in the $ORACLE_HOME/dbs folder. The ASM instance is already running. You used the following steps to start the database instance and o...
SPFILE search orderparameter fileinstance startupASM - Question #197Exploring the Oracle Database Architecture
These are points that describe the contents of different memory components: 1: Descriptive information or metadata about schema objects that are queried by using SQL statements 2:...
Shared Poollibrary cachedata dictionary cacheresult cache - Question #198Administering User Security
Examine the commands executed in the following sequence: Which statement is true about the above commands?
circular role grantrole privilegesrole to role grantORA error - Question #200Moving Data
Which statement is true about loading data using the conventional path of SQL*Loader?
SQL*Loaderconventional pathtable locksconstraint checking - Question #201Managing Schema Objects
Why does performance degrade when many UPDATE, INSERT or DELETE statements are issued on a table that has an associated bitmap index?
bitmap indexDML performancebitmap segment lockingindex contention - Question #202Managing Undo Data
View the Exhibit and examine the undo tablespace attributes. Your database instance is experiencing a large volume of transactions from non-DBA users in the last one hour. The undo...
undo tablespaceundo retentionDML failureundo management - Question #203Performing Backup and Recovery
You want to configure and schedule offline database backups to run automatically. Which tool or utility would you use to achieve this?
offline backupbackup schedulingEnterprise ManagerDBMS_SCHEDULER - Question #205Managing Undo Data
Which two statements are true regarding undo tablespaces? (Choose two.)
undo tablespaceautomatic undo managementundo segmentscircular buffer - Question #211Exploring the Oracle Database Architecture
Users complain about the slow response time of queries. While investigating the cause you find that the Oracle Instance is not configured to cache all of the data blocks to satisfy...
database buffer cacheSGA componentsquery performanceOracle instance memory - Question #212Moving Data
User SCOTT wants to export his objects using Oracle Data Pump and executes the following command: $ expdp scott/tiger directory = EXPORT_DIR dumpfile = scott.dmp include = table in...
Data Pumpexpdpinclude filtercontent parameter - Question #213Managing the Database Instance
When you try to open your database, you receive the following error: ORA-00205: error in identifying controlfile Where would you find the details required to resolve this error?
alert logcontrol fileORA-00205database diagnostics - Question #214Performing Backup and Recovery
You are in the middle of a transaction and very crucial data has been modified. Because of a hardware failure, the instance has shut down before synchronizing all the database file...
instance recoverySMONcrash recoveryuncommitted transactions rollback - Question #215Managing Database Storage Structures
You specified extent management as local for a tablespace. How will it affect space management in the tablespace?
locally managed tablespaceextent managementbitmap free spacespace management