Which view would you query to identify the space utilization settings for tables owned by the APPS u [message #360716] |
Sun, 23 November 2008 04:18 |
|
Q1. Which view would you query to identify the space utilization settings for tables owned by the APPS user?
Q2. In database, password file authentication is enabled, and granted SYSDBA to SCOTT. A user tries to connect to the database as follows:
Enter user-name: scott/tiger AS SYSDBA
can u please tell me which statement in this scenario is true?
>A. fails to connect because the AS SYSDBA option should be used only with SYS users or SYSTEM users
B. fails to connect and returns an error with the message "insufficient privileges"
C. connects successfully to the SYS schema
D. connects successfully to the SCOTT schema
|
|
|
|
|