A.thealertlogfileandthetracefiles
B.theredologfiles
C.thecontrolfile
D.thechangetrackingfile
第1题:
A.Runningaqueryonatablereturns"ORA-600:InternalError."
B.Insertingavalueinatablereturns"ORA-01722:invalidnumber."
C.Creatingatablereturns"ORA-00955:nameisalreadyusedbyanexistingobject."
D.Insertingavalueinatablereturns"ORA-00001:uniqueconstraint(SYS.PK_TECHP)violated."
E.RebuildinganindexusingALTERINDEX...REBUILDfailswithanerror"ORA-01578:ORACLEdatablockcorrupted(file#14,block#50).
第2题:
YouworkasadatabaseadministratoratCertkiller.com.YourdatabaseisopenandrunninginARCHIVELOGmode.YoutakeRMANfullbackupseverySundaynight.OnMondaymorning,whilequeryingtheuser1.employeestable,youreceivethefollowingerrormessage:
01578:ORACLEdatablockcorrupted(file#5,block#51)
ORA-01110:datafile5:’/u01/app/oracle/oradata/orcl/example01.dbf’
Youneedtorectifythecorruptionwhileensuringthefollowing:
Thedatafileshouldremainonline.
Themeantimetorecover(MTTR)shouldbeminimal.
Youarenotusingabackupcontrolfileandallthearchivedlogsareaccessible.
Whichoptionwouldyouchoose?()
第3题:
标准库函数fgets(s,n,file)的功能是( )。
A.从文件file中读取长度为n的字符串存入字符数组S由
B.从文件file中读取长度不超过n-1个字符的字符串放到字符数组S中
C.从文件file中读到n个字符串存入字符数组s中
D.从文件file中读取长度为n-1个字符的字符串存人字符数组s中
第4题:
A. Running a query on a table returns ORA-600: Internal Error.
B. Inserting a value into a table returns ORA-01722: invalid number.
C. Creating a table returns ORA-00955: name us already in used by an existing objects.
D. Inserting a value into a table returns ORA-00001: unique constraint (SYS.OK_TECHP) violated.
E. Rebuilding an index using ALTER INDEX . . . REBUILD fails with an ORA-01578: ORACLE data block corrupted (file # 14, block # 50) error.
第5题:
标准库函数fgets(s,n,file)的功能是( )。
A.从文件file中读取长度为n的字符串存入字符数s由
B.从文件file中读取长度不超过n-1个字符的字符放到字符数组S中
C.从文件file中读到n个字符串存入字符数组s中
D.从文件file中读取长度为n-1个字符的字符串存字符数组S中