You notice a high number of waits for the db file scattered read and db file sequential read events in the recent Automatic Database Diagnostic Monitor (ADDM) report. After further investigation, you find that queries are performing too many full table scans and indexes are not being used even though the filter columns are indexed.Identify three possible reasons for this.()
A. Missing or stale histogram statistics
B. Undersized shared pool
C. High clustering factor for the indexes
D. High value for the DB_FILE_MULTIBLOCK_READ_COUNT parameter
E. Oversized buffer cache
第1题:
执行下列命令后,当前打开的数据库文件名是 Number="3" File="File"+Number USE &File
A.File3
B.&File
C.FileNumber
D.File
第2题:
Examinethefollowingparametersettingsfromaninitialization(init.ora)file:DB_CREATE_FILE_DEST=’/u01/oradata/’DB_CREATE_ONLINE_LOG_DEST_1=’/u02/oradata/’DB_CREATE_ONLINE_LOG_DEST_2=’/u03/oradata/’IfyoucreateanOracleManagedFiles(OMF)databaseusingthesesettings,whatistheresult?()

A.A
B.B
C.C
D.D
第3题:
假设file是文本文件对象,下列选项中,哪个用于读取一行内容?()
A.file.read()
B.file.read(200)
C.file.readline()
D.file.readlines()
第4题:
A. DB_FLASHBACK_RETENTION_TARGET
B. DB_RECOVERY_FILE_DEST
C. RECOVERY_PARALLELISM
D. FLASHBACK_TRANSACTION_QUERY
E. DB_RECOVERY_FILE_DEST_SIZE
第5题:
假设文件file是文本文件对象,下列选项只能够,哪个用于读取一行内容()
A.file.read()
B.file.read(200)
C.file.readline()
D.file.readlines()
第6题:
3、假设file是文本文件对象,下列选项中,哪个用于读取一行内容?()
A.file.read()
B.file.read(200)
C.file.readline()
D.file.readlines()