Which two file types must be included in a closed database backup taken with operating system commands?()
第1题:
public class test { public static void main(String [] a) { assert a.length == 1; } } Which two will produce an AssertionError?()
第2题:
Which two statements are true about the rescue configuration file?()
第3题:
You decided to configure the flash recovery area in your database to centralize the storage of all the recovery files in a certain location on disk. Which two parameters will you specify in the init.ora file?()
第4题:
Which two RMAN commands initiate a resynchronization of the recovery catalog with the target database control file?()
第5题:
The KEEP option overrides the configured retention policy
The KEEP option is an attribute of an individual backup piece
The backup contains only data files and archived redo log files
The backup contains data files, the server parameter file and the control file even if the control file auto backup is disabled
第6题:
DB_CREATE_FILE_DEST
DB_RECOVERY_FILE_DEST
DB_RECOVERY_FILE_DEST_SIZE
DB_ONLINE_LOG_DEST_n
第7题:
serialization delay
end-to-end delay
lack of bandwidth
inconsistent port costs
routing table convergence issues
poor file transfer rates
第8题:
any control file
any archive log file
one of the redo log members
loss of the initialization parameter file
any data file belonging to the default permanent tablespac
第9题:
Recover from failures in the RAC environment.
Diagnose and repair a data file corruption online.
Diagnose and repair a data file corruption offline.
Diagnose and repair failures on a standby database
第10题:
COPY
BACKUP
CHANGE
DELETE
CATALOG
第11题:
data files
control file
password file
online redo log files
initialization parameter file
第12题:
Accelerates NFS file sharing, MAPI, and HTTP 1.0.
Accelerates CIFS, MAPI, and additional TCP traffic specified by app rules.
Accelerates Samba 3.0, Outlook communications in the enterprise, and HTTP.
Accelerates Windows XP-based file sharing, MAPI, and access to the intranet web portal.
第13题:
Which two of these methods will allow a CUE administrator to view the output of the CUE message log file?()
第14题:
You performed the RMAN database backup with the KEEP option.Which two statements are true about this backup?() (Choose two)
第15题:
Which two statements regarding the control file and Recover Manager are true? ()
第16题:
Your database is having two control files, three redo log file groups with two members in each group. Failure of which file would cause an instance to shut down?()
第17题:
adding a new user to the database
dropping a user from the database
dropping a table from the database
dropping a data file from a tablespace
adding a new tablespace to the database
第18题:
InputStream in=new FileReader(“file.txt”);
InputStream in=new FileInputStream(“file.txt”);
InputStream in=new InputStreamFileReader (“file.txt”, “read”);
FileInputStream in=new FileReader(new File(“file.txt”));
FileInputStream in=new FileInputStream(new File(“file.txt”));
第19题:
Data files
Control files
Parameter file
Online redo log files
Server parameter file
第20题:
The backup will terminate because the FORMAT clause was not configured for the channel
It backs up two copies of data files to tape and disk, and two copies of archived log file on tape
It backs up the data files and archived log files to disk, making two copies of each data file and archived log file
It backs up the data files and archived log files to tape, making two copies of each data file and archived log file
第21题:
backup pieces
control file autobackups
copies of all the parameter files
trace file generated using BACKUP CONTROLFILE TO TRACE
第22题:
java test
java -ea test
java test file1
java -ea test file1
java -ea test file1 file2
java -ea:test test file1
第23题:
syslog server
GUI interface
CLI
text editor
TFTP server