set the CPU time per call in the users profile
set the CPU time per session in the users profiles
set the TIMED_STATISTICS parameter to TRUE in the parameter file
set the CPU levels for the users’ group using Resource Manager
第1题:
From the V$SESSION_LONGOPS view, you find that some of the database users have long-running queries and are consuming a lot of CPU time. This causes problems for you when you try to log on as the system user and perform small maintenance tasks. You would like to ensure that users SYS and SYSTEM get priority over all other users. Which method would you use to achieve this objective?()
第2题:
From the V$SESSION_LONGOPS view, you find that some of the database users have long-running queries that consume a lot of CPU time. This causes performance problems for other users in the database, who have much shorter queries. You would like to make sure that the users with large queries do not use all the CPU time, but you still do not want to terminate them with an error message. Which method would you follow to achieve this?()
第3题:
Flashback Database is enabled in your Oracle 10g database. One of your database users erroneously purged an important table residing in his schema. The table was purged sometime between 10:00 P.M. and 10:30 P.M. The next day, you decide to flash back the database. Before you flash back the database, you want to ensure that you have all the necessary flashback data. Which dynamic performance view must you use to determine whether you have the required flashback data to recover the purged table?()
第4题:
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance which contains a database. Now your company CIO assigns a task to you. You have to check the performance of the SQL Server 2008 instance. You have to find out which common language runtime (CLR) queries takes the longest-running time. So in the options below, which dynamic management view should you choose to use?()
第5题:
Segment Advisor
SQL Tuning Advisor
SQL Access Advisor
Segment Resource Estimation
Automatic Database Diagnostic Monitor (ADDM)
第6题:
run Segment Advisor
run SQL Tuning Advisor on top SQL statements
run the Automatic Workload Repository (AWR) report
run the Automatic Database Diagnostic Monitor (ADDM)on top SQL statements
第7题:
REBUILD
CASCADE
TRUNCATE
ROW MOVEMENT
SHRINK SPACE COMPACT
SHRINK SPACE CASCADE
第8题:
It will permit the use of uppercase passwords for database users who have been granted the SYSOPER role.
It contains username and passwords of database users who are members of the OSOPER operating system group.
It contains usernames and passwords of database users who are members of the OSDBA operating system group.
It will permit the use of lowercase passwords for database users who have granted the SYSDBA role.
It will not permit the use of mixed case passwords for the database users who have been granted the SYSDBA role.
第9题:
set the CPU time per call in the users profile
set the CPU time per session in the users profiles
set the CPU levels for the users’ group using Resource Manager
set the TIMED_STATISTICS parameter to TRUE in the parameter file
第10题:
V$DATABASE
V$UNDOSTAT
V$FLASHBACK_DATABASE_LOG
V$FLASHBACK_DATABASE_STAT
第11题:
set the CPU time per call in the users profile
set the CPU time per session in the users profiles
set the TIMED_STATISTICS parameter to TRUE in the parameter file
set the CPU levels for the users’ group using Resource Manager
第12题:
REBUILD
CASCADE
TRUNCATE
ROW MOVEMENT
SHRINK SPACE COMPACT
SHRINK SPACE CASCADE
第13题:
From the V$SESSION_LONGOPS view, you find that some of the database users have long/x7frunning queries and are consuming a lot of CPU time. This causes problems for you when you try to log on as the system user and perform small maintenance tasks. You would like to ensure that users SYS and SYSTEM get priority over all other users. Which method would you use to achieve this objective?()
第14题:
You executed this command to create a password file: $ orapwd file = orapworcl entries = 10 ignorecase = N Which two statements are true about the password file?()
第15题:
You are a database administrator for your company. The company’s financial forecasting application uses a SQL Server 2005 database that enables business users to run both ad hoc and predefined queries. You suspect that some queries consume an excessive amount of server resources. You need to identify which queries consume the most resources. You want to achieve this goal as quickly as possible. What should you do?()
第16题:
create a plan directive in the SYS_GROUP
create the pending area for the consumer group
activate the provided SYSTEM_PLAN in Resource Manager
set the TIMED_STATISTICS parameter to TRUE in the parameter file
set the execution time limit for all users, except SYS and SYSTEM, in their profiles
第17题:
Use the DBCC INPUTBUFFER command.
Use the sys.dm_exec_query_stats dynamic management view (DMV).
Use the sqldiag utility.
Use the SHOWPLAN session option.
第18题:
V$DATABASE
V$FLASHBACK_DATABASE_STAT
V$FLASHBACK_DATABASE_LOG
V$RECOVERY_FILE_DEST
第19题:
SQLServer:Buffer Manager
SQLServer:Access Methods
SQLServer:General Statistics
SQLServer:Exec Statistics
第20题:
create a plan directive in the SYS_GROUP
create the pending area for the consumer group
activate the provided SYSTEM_PLAN in Resource Manager
set the TIMED_STATISTICS parameter to TRUE in the parameter file
set the execution time limit for all users, except SYS and SYSTEM, in their profiles
第21题:
Set the CPU time per call in the users profile.
Set the CPU time per session in the users profile.
Set the CPU levels for the user’s group using Resource Manager.
Set the TIMED_STATISTICS parameter to TRUE in the parameter file.
第22题:
sys.dm_os_wait_stats
sys.dm_exec_requests
sys.dm_exec_sessions
sys.dm_exec_query_stats
第23题:
Java pool
Large pool
Shared pool
Streams pool
Library cache
Redo log buffer
Data dictionary cache
Database buffer cache
第24题:
set the SESSIONS to 1 in the parameter file
grant SINGLE SESSION privilege to all of the users
set the SESSIONS_PER_USER to 1 in the users’ profile
grant RESTRICTED SESSION privilege to all of the database users
create a role with SINGLE SESSION privilege and assign the role to the users