单选题All the database users are presently connected to the database instance and working. The HR user hasopened three database sessions and executed the following command in one of his sessions:SQL UPDATE persons SET ccode=’U031’ WHERE ccode=’U029’; 123 row

题目
单选题
All the database users are presently connected to the database instance and working. The HR user hasopened three database sessions and executed the following command in one of his sessions:SQL> UPDATE persons SET ccode=’U031’ WHERE ccode=’U029’; 123 rows updated.SQL> DELETE FROM persons WHERE exp=’Y’;3 rows deleted. The SYS user opens a new session after HR executed the above commands.  Which sessions can see theeffect of the UPDATE and DELETE commands()
A

All sessions of the HR user only

B

All sessions of the HR user and the SYS user

C

The session of the HR user that executed the commands

D

All the sessions for which the database users have access privilege to the PERSONS table

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

第1题:

In your database instance, the user sessions are connected to the database server from the remote machines.You want to achieve the following for these users: 1. The user account must be locked after four unsuccessful login attempts. 2. The user must be prompted to change the password at regular intervals. 3. The user may not have more than three simultaneous sessions. 4. The user session must automatically be logged off if more than 10 minutes elapsed time used. How would you accomplish the above()

  • A、By assigning profiles for the users
  • B、By implementing Fine-Grained Auditing (FGA)
  • C、By granting a secure application role to the users
  • D、By implementing the Database Resource Manager plan

正确答案:A

第2题:

Your database is open and users are connected using the LISTENER listener. The new DBA of the system stops the listener by using the following command:  LSNRCTL> STOP  What would happen to the sessions that are presently connected to the database instance?()

  • A、The sessions are able to perform only queries.
  • B、The sessions are not affected and continue to function normally.
  • C、The active transactions are rolled back and the sessions get terminated.
  • D、The sessions are not allowed to perform any operations till the listener is started.

正确答案:B

第3题:

Multiple RMAN sessions are connected to the database instance.Examine the following output when backup commands are running in server sessions:What could have helped you to correlate server sessions with channels?()

A. Implement RMAN multiplexing

B. Set the DEBUG ON in the RMAN script

C. Specify the command ID in the RMAN script

D. Use a tag with the RMAN BACKUP command


参考答案:C

第4题:

View the Exhibit to examine the output produced by the following query at three different times since thedatabase instance started and has experienced workloads of different capacities:SQL> SELECT substr(component, 0, 10) COMP, current_size CS, user_specified_size US FROM v$memory_dynamic_componentsWHERE current_size!=0;What do you infer from this()

  • A、The database instance is running with manual PGA management.
  • B、The database instance is running with manual shared memory management.
  • C、The database instance has the MEMORY_TARGET value set to a nonzero value.
  • D、All sessions are connected to the database instance in dedicated mode, and no RMAN or parallel queryoperations have been performed

正确答案:C

第5题:

All the database users are presently connected to the database instance and working. The HR user hasopened three database sessions and executed the following command in one of his sessions:SQL> UPDATE persons SET ccode=’U031’ WHERE ccode=’U029’; 123 rows updated.SQL> DELETE FROM persons WHERE exp=’Y’;3 rows deleted. The SYS user opens a new session after HR executed the above commands.  Which sessions can see theeffect of the UPDATE and DELETE commands()

  • A、All sessions of the HR user only
  • B、All sessions of the HR user and the SYS user
  • C、The session of the HR user that executed the commands
  • D、All the sessions for which the database users have access privilege to the PERSONS table

正确答案:C

第6题:

You executed the following command in the lsnrctl utility to stop the listener: lsnrctl> STOP L1  What is the effect of this command if L1 is the only listener configured for your database?()

  • A、It terminates all user sessions.
  • B、It prevents users from logging in to the database remotely.
  • C、It halts the server until all user transactions are completed.
  • D、The server hangs, so users will receive an error asking them to login again.
  • E、Connected users would get an error with the message "End of communication channel".

正确答案:B

第7题:

All the database users are presently connected to the database instance and working. The HR userhas opened three database sessions and executed the following command in one of his sessions: SQL> UPDATE persons SET ccode=’U031’ WHERE ccode=’U029’; 123 rows updated.  SQL> DELETE FROM persons WHERE exp=’Y’; 3 rows deleted.  The SYS user opens a new session after HR executed the above commands.  Which sessions can seethe effect of the UPDATE and DELETE commands ()

  • A、all sessions of the HR user only
  • B、all sessions of the HR user and the SYS user
  • C、the session of the HR user that executed the commands
  • D、all the sessions for which the database users have access privilege to the PERSONS table

正确答案:C

第8题:

Your database is open and the LISTENER listener running. You stopped the wrong listener LISTENER byissuing the following command:lsnrctl >STOPWhat happens to the sessions that are presently connected to the database Instance?()

A. They are able to perform only queries.

B. They are not affected and continue to function normally.

C. They are terminated and the active transactions are rolled back.

D. They are not allowed to perform any operations until the listener LISTENER is started


参考答案:B

第9题:

Your database is open and the LISTENER listener is running. The new DBA of the system stops the listener byusing the command:LSNRCTL> STOP What happens to the sessions that are presently connected to the database instance()

  • A、The sessions are able to perform only queries.
  • B、The sessions are not affected and continue to function normally.
  • C、The sessions are terminated and the active transactions are rolled back.
  • D、The sessions are not allowed to perform any operations till the listener is started

正确答案:B

第10题:

You created a profile APP_USER and assigned it to the users. After a month, you decide to drop theprofile.Some user sessions are currently connected to the database instance and are using the APP_USERprofile. This command is used to drop the profile: SQL> DROP PROFILE app_user;  Which statement describes the result()

  • A、The command produces an error.
  • B、The profile is dropped and current user sessions use the DEFAULT profile immediately.
  • C、The profile is dropped and only the subsequent user sessions use the DEFAULT profile.
  • D、The profile is dropped, the sessions are terminated, and the subsequent user sessions use theDEFAULT profile.

正确答案:A

更多相关问题