多项选择题A web browser can connect directly to an Oracle server using which two?()

A.HTTP
B.IIOP
C.TCP/IP
D.Named Pipes
E.TCP/IP with SSL


您可能感兴趣的试卷

你可能感兴趣的试题

2.多项选择题

You issue this RMAN command:  
RMAN> create script Level0Backup {  
backup
  incremental level 0  
format ‘/u01/db01/backup/%d_%_Sp’  
fileperset 5
  (database include current controlfile);
  sql ‘alter database archive log current’;  
} 
Which three statements are true about the Level0Backup script you just created?()

A.The script is stored only in the control file.
B.The script is stored only in the recover catalog.
C.The script can be executed only by using the RMAN RUN command.
D.The commands of the script can be displayed with the LIST command.
E.The commands of the script can be displayed with the PRINT command.
F.The commands of the script can be displayed with the REPORT command.

4.多项选择题Which two statements are true regarding the use of UTF-16 encoding? ()

A.Enables easier loading of multinational data. 
B.Uses a fixed-width Multibyte encoding sequence.
C.Asian characters are represented in three characters. 
D.Used a variable-width Multibyte encoding sequence. 
E.European characters are represented on one or two bytes. 

5.单项选择题What is true regarding a shared, server-side parameter file for a Real Application Cluster database? ()

A.It can contain parameters with distinct values for each distance.
B.It can contain only parameters with identical values for each instance.
C.It must contain an IFILE parameter for each instance’s individual parameter file.
D.It must be located in the default location for the primary instance’s parameter file.

6.单项选择题Why can setting too low a value for the FAST_START_MTTR_TARGET parameter reduce your overall database performance?()

A.Data blocks have to be written more frequently by DBWR. 
B.Redo blocks have to be written more frequently by LGWR. 
C.You need to substantially increase the size of your database buffer cache to hold the additional checkpoint records. 
D.You need to substantially increase the size of your redo buffer cache to hold the additional checkpoint records.

8.单项选择题What type of protection is implemented when the DBA issues the ALTER DATABASE SET STANDBY DATABASE PROTECTED; command?()

A.The standby database is protected against write operations. 
B.The primary database is protected against write operations. 
C.The primary database is protected against data loss and data divergence. 
D.The standby database is protected against data loss and data divergence. 

9.单项选择题What is the new Oracle Shared Server?()

A.An improved version of multithreaded server configuration. 
B.A connection pooling configuration where several clients are connected to the same server process. 
C.Two more database servers, which share data by means of database links; the client software is unaware to which server it is connected. 
D.A configuration of Real Application Cluster where the client connection is routed to the least busy instance. 

10.多项选择题Which three statements are true about the privileged connection options available in Oracle9i?()

A.The CONNECT INTERNAL is disallowed. 
B.The Server Manager tool is no longer supplied. 
C.The listener must be running to make a connection. 
D.The use of remote password login file (orapw<sid>) is unchanged.

最新试题

As A DBA, which of the following methods can you use to make a backup of your table?()

题型:单项选择题

Which of the following packages maintains information in the recovery catalog? ()

题型:单项选择题

The database is being restored from a closed backup. The data files, control files, password file, and parameter file are available, but the online redo logs are not. Because the online redo logs are not available, you must simulate recovery and alter the database open with the reset logs option so the online redo logs are created while the database opens. Which type of recover is used in this situation?()

题型:单项选择题

Which of the following parameters must be specified to define the number of dispatchers that need to be started?()

题型:单项选择题

Which of the following options would you choose to implement controlled access using remote authentication for your networks?()

题型:单项选择题

Which one of the following RMAN commands is used to register the database files with repository that were backed up using O/S commands?()

题型:单项选择题

Which of the following options enables a user to get authenticated though a single password instead of using multiple passwords?()

题型:单项选择题

You are configuring the listener on your server. Which listener.ora parameter contains the information needed to detect session requests from different client types?()

题型:单项选择题

SQL*Loader reads a set of records from a file, generates INSERT commands, and passes them to the Oracle kernel. Oracle then finds places for those records in free blocks in the table and updates any associated indexes. Which SQL*Loader mode is used in this scenario?()

题型:单项选择题

After a number of days set by the parameter CONTROL_FILE_RECORD_KEEP_TIME, the information in the control file is overwritten by RMAN. What is this parameter’s default value?()

题型:单项选择题