Examine the commands executed to monitor database operations:$> conn sys oracle/oracle@prod as sysdbaSQL > VAR eid NUMBERSQL > EXEC: eid := DBMS_SQL_MONITOR.BEGIN_OPERATION (‘batch_job’ , FORCED_TRACKING => ‘Y’);Which two statements are true?()
A. Database operations will be monitored only when they consume a significant amount of resource.
B. Database operations for all sessions will be monitored.
C. Database operations will be monitored only if the STATISTICS_LEVEL parameter is set to TYPICAL and CONTROL_MANAGEMENT_PACK_ACCESS is set DIAGNISTIC + tuning.
D. Only DML and DDL statements will be monitored for the session.
E. All subsequent statements in the session will be treated as one database operation and will be monitored.
第1题:
A.查看系统视图sys.database_files
B.查看系统视图sys.messages
C.查看系统视图sys.error
D.查看系统视图sys.stats
第2题:
选择远程破解Oracle的最好账户是SYS,因为此账户永远有效。()
第3题:
该网站数据库连接程序conn.inc部分代码如下,请在空白处填入相应的程序代码。 <% set conn=(4).createobject("adodb.connection") conn.provider="sqloledb" provstr="server=10.10.10.10;database=(5);uid=swwz;pwd=9765123" conn. (6) provstr %> (4)~(6)备选答案:A.run B.open
C.pubs D.pubs_log
E.serverF.request
第4题:
Oracle的SYS账户在数据库中具有最高权限,能够做任何事情,包括启动/关闭Oracle数据库。即使SYS被锁定,也已然能够访问数据库。()
第5题:
A.对于UNIX,在$ORACLE_HOME/dbs
B.对于UNIX,在$ORACLE_HOME/dbs/admin
C.对于Linux,在%ORACLE_HOME%\database
D.对于Windows,在%ORACLE_HOME%\dbs
E.对于Windows,在%ORACLE_HOME%\database\admin
第6题:
可以通过()系统目录视图查看指定数据库的基本信息。
A.sys.database_files
B.sp_helpdb
C.sp_spaceused
D.sys.database