Which statement is true about Enterprise Manager (EM) express in Oracle Database 12c?() A. By default, EM express is available for a database after database creation.B. You can use EM express to manage multiple databases running on the same server.C. You can perform basic administrative tasks for pluggable databases by using the EM express interface.D. You cannot start up or shut down a database Instance by using EM express.E. You can create and configure pluggable databases by using EM express.

Which statement is true about Enterprise Manager (EM) express in Oracle Database 12c?()

A. By default, EM express is available for a database after database creation.

B. You can use EM express to manage multiple databases running on the same server.

C. You can perform basic administrative tasks for pluggable databases by using the EM express interface.

D. You cannot start up or shut down a database Instance by using EM express.

E. You can create and configure pluggable databases by using EM express.


相关考题:

Thefollowingarethedetailsofyourdatabase:Instancename:testHostname:tech1.us.oracle.comIPaddress:145.33.230.186EnterpriseManagerConsoleHTTPPortnumber:5500YoustartedthedatabaseinstanceandyouwanttomanageyourdatabaseremotelywithEnterpriseManagerthroughaWebbrowser.WhichtwoURLswouldyouusetoaccesstheDatabaseControl?()A.http://145.33.230.186:5500/emB.http://www.145.33.230.186:5500/emC.http://tech1.us.oracle.com:5500/emD.http://test.145.33.230.186:5500/emE.http://test.tech1.us.oracle.com:5500F.http://www.tech1.us.oracle.com:5500/emG.http://test.tech1.us.oracle.com:5500/em

Youissuethefollowingcode:EXECDBMS_RESOURCE_MANAGER_PRIVS.GRANT_SWITCH_CONSUMER_GROUP(’SCOTT’’GRP1’,TRUE);Whatwillbetheresultofexecutingtheabovecode?() A.Theswitchprivilegewillbegrantedtotheuser,Scott,forchangingtheconsumergrouptoGRP1.B.Theswitchprivilegewillbegrantedtotheuser,Scott,forchangingtheconsumergroupfromGRP1toanyothergroup.C.ThecodewillnotexecutesuccessfullybecausethereisnoGRANT_SWITCH_CONSUMER_GROUPprocedureintheDBMS_RESOURCE_MANAGER_PRIVSpackage.D.Thecodewillexecutesuccessfullybutnoprivilegewillbegrantedtotheuser,Scott.

Youhavecontrol-fileautobackupsenabled.WhenstartingyourdatabasefromSQL*Plus,youreceivethefollowingerrormessage:SQLstartupORA-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.

Which command do you use to manually remove antivirus patterns?() A. request security utm anti-virus juniper-express-engine pattern-deleteB. request security utm anti-virus juniper-express-engine pattern-reloadC. request security utm anti-virus juniper-express-engine pattern-removeD. delete security utm anti-virus juniper-express-engine antivirus-pattern

Oracle中如何设置audittrail审计,正确的说法是:()A、在init.ora文件中设置“audit_trail=true”或者“audit_trail=db”B、以SYSDBA身份使用AUDITALLONSYS.AUD$BYACCESS,语句对audittrail审计C、Oracle不支持对audittrail的审计D、在设置audittrail审计前,要保证已经打开Oracle的审计机制

ORACLE初始化参数文件的默认路径是:() A.对于UNIX,在$ORACLE_HOME/dbsB.对于UNIX,在$ORACLE_HOME/dbs/adminC.对于Linux,在%ORACLE_HOME%\databaseD.对于Windows,在%ORACLE_HOME%\dbsE.对于Windows,在%ORACLE_HOME%\database\admin

要重新启动ORACLE数据库服务器,首先要以哪种身份登录数据库() A.SYSDBAB.SYSOPERC.SYSMAND.SUPERMANE.SYSTEM/MANAGER

当启动一个Oracle实例时,初始化参数()指出为数据文件信息保留的SGA空间的数量。 A.DB_FILESB.DB_DATAFILESC.DATABASE_FILESD.LOG_FILES

已知基类Employee只有一个构造函数,其定义如下: Employee::Employee(int n):id(n){ } Manager是Employee的派生类,则下列对Manager的构造函数的定义中,正确的是?A.Manager::Manager(int n):id(n){}B.Manager::Manager(int n){id=n;}C.Manager::Manager(int n):Employee(n){}D.Manager::Manager(int n){Employee(n);}

【多选题】SQL Server2005有以下哪_____些版本,可以更好地满足各个客户领域的需求A.Express版本B.Workgroup版本C.Standard版本D.Enterprise版本