单项选择题You have implemented OMF for redo log management. Which of the following choices reflects a log filename that might be employed when OMF is enabled?()

A.log01.log 
B.logORCL01.log 
C.1_2.logALTER ROLLBACK SEGMENT 
D.ora_1_asdf1234.log


您可能感兴趣的试卷

你可能感兴趣的试题

2.单项选择题To allocate another role to a user, which command is most appropriate?()

A.ALTER USER 
B.ALTER DATABASE 
C.ALTER SYSTEM 
D.GRANT

4.单项选择题You are analyzing the components of the redo log mechanisms in your Oracle database. Which of the following purposes does the CKPT process serve?()

A.Writes buffers to disk 
B.Writes current redo log number to datafile headers 
C.Writes redo log information to disk 
D.Reads information into memory for users

5.单项选择题The DBA is defining role for users. Which of the following is not an acceptable method for defining a default role?()

A.ALTER USER DEFAULT ROLE ALL
B.ALTER USER DEFAULT ROLE ALL EXCEPT ROLE_1
C.ALTER USER DEFAULT ROLE NONE
D.ALTER USER DEFAULT ROLE NONE EXCEPT ROLE_1

7.单项选择题In a situation where no multiplexing of redo logs takes place, what happens when Oracle cannot read data from the online redo log group for archiving?()

A.Nothing happens
B.Oracle will automatically switch redo logs when detected 
C.Oracle eventually won't allow new records to be added to the database 
D.The instance crashes

9.单项选择题You are designing the physical database layout on your host machine. What is the relationship between tablespaces and datafiles in the Oracle database?()

A.One tablespace has only one datafile
B.Many tablespaces can share one datafile
C.One tablespace can have many datafiles
D.One datafile can contain many tablespaces

最新试题

In order to enable remote administration of users and tablespaces on an Oracle database, which of the following types of files must exist in the database?()

题型:单项选择题

A table was just created on your Oracle database with six extents allocated to it. Which of the following factors most likely caused the table to have so many extents allocated?()

题型:单项选择题

You are using the Database Configuration Assistant to configure your Oracle database. Which of the following terms pertains to the creation of an object from which creation of the other database can be based? ()

题型:单项选择题

You are configuring your index to be stored in a tablespace. Which of the following storage parameters are NOT appropriate for indexes?()

题型:单项选择题

You issue the following command in Oracle: CREATE TABLESPACE DAT_TBS DATAFILE "dat_tbs.dbf" SIZE 2M;. Later queries against the database reveal that the tablespace is located in the /u01/oradata/oracle directory. Which of the following choices identifies how Oracle likely determined what directory to place dat_tbs.dbf file in?()

题型:单项选择题

During regular database operation, which background process will take smaller blocks of free space in a dictionary-managed tablespace and move things around to make bigger pieces of free space?()

题型:单项选择题

ou are implementing control file multiplexing. Which of the following choices identifies the method you can use in order to generate the control file copies that Oracle will maintain?()

题型:单项选择题

Your application regularly issues the following statement: SELECT * FROM BANK_ACCT WHERE ACCT_BALANCE BETWEEN 1000 and 10000; Which of the following database objects would be inappropriate for use with this statement?()

题型:单项选择题

he DBA is about to enable auditing on the Oracle database in an attempt to discover some suspicious activity. Audit trail information is stored in which of the following database object names?()

题型:单项选择题

You are analyzing how Oracle processes user statements. SQL and PL/SQL parse information is stored in which of the following database memory areas? ()

题型:单项选择题