1Z0-052 Exam Questions
245 real 1Z0-052 exam questions with expert-verified answers and explanations. Page 5 of 5.
- Question #216Managing Undo Data
You started a long transaction. Before committing, you executed a query on one of the tables currently being modified. You received the following error: ORA-01555: snapshot too old...
ORA-01555undo retentionsnapshot too oldundo tablespace sizing - Question #217Performing Backup and Recovery
Your database is running in NOARCHIVELOG mode. You want to put the database in ARCHIVELOG mode. Which two statements regarding archive log destinations are true? (Choose two.)
ARCHIVELOG modearchive log destinationstandby databaseLOG_ARCHIVE_DEST - Question #218Administering User Security
You created a new user in your database but missed assigning a default tablespace to that user. The user created a table without specifying the tablespace name. In which tablespace...
default tablespaceuser creationdatabase default tablespacetablespace assignment - Question #219Performing Backup and Recovery
Your database is in NOARCHIVELOG mode and a logswitch happens every 20 minutes. On Thursday morning, media failure resulted in corruption of a data file belonging to the TOOLS tabl...
NOARCHIVELOG modemedia recoverycomplete recoveryfull database restore - Question #220Managing Database Storage Structures
You want the size of the tablespace to increase when it is full. Which option would you use?
AUTOEXTENDtablespace growthdatafile extensionstorage management - Question #221Managing the Database Instance
Your database performance has degraded due to frequent checkpointing. What would you do in this scenario?
MTTR Advisorcheckpointingdatabase performanceredo log sizing - Question #222Managing Data and Concurrency
View the Exhibit to see the structure of the EMPLOYEES and DEPARTMENTS tables. Your organization plans to dissolve the department with department ID 30. You execute the following c...
foreign key constraintsreferential integritycascade deleteDML errors - Question #223Managing Database Storage Structures
As a database administrator you spend a lot of time observing and setting various storage parameter values for your application tables in order to gain performance benefits. Which...
ASSMsegment space managementtablespace configurationstorage parameters - Question #224Performing Backup and Recovery
On which three can you use Recovery Manager (RMAN) to perform incremental backup? (Choose three.)
RMANincremental backupdata filestablespaces - Question #225Performing Backup and Recovery
Due to media failure you lost one of the data files belonging to the USERS tablespace, and the tablespace is not available to use. Which statement regarding the status of the datab...
media failuredata file losstablespace availabilitydatabase status - Question #226Performing Backup and Recovery
In which two cases would you perform only consistent backup? (Choose two.)
consistent backupNOARCHIVELOG modebackup typesdatabase downtime - Question #227Managing Undo Data
You have a production instance running on your server. UNDO_RETENTION is not long enough to satisfy read-consistency requirements. How do you change the UNDO_RETENTION value?
UNDO_RETENTIONALTER SYSTEMundo managementread consistency - Question #228Configuring the Oracle Network Environment
You executed the following command in the lsnrctl utility to stop the listener: lsnrctl> STOP L1 What is the effect of this command if L1 is the only listener configured for your d...
LSNRCTL STOPlistenerremote connectionsexisting sessions - Question #229Configuring the Oracle Network Environment
You have a listener process, L1, currently listening for the connections to the PROD and ADMIN databases. You create a new database, PAY, using CREATE DATABASE .. command. You have...
LSNRCTL RELOADlistener configurationLISTENER.ORAdynamic registration - Question #230Managing Database Storage Structures
You need to rename a data file of a tablespace. How would you perform this?
data file renametablespace offlineALTER TABLESPACEfile management - Question #231Managing the Database Instance
When you try to start the Database Control by using the emctl start dbconsole command the following error is displayed: TZ set to America/New_york OC4J Configuration issue. /u01/ap...
ORACLE_SIDORACLE_HOMEDatabase Controlenvironment variables - Question #232Managing Data and Concurrency
User Scott has updated the salary of one of the employees in the EMPLOYEES table and has not committed the transaction. What are the two types of locks that this scenario would lea...
ROW EXCLUSIVE locktable lockDML lockslock types - Question #233Performing Backup and Recovery
While setting up an Oracle database for one of your critical applications, you want to ensure that the database is backed up at regular intervals without your intervention. What sh...
DBCAautomated backup schedulingbackup configurationdatabase creation - Question #234Managing the Database Instance
One of the redo log members in your database is lost. You queried V$logfile for further details. What would be the member's status?
V$logfileredo log member statusINVALID statuslog file management - Question #235Performing Backup and Recovery
It is a holiday and no transactions are being performed on the database. You took a consistent backup of your database without using Recovery Manager (RMAN). How would you make use...
RMAN cataloguser-managed backupconsistent backupbackup interoperability - Question #236Performing Backup and Recovery
Because of a power outage, instance failure has occurred. From what point in the redo log does recovery begin and where does it end?
instance recoverycheckpoint positionredo logcrash recovery - Question #237Managing the Database Instance
You are working on a 24x7 (available 24 hours per day, 7 days per week) production database. An operating system (OS) user deletes the alert log file accidentally. Which statement...
alert logautomatic file recreationdiagnostic filesdatabase operations - Question #238Configuring the Oracle Network Environment
Anyone who knows just the host name and the listener name can have full control over the listener. They can stop the listener and also obtain detailed information about the listene...
listener passwordlistener securityLSNRCTLnetwork security - Question #239Exploring the Oracle Database Architecture
Your database is in the MOUNT state and you execute the following command to open it: ALTER DATABASE OPEN; What two actions are performed as a result of this command? (Choose two.)
ALTER DATABASE OPENdatabase startupredo log filesonline data files - Question #240Managing Database Storage Structures
In your database, you discovered that a tempfile in a locally managed temporary tablespace has been deleted at the operating system level. How would you recover the tablespace?
tempfiletemporary tablespacetablespace recoverydrop and recreate - Question #241Managing Schema Objects
View the Exhibit to see the data in the emp table. You created a PRIMARY KEY constraint on the empno column of the emp table, and the constraint is not deferred. Which two statemen...
PRIMARY KEY constraintunique indexNOT NULL constraintconstraint behavior - Question #242Managing Database Storage Structures
You are creating a locally managed tablespace to meet the following requirements: All the extents should be of the same size. The data should be spread across two data files. A bit...
locally managed tablespaceuniform extentssegment space managementsmallfile tablespace - Question #243Performing Backup and Recovery
You are using the backup scheduler in Enterprise Manager (EM) to schedule a backup of your database. Which type of script does the backup scheduler generate?
Enterprise Managerbackup schedulerRMAN scriptEM backup tools - Question #244Managing the Database Instance
You have three databases, FINDB, PAYDB and ADMINDB, located in Sydney, Tokyo and Singapore respectively. You want to perform administrative tasks which include starting up and shut...
Oracle Management AgentEnterprise Manager Grid Controlremote administrationmulti-database management - Question #245Managing Undo Data
One of the user sessions was terminated abnormally in the middle of a transaction. What does Oracle database do to recover it?
undo datatransaction rollbackabnormal session terminationPMON - Question #246Managing the Database Instance
You decided to increase the value for the SHARED_SERVERS parameter by using the following command: SQL> ALTER SYSTEM SET SHARED_SERVERS=3 SCOPE=?; Which three values can be specifi...
ALTER SYSTEMSCOPE clauseSPFILEdynamic parameters - Question #247Performing Backup and Recovery
Redo log files are multiplexed in your database. The disk in which you have one of the redo log members is highly fragmented. In the process of defragmentation you lose the redo lo...
redo log multiplexinglog member recoveryredo log groupsnon-current group - Question #248Configuring the Oracle Network Environment
Your application demands frequent connection and disconnection from the database. You have three listener processes that are listening for the database PROD. While setting up the c...
listener load balancingconnection load balancingOracle Netmultiple listeners - Question #249Performing Database Maintenance
You find today's performance of your production database to be the best ever. Therefore, you want to be notified in the future whenever the performance degrades by 10% of today's p...
AWR baselineperformance baselineEnterprise Manager monitoringperformance metrics - Question #251Performing Backup and Recovery
Your database is running in the ARCHIVELOG mode. You placed a tablespace, tbs_1, offline with the immediate option. Which statement is correct in this scenario?
tablespace offline IMMEDIATEmedia recoveryARCHIVELOG modetablespace recovery - Question #252Performing Backup and Recovery
In your database, you may be forced to perform a recovery using the RESETLOGS option during which the redo logs would be reset to sequence number 1. You want to avoid the overwriti...
archived log namingRESETLOGSarchive format parameterslog sequence reset - Question #253Configuring the Oracle Network Environment
You manually create an additional listener process, L1, for databases PROD, PAYDB and FINDB. While starting up the listener process, you get the following error message: LSNRCTL> s...
listener configurationTNS-12542 port conflictlistener.oraport number - Question #254Managing Schema Objects
The customer and order tables are often used in joins, thereby resulting in complex queries. You created views to simplify the writing of queries. These views are stored in _____.
viewsdata dictionaryschema object storageOracle metadata - Question #255Managing Undo Data
Users in your PROD database complain about the slow response of the transactions. While investigating the reason, you find that the transactions are waiting for the undo segments t...
undo retentionundo segmentsundo tablespace sizingtransaction wait - Question #256Exploring the Oracle Database Architecture
In the instance of the PROD database, the checkpoint (CKPT) process runs after every minute. A database user updates the rows of the ORDERS table. Because of the configuration, the...
CKPT processDBWncheckpointdatabase buffer cache - Question #257Performing Backup and Recovery
You are working on a very large database. You had performed a binary backup of the control file a month ago. After this you added a few tablespaces, and dropped a couple of tablesp...
control file recoverybinary backupMOUNT statemedia recovery after restore - Question #258Performing Backup and Recovery
You are using the following command to clear the log file group: ALTER DATABASE CLEAR LOGFILE GROUP 2; In which case would the command be successful?
CLEAR LOGFILEredo log groupsarchived logALTER DATABASE - Question #259Performing Backup and Recovery
Redo log files are not multiplexed in your database. Redo log blocks are corrupted in group 2, and archiving has stopped. All the redo logs are filled and database activity is halt...
redo log corruptionCLEAR UNARCHIVED LOGFILEarchiving failurelog recovery - Question #260Administering User Security
You execute the following set of commands to create a database user and to grant the system privileges in your production environment. SQL> CREATE USER user01 IDENTIFIED BY oracle...
tablespace quotaORA-01950user privilegesCREATE TABLE error - Question #261Performing Database Maintenance
Initially, for the Automatic Workload Repository (AWR) statistics, the retention period is set to 7 days, the collection interval is set to 30 minutes and the collection level is s...
AWR retention periodAutomatic Workload RepositoryMemory Advisorstatistics purging