Which two statements are true regarding the functionality of the remap command in ASMCMD?()
第1题:
Which of the following conclusions is most appropriate to draw to describe why du shows fewer blocks used than df?()
第2题:
Which two are the uses of the ASM metadata backup and restore (AMBR) feature?()
第3题:
Which two statements are true regarding B-tree indexs()
第4题:
You perform differential incremental level 1 backups of your database on each working day and level 0 backup on Sundays, to tape. Which two statements are true about differential incremental backups()
第5题:
Which statement is true regarding the VALIDATE DATABASE command?()
第6题:
Which two statements are true regarding a tablespace()
第7题:
The command succeeds but it retrieves only the disk names.
The command produces an error because the ASM instance is down.
The command succeeds but it shows only the status of the ASM instance.
The command succeeds and retrieves information by scanning the disk headers based on an ASM_DISKSTRING value.
第8题:
The leaf blocks in the index are doubly linked.
The leaf node stores a bitmap for each key value.
The rows with NULL value in key columns also have entries in the index.
The deletion of a row from the table causes a logical deletion in index leaf block and the space becomes available for the new leaf entry.
第9题:
It checks the database for intrablock corruptions only.
It checks for block corruption in the valid backups of the database.
It checks the database for both intrablock and interblock corruptions.
It checks for only those corrupted blocks that are associated with data files.
第10题:
Compilation fails.
Nothing is added to the file system.
Only a new file is created on the file system.
Only a new directory is created on the file system.
Both a new file and a new directory are created on the file system.
第11题:
The command succeeds but it retrieves only the disk names.
The command produces an error because the ASM instance is down.
The command succeeds but it shows only the status of the ASM instance.
The command succeeds and retrieves information by scanning the disk headers based on an ASM_DISKSTRING value.
第12题:
The leaf blocks in the index are doubly linked.
The leaf node stores a bitmap for each key value.
The rows with NULL value in key columns also have entries in the index.
The deletion of a row from the table causes a logical deletion in index leaf block and the space becomesavailable for the new leaf entry
第13题:
You want to create a valid directory structure for your Java EE web application, and you want to put yourweb application into a WAR file called MyApp.war. Which two are true about the WAR file?()
第14题:
On your Oracle 12c database, you invoked SQL *Loader to load data into the EMPLOYEES table in the HR schema by issuing the following command: $> sqlldr hr/hr@pdb table=employees Which two statements are true regarding the command?()
第15题:
You use a recovery catalog for maintaining your database backups.You execute the following command:$rman TARGET / CATALOG rman / cat@catdbRMAN > BACKUP VALIDATE DATABASE ARCHIVELOG ALL;Which two statements are true?()
第16题:
Consider the following scenario: You have a directory, data, under the disk group tdgroupA. You want to create an alias for one of the data files and you execute the following command: ALTER DISKGROUP tdgroupA ADD ALIAS ’+tdgroupA/data/datafile.dbf’ FOR ’+tdgroupA.231.45678’; Which task would be accomplished by the command?()
第17题:
You want to perform the following operations for the DATA ASM disk group: -Verify the consistency of the disk. -Cross-check all the file extent maps and allocation tables for consistency. check whether the alias metadata directory and file directory are linked correctly. -Check that ASM metadata directories do not have unreachable allocated blocks. Which command accomplishes these tasks()?
第18题:
Which two statements are true regarding B-tree index()
第19题:
It succeeds with default settings if the EMPLOYEES table belonging to HR is already defined in the database.
It fails because no SQL *Loader data file location is specified.
It fails if the HR user does not have the CREATE ANY DIRECTORY privilege.
It fails because no SQL *Loader control file location is specified.
第20题:
It succeeds with default settings if the EMPLOYEES table belonging to HR is already defined in the database.
It fails because no SQL *Loader data file location is specified.
It fails if the HR user does not have the CREATE ANY DIRECTORY privilege.
It fails because no SQL *Loader control file location is specified.
第21题:
The df command only counts the number of disk blocks and superblocks.
The df command ignores space used for inodes, gnodes, and vnodes.
The du command does not take into account filesystem metadata.
The du command counts indirect blocks and superblocks in its calculations.
第22题:
ALTER DISKGROUP data CHECK
ALTER DISKGROUP data CHECK DISK
ALTER DISKGROUP data CHECK FILE
ALTER DISKGROUP data CHECK DISK IN FAILURE GROUP 1
第23题:
The command drops the file +tdgroupA·231.45678.
The command physically relocates the file to +tdgroupA/data and renames the file to datafile.dbf.
The command creates a copy of the +tdgroupA·231.45678 file and places it in +tdgroupA/data after renaming the file to datafile.dbf.
The command creates an alias, datafile.dbf, and places it in +tdgroupA/data and does not remove the +tdgroupA·231.45678 file.
The command creates a file, datafile.dbf, in +tdgroupA/data and removes the references for +tdgroupA·231.45678 from the data dictionary views.