单选题The database users are connecting to the PROD database from different  applications, thereby degrading the database performance. The senior database administrator suspects the large number of concurrent connections to be the reason for low performance 

题目
单选题
The database users are connecting to the PROD database from different  applications, thereby degrading the database performance. The senior database administrator suspects the large number of concurrent connections to be the reason for low performance and asks you to restrict the number concurrent connections per database user to one.  Which action would you take to achieve this objective?()
A

set the SESSIONS to 1 in the parameter file

B

grant SINGLE SESSION privilege to all of the users

C

set the SESSIONS_PER_USER to 1 in the users’ profile

D

grant RESTRICTED SESSION privilege to all of the database users

E

create a role with SINGLE SESSION privilege and assign the role to the users

参考答案和解析
正确答案: C
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

A number of applications issue the following SQL statement:SELECT d.deptno, e.empno, e.salary FROM department d INNER JOIN employee e ON d.deptno = e.deptnoA database administrator wishes to store this query within the database. Which of the following database objects can be used to accomplish this?()

  • A、Alias
  • B、View
  • C、Schema
  • D、Trigger

正确答案:B

第2题:

Your database instance is currently configured to support 1,500 connections. The Web applicationthat uses the database allows a large number of users to work with the database simultaneously. Someusers of the Web application do not interact with the server all the time.  You want to increase the scalability by configuring the database instance to handle more connections. Asa DBA,  which configuration would you set to support more than 1,500 connections at a time()

  • A、You would configure more listeners for the database.
  • B、You would configure the database in shared server mode to use the connection pooling feature.
  • C、You would increase the value of the PGA_AGGREGATE_TARGET initialization parameter that assigns more session memory to users.
  • D、You would decrease the value of the PRIVATE_SGA resource limit in the profiles used by the users to accommodate more session information.

正确答案:B

第3题:

A retail customer has a database application that is accessed by a large number of people through a web interface from multiple remote locations. Which questions will provide the information necessary to design the best performing storage solution of the following?()

  • A、How many web servers will be connected to the database?
  • B、How many concurrent applications will run against the database?
  • C、How many concurrent users will be accessing the database?
  • D、What are the types of transactions run against the database?

正确答案:D

第4题:

There is a problem with one of the disks used for your database and your system administrator informs you that the disk needs to be replaced. The replacement disk will not be available until tomorrow.  There was only one data file on this disk; it belongs to the USERS tablespace in your PROD database. Your PROD database runs in ARCHIVELOG mode and nightly online backups are taken. The users need to be able to access the data in the USERS tablespace before the replacement disk arrives. You have already taken the USERS tablespace offline and have restored the data file from last night’s backup to a new disk. Which additional steps are required in order to make the USERS tablespace available?()

  • A、Only bring the tablespace back online.
  • B、Only recover the tablespace and then bring the tablespace back online.
  • C、Shut down the database, recover the data file and then start up the database.
  • D、Issue the ALTER DATABASE RENAME FILE command, recover the tablespace, and then bring the tablespace online.
  • E、Recover the tablespace, issue the ALTER DATABASE RENAME FILE command, and then bring the tablespace online.

正确答案:D

第5题:

You work as a database administrator for Certkiller .com. Users in the Certkiller PROD database complain about the slow response when accessing the database. In the Active Session Waiting: Configuration page you find that the majority of the wait time is for the redo log buffer.Further investigation using the Run Queue graph and operating system tools reveals that the redo log files are on the same disks, and that the disk I/O for the redo log files is the reason for the performance degradation.  Which two actions would you take to gain performance?()

  • A、Increase the size of redo log files
  • B、Increase the size of redo log buffer
  • C、Increase the number of redo log files
  • D、Place the redo log files on a separate disk
  • E、Decrease the number of redo log groups to two
  • F、Increate the number Log Writer (LGWR) process

正确答案:B,D

第6题:

You find today’s performance of your production database to be the best ever. Therefore, you want to be notified in the future whenever the performance degrades by 10% of today’s performance. What is the first step that you would take to ensure this?()

  • A、create baseline metrics for today’s performance
  • B、write the current database metrics to a database table and create a trigger to compare with future database statistics
  • C、write the current database metrics to a flat file and create an operating script to compare with future database statistics
  • D、write the current database metrics to a database table and create a procedure to compare with future database statistics
  • E、write the current database metrics to a database table and submit a job using DBMS_JOB to compare with future database statistics

正确答案:A

第7题:

A junior level Database Administrator erroneously deleted the database alert log while users were accessing the database. Which action should you take to recover the alert log?()  

  • A、 Do nothing.
  • B、 Restart the database.
  • C、 Perform recovery on the database.
  • D、 Restore the alert log from the last backup.

正确答案:A

第8题:

A customer has a database application that is accessed by a large number of people through a web interface from multiple remote locations.  Which of the following questions will provide the information necessary to design the best performing storage solution?()

  • A、How many web servers will be connected to the database?
  • B、Will the database be run on a Windows solution?
  • C、How many concurrent users will be accessing the database?
  • D、What are the types of transactions run against the database?

正确答案:D

第9题:

You find that the database performance degrades while you backup the PROD database using Recovery Manager (RMAN). The PROD 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?()

  • A、Configure Java Pool to cache the java objects.
  • B、Configure Streams Pool to enable parallel processing.
  • C、Increase Shared Pool size to cache more PL/SQL objects.
  • D、Increase Database Buffer Cache size to increase cache hits.
  • E、Configure Large Pool to be used by RMAN and shared server.
  • F、Increase the total System Global Area (SGA) size to increase memory hits.

正确答案:E

第10题:

The database users are connecting to the PROD database from different applications, thereby degrading the database performance. The senior database administrator suspects the large number of concurrent connections to be the reason for low performance and asks you to restrict the number concurrent connections per database user to one. Which action would you take to achieve this objective? ()

  • A、set the SESSIONS to 1 in the parameter file
  • B、grant SINGLE SESSION privilege to all of the users
  • C、set the SESSIONS_PER_USER to 1 in the users’ profile
  • D、grant RESTRICTED SESSION privilege to all of the database users
  • E、create a role with SINGLE SESSION privilege and assign the role to the users

正确答案:C

更多相关问题