Assign the DEFAULT profile to the users
Set the RESOURCE_LIMIT parameter to TRUE in the parameter file
Create a new profile with CPU restrictions and assign it to the users
Specify the users as members of the DEFAULT_CONSUMER_GROUP
Revoke the DBA role and grant CONNECT and RESOURCE role to the users
第1题:
You work as a database administrator for Supportcenter.cn. You find that users with DBA role are using more CPU resources than what is allocated in their profiles. Which action would you take to ensure that resources limits are imposed on these users?()
第2题:
You work as a database administrator for Certkiller .com. Users in the Certkiller .com PROD database complain about the slow response of transactions. While investigating the reason you find that the transactions are waiting for the undo segments to be available, and undo retention has been set to zero. What would you do to overcome this problem?()
第3题:
You work as a database administrator at Certkiller .com. In your production database, you observe that users’ transactions are consuming a lot of resource and you plan to impose resource restrictions by using Resource Manager. For which three resources can you enable usage restrictions by using Resource Manager? ()
第4题:
You work as a database administrator for Certkiller .com. You decided to manage client and server connections using Local Naming method in Certkiller .com. When you try to connect to the database you get the following error: ERROR: ORA-12154:TNS:couldnot resolve service name Which network configuration files would you look into to resolve this error?()
第5题:
You work as a database administrator for Certkiller .com. You find that the database performance degrades while you backup the Certkiller database using Recovery Manager (RMAN). The Certkiller database is running in shared server mode. The database instance is currently using 60% of total operating system memory. You suspect the shared pool fragmentation to be the reason. Which action would you consider to overcome the performance degradation?()
第6题:
Hot backup
Online backup
consistent backup
incremental backup
inconsistent backup
第7题:
Use a flashback query to retrieve the rows that were deleted
Useconventialincremental export and then import the affected object
Shutdown the database inNORMALmode and restart the database instance
Use DBMS_META package to reconstruct the object using undo segments
UseTablespacePoint in Time Recovery (TSPITR) method to recover the table and the data
Use Oracle DataPumptwithflashback_timeoption toentableflashback export and then import the affected object.
第8题:
snmp.ora
names.ora
spfile.ora
sqlnet.ora
listener.ora
tnsnames.ora
第9题:
The trace file
The fixed views
The data dictionary views
The operating system log fields
The dynamic performance views.
第10题:
Assign the DEFAULT profile to the users
Set the RESOURCE_LIMIT parameter to TRUE in the parameter file
Create a new profile with CPU restrictions and assign it to the users
Specify the users as members of the DEFAULT_CONSUMER_GROUP
Revoke the DBA role and grant CONNECT and RESOURCE role to the users
第11题:
Restart the database instance and run the job
Truncate the Certkiller STAFF table and run the job
Delete all rows from the Certkiller STAFF table and run the job
Increase the size of the USERStablespacethe and run the job
Increase the size of the database default permanenttablespaceand run the job
第12题:
AFTER CREATE
AFTER SUSPEND
BEFORE CREATE
AFTER TRUNCATE
BEFORE SUSPEND
AFTER INSERT OR DELETE OR DELETE
BEFORE INSERT OR DELETE OR DELETE
第13题:
You work as a database administrator for Certkiller .com. While loading data into the Certkiller STAFF table using Oracle Enterprise Manager 10g Database Control, you find the status of the job as failed. On further investigation, you find the following error message in the output log: ORA-01653 unable to extend table HR. Certkiller STAFF by 8 intablespaceUSERS Which task would you perform to load the data successfully without affecting the users who are accessing the table?()
第14题:
You work as a database administrator for Certkiller .com. You find that users with DBA role are using more CPU resources than what is allocated in their profiles. Which action would you take to ensure that resources limits are imposed on these users? ()
第15题:
You want to monitor and control the resource usage by sessions. You want to be warned automatically when more than 100 sessions are opened with your database. What action would you take to achieve this?()
第16题:
You work as a database administrator for Certkiller .com. In a production environment, users complain about the slow response time when accessing the database. You have not optimized the memory usage of the Oracle instance and you suspect the problem to be with the memory. To which type of object would you refer to determine the cause of the slow response?()
第17题:
Increase the undo return
Create more undo segments
Create another undotablespace
Increase the size of the undotablespace
第18题:
Assign the DEFAULT profile to the users
Set the RESOURCE_LIMIT parameter to TRUE in the parameter file
Create a new profile with CPU restrictions and assign it to the users
Specify the users as members of the DEFAULT_CONSUMER_GROUP
Revoke the DBA role and grant CONNECT and RESOURCE role to the users
第19题:
The user cannot use the role at all.
The role would not be granted to the user.
The user needs to enable the role explicitly.
The user can start using the role immediately.
The user would have the admin option for the role.
第20题:
Host naming
Local naming
Easy Connect
External naming
directory naming
第21题:
CPU usage
degree of parallelism
number of open cursors
number of sorts performed
idle time for blocking sessions
number of disk I/O operations performed
number of memory I/O operations performed
第22题:
Configure Java Pool to cache the java objects.
Configure Streams Pool to enable parallel processing.
Increase Shared Pool size to cache more PL/SQL objects.
Increase Database Buffer Cache size to increase cache hits.
Configure Large Pool to be used by RMAN and shared server.
Increase the total System Global Area (SGA) size to increase memory hits.
第23题:
Use the Database Resource Manager.
Set the limits in the profiles used by users.
Modify the SESSIONS initialization parameter.
Set the warning threshold for the Current Logons Count metric.
第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