Viewthisparametersettinginyourdatabase:DB_CREATE_FILE_DEST=’D:\oracle\product\10.2.0\oradata\oracle’Youcreatedatablespacebyusingthiscommand:CREATETABLESPACEUSERS;WhichtwostatementsaretrueabouttheUSERStablespace?()A.Thetablespacehastwodatafiles.B.Anerroris

题目

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.


相似考题
更多“Viewthisparametersettinginyourdatabase:DB_CREATE_FILE_DEST=’D:\oracle\product\10.2.0\orada ”相关问题
  • 第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.


    参考答案:C

  • 第2题:

    如下面这段监听配置中,sid_name的值来自于哪个参数? SID_LIST_LISTENER = (SID_DESC =(GLOBAL_DBNAME = orcl ) (ORACLE_HOME = /u01/app/oracle/product/ 10. 2.0/db_1) (SID_NAME = orcl ) )()

    A. INSTANCE_NAME

    B. DB_NAME

    C. DB_UNIQUE_NAME

    D. SERVICE_NAMES

    E. GLOBAL_NAMES


    参考答案A

  • 第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)


    product = 1*3*5*...* (N-1)

  • 第4题:

    Youmanuallycreateanadditionallistenerprocess,L1,for&en

    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?()


    参考答案:D

  • 第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)


    sum = 1!+2!+...+n!