DBA_USERS
DBA_OBJECTS
DBA_TS_QUOTAS
DBA_TAB_PRIVS
第1题:
A user wants to connect to the database instance from an application that is running on a remote machine. Which tools should the DBA use to establish the required configuration to ensure that the user is able to connect to the database instance?()
第2题:
You need to perform certain data manipulation operations through a view called EMP_DEPT_VU, which you previously created.You want to look at the definition of the view (the SELECT statement on which the view was create.) How do you obtain the definition of the view?()
第3题:
A database user SMITH tries to query the V$SESSION view and fails to access it as follows: SQL> connect smith/smith Connected. SQL> SELECT * FROM v$session; SELECT * FROM v$session * ERROR at line 1: ORA-00942: table or view does not exist Which are the two possible solutions to enable SMITH to query the data in V$SESSION()
第4题:
You are identifying dictionary objects in the Oracle database. Which of the following is a view in the data dictionary?()
第5题:
You find this query being used in your Oracle 12c database: Which method a used by the optimizer to limit the rows being returned?()
第6题:
A customer has determined they want to install an IBM x445 system in their company. They will be running a large database on the system. In order to determine how many CPUs will be needed to attain the optimum cost-effective solution, which TWO of the following questions should be asked?()
第7题:
USER_TAB_PRIVS_MADE
USER_TAB_PRIVS
USER_COL_PRIVS_MADE
USER_COL_PRIVS
第8题:
A filter is added to the table query dynamically using ROWNUM to limit the rows to 20 percent of the total rows
All the rows are returned to the client or middle tier but only the first 20 percent are returned to the screen or the application.
A view is created during execution and a filter on the view limits the rows to 20 percent of the total rows.
A TOP-N query is created to limit the rows to 20 percent of the total rows
第9题:
Use the DESCRIBE command in the EMP_DEPT VU view.
Use the DEFINE VIEW command on the EMP_DEPT VU view.
Use the DESCRIBE VIEW command on the EMP_DEPT VU view.
Query the USER_VIEWS data dictionary view to search for the EMP_DEPT_VU view.
Query the USER_SOURCE data dictionary view to search for the EMP_DEPT_VU view.
Query the USER_OBJECTS data dictionary view to search for the EMP_DEPT_VU view.
第10题:
DBA_USERS
DBA_OBJECTS
DBA_TS_QUOTAS
DBA_TAB_PRIVS
第11题:
Query the V$FLASHBACK_DATABASE_LOG view.
Query the V$FLASHBACK_DATABASE_STAT view.
Check the value of the DB_FLASHBACK_RETENTION_TARGET initialization parameter.
Query the V$RECOVERY_FILE_DEST view.
第12题:
V$SESSION
V$SYSSTAT
DBA_SEGMENTS
V$SORT_USAGE
第13题:
You need to perform certain data manipulation operations through a view called EMP_DEPT_VU, which you previously created. You want to look at the definition of the view (the SELECT statement on which the view was created.) How do you obtain the definition of the view?()
第14题:
On Tuesday, a junior DBA dropped an important application user account, whose schema has important tables. You are asked to recover all the objects in the schema. On investigation, you find that the user account was dropped at 11:00 a.m. and Sunday’s backup is the most recent backup. Which flashback feature would you use?()
第15题:
You are required to flashback your database. You want to find the amount of flashback data generated since the database was opened. Which task will you perform to obtain the required information?()
第16题:
Which data dictionary table should you query to view the object privileges granted to the user on specific columns? ()
第17题:
You are about to create your Oracle data dictionary for use with the database. Which of the following users would you connect to the database as for this purpose in Oracle9i and later releases?()
第18题:
Flashback Drop
Flashback Table
Flashback Database
Flashback Version Query
Flashback Transaction Query
第19题:
V$DATABASE
DBA_TABLES
SYSAUD$
EMP
第20题:
Flashback Drop
Flashback Table
Flashback Database
Flashback Version Query
Flashback Transaction Query
第21题:
enable index monitoring and query the DBA_OBJECTS view
enable index monitoring and query the DBA_INDEXES view
enable index monitoring and query the V$OBJECT_USAGE view
enable index monitoring and view the DBA_INDEXTYPE_COMMENTS view
第22题:
Use the DESCRIBE command on the EMP_DEPT_VU view.
Use the DEFINE VIEW command on the EMP_DEPT_VU view.
Use the DESCRIBE VIEW command on the EMP_DEPT_VU view.
Query the USER_VIEWS data dictionary view to search for the EMP_DEPT_VU view.
Query the USER_SOURCE data dictionary view to search for the EMP_DEPT_VU view.
Query the USER_OBJECTS data dictionary view to search for the EMP_DEPT_VU view.
第23题:
SYSTEM
OUTLN
INTERNAL
SYS
第24题:
How large is the database?
What is the expected user workload?
How is the database software licensed?
What type of user interface will be used?
How much data cache will the database be allocated?