Free Oracle 1Z1-050 Exam Dumps Questions & Answers
| Exam Code/Number: | 1Z1-050Join the discussion |
| Exam Name: | Oracle Database 11g: New Features for Administrators |
| Certification: | Oracle |
| Free Question Number: | 183 |
| Publish Date: | Aug 14, 2026 |
| # of views: | 2772 |
|
|
|
Which statements are true regarding the creation of an incident package file by using the EM Workbench Support? (Choose all that apply.)
Which two statements are true regarding the starting of the database instance using the following command? (Choose two.)
SQL>STARTUP UPGRADE
You create a new Automatic Database Diagnostic Monitor (ADDM) task: instance_analysis_mode_task. To view the ADDM report, you use the following command:
SQL> SELECT dbms_addm.get_report(lmy_instance_analysis_mode_task') FROM dual;
You want to suppress ADDM output relating to Segment Advisor actions on user SCOTT's segments. What would you do to achieve this?
You issued the following command:
CREATE GLOBAL TEMPORARY TABLE admin_work_area
(startdate DATE,
enddate DATE,
class CHAR(20))
ON COMMIT DELETE ROWS
TABLESPACE tbs_t1;
An index is then created on the ADMIN_WORK_AREA temporary table.
Which two statements are true regarding the TBS_T1 tablespace in the above command? (Choose two.)