Viewthisparametersettinginyourdatabase:DB_CREATE_FILE_DEST=’D:\oracle\product\10.2.0\oradata\oracle’Youcreatedatablespacebyusingthiscommand:CREATETABLESPACEUSERS;WhichtwostatementsaretrueabouttheUSERStablespace?()
A.Thetablespacehastwodatafiles.
B.Anerrorisreportedandtablespacecreationfails.
C.Datafilesarecreatedwithnamesgeneratedbytheinstance.
D.Thetablespacecanbeextendedwithoutspecifyingthedatafile.
E.DatafilesbelongingtotheUSERStablespacecannotberenamed.
第1题:
Youhavecontrol-fileautobackupsenabled.WhenstartingyourdatabasefromSQL*Plus,youreceivethefollowingerrormessage:SQL>startupORA-01078:failureinprocessingsystemparametersLRM-00109:couldnotopenparameterfile,C:\ORACLE\PRODUCT\11.1.0\DB_1\DATABASE\INITORCL.ORAUsingRMAN,howwouldyourespondtothiserror?()
A.Issuethestartupnomountcommandandthenissuetherestoreparameterfilecommandfromthe RMANprompt.
B.IssuethestartupnomountcommandandthenissuetherestorespfilecommandfromtheRMANprompt.
C.Issuethestartupnomountcommandandthenissuetherestorespfilefromautobackupcommand fromtheRMANprompt.
D.Issuethestartupnomountcommandandthenissuetherestorespfilefrombackupcommand from theRMANprompt.
E.IssuetherestorespfilefromautobackupcommandfromtheRMANprompt.
第2题:
A. INSTANCE_NAME
B. DB_NAME
C. DB_UNIQUE_NAME
D. SERVICE_NAMES
E. GLOBAL_NAMES
第3题:
41、已知程序如下,该程序实现的功能为_____。 (10) main() (20) { int counter; (30) ... //输入N值的语句,略 (40) long product = 1; (50) for counter = 1 to N step 2 (60) { product = product * counter; } (70) return product; (80) }
A.product = 1*3*5*...* (N-1)
B.product = 1*2*3*...*(N-1)
C.product = 1+ 2+3+...+ (N-1)
D.product = 1+3+5+...+(N-1)
第4题:
Youmanuallycreateanadditionallistenerprocess,L1,fordatabasesPROD,
PAYDBandFINDB.Whilestartingupthelistenerprocess,yougetthefollowingerrormessage:LSNRCTL>startl1
Starting/u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr:pleasewait...
TNSLSNRforLinux:Version10.1.0.2.0-Production
Systemparameterfileis/u01/app/oracle/product/10.1.0/db_1/network/admin/listener.oraLogmessageswrittento/u01/app/oracle/product/10.1.0/db_1/network/log/l1.logErrorlisteningon:
(ADDRESS=(PROTOCOL=TCP)(HOST=144.23.230.185)(port=8899))
TNS-12542:TNS:addressalreadyinuseTNS-12560:
TNS:protocoladaptererrorTNS-00512:Addressalreadyinuse
LinuxError:98:Addressalreadyinuse
Listenerfailedtostart.Seetheerrormessage(s)above...
Whatactionwouldyoutaketoovercomethiserrorwithoutdisruptinganyexistingdatabasecommunications?()
第5题:
已知程序如下,该程序实现的功能为_____。 (10) main() (20) { int counter; (30) ... //输入N值的语句,略 (40) long product = 1; (50) for counter = 1 to N step 2 (60) { product = product * counter; } (70) return product; (80) }
A.product = 1*3*5*...* (N-1)
B.product = 1*2*3*...*(N-1)
C.product = 1+ 2+3+...+ (N-1)
D.product = 1+3+5+...+(N-1)