单项选择题

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 performance. What is the first step that you would take to ensure this?()

A.A
B.B
C.C
D.D
E.E


您可能感兴趣的试卷

你可能感兴趣的试题

2.单项选择题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 log member, which is not a member of the current group. How would you recover from the loss of the redo log member?()

A.SMON would automatically restore the lost file.
B.You would need to restore the whole database from the last backup.
C.You would need to restore the file from the last full database backup.
D.You would need to use flashback technology to restore the lost redo log member.
E.You would need to use Recovery Manager (RMAN) to restore the lost redo log member.
F.You would need to restore the missing log file by copying one of the remaining files from the same group.

5.单项选择题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?()

A.SQL script
B.PL/SQL script
C.Operating System (OS) script
D.Enterprise Manager (EM) script
E.Recovery Manager (RMAN) script

6.多项选择题

Exhibit:
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 statements are true in this scenario? ()

A.No index would be created or used in this case.
B.A unique index on the empno column would be created.
C.A CHECK constraint would be enforced on the empno column.
D.A NOT NULL constraint would be enforced on the empno column.
E.A bitmap unique index would be created on the empno column.

7.多项选择题

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 bitmap should be used to record the free space within the allocated extents. Which three options would you choose?()

A.set PCTFREE and PCTUSED to 50
B.specify extent allocation as Uniform
C.specify extent allocation as Automatic
D.create the tablespace as bigfile tablespace
E.create the tablespace as smallfile tablespace
F.set segment space management to Automatic
G.use the RESIZE clause while creating the tablespace

8.单项选择题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?()

A.flash back the database
B.perform point-in-time recovery
C.perform a full database recovery
D.drop and re-create the tablespace
E.use Recovery Manager (RMAN) to recover the database

9.多项选择题

our 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?()

A.All control files are opened.
B.All redo log files are opened
C.The password file is opened.
D.The parameter file is opened.
E.All online data files are opened.

最新试题

Which statement is true about the loss of system­critical data files in ARCHIVELOG mode?()

题型:单项选择题

You find that the database performance degrades while you backup the PROD database using Recovery Manager (RMAN). The PROD database is running in shared server mode. The database instance is currently using 60% of total operating system memory. You suspect the shared pool fragmentation to be the reason.Which action would you consider to overcome the performance degradation?()

题型:单项选择题

Your database is functional with peak load for one hour. You want to preserve the performance statistics collected during this period so that they can be used for comparison while analyzing the performance of the database in the future. What action would you take to achieve this task?()

题型:单项选择题

Your database is running under automatic undo management and the UNDO_RETENTION parameter is set to 900 sec. You executed the following command to enable retention guarantee: SQL> ALTER TABLESPACE undotbs1 RETENTION GUARANTEE; What effect would this statement have on the database?()

题型:单项选择题

The application workload on your database is same between 10 a.m. and 11 a.m. on weekdays. Suddenly you observe poor performance between 10 a.m. and 11 a.m. in the middle of the week. How would you identify the changes in configuration settings, workload profile,and statistics to diagnose the possible causes of the performance degradation?()

题型:单项选择题

In your database, the Log Writer (LGWR) process is unable to write to a member of a current redo log group due to read/write failure. Which two effects would you see in your database?()

题型:多项选择题

In your database, the STATISTICS_LEVEL initialization parameter is set to BASIC.  What is the impact of this setting?()

题型:单项选择题

One of the users in the PROD database, Adams, complains that his update on the table, TRANS, is taking an unusually long time to complete. You find that the table gets locked by another database user before Adams starts his transactions, and you are unable to contact the user holding the table lock. As Adams is updating some crucial rows in the table, he should get the highest priority. Which method would you use to overcome this problem?()

题型:单项选择题

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  How would you prevent such an error in the future?()

题型:多项选择题

The following are the details of your database:  Instance name:test  Host name:tech1.us.oracle.com  IP address:145.33.230.186 Enterprise Manager Console HTTP Port number:5500  You started the database instance and you want to manage your database remotely with Enterprise Manager through a Web browser. Which two URLs would you use to access the Database Control?()

题型:多项选择题