Which SQL statement would you use to remove a view called EMP_DEPT_VU from your schema?()
A、DROP emp_dept_uv;
B、DELETE emp_dept_uv;
C、REMOVE emp_dept_uv;
D、DROP VIEW emp_dept_uv;
E、DELETE VIEW emp_dept_uv;
F、REMOVE VIEW emp_dept_uv;
A、DROP emp_dept_uv;
B、DELETE emp_dept_uv;
C、REMOVE emp_dept_uv;
D、DROP VIEW emp_dept_uv;
E、DELETE VIEW emp_dept_uv;
F、REMOVE VIEW emp_dept_uv;
A、The SQL Repair Advisor can be invoked to tune the performance of the regressed SQL statements. B、The SQL Repair Advisor can be invoked even when the incident is not active for a SQL statement crash. C、The SQL Repair Advisor is invoked by the Health Monitor when it encounters the problematic SQL statement. D、The DBA can invoke the SQL Repair Advisor when he or she receives an alert generated when a SQL statement crashes and an incident is created in the ADR.
A、Bind Variable Peeking B、SQL Plan Baselines C、Adaptive Cursor Sharing D、Bind variable used in a SQL statement E、Literals in a SQL statement
A、Both SQL and /SQL*plus allow manipulation of values in the database. B、/SQL* Plus recognizes SQL satement and sends them to the server; SQL is the Oracle proprietary interface for executing SQL statements. C、/SQL* Plus language for communicating with the Oracle server to access data; SQL recognizes SQL statements and sends them to the server. D、/SQL manipulates data and table definition in the database; /SQL* Plus does not allow manipulation of values in the database.
A、A. Both SQL and /SQL*plus allow manipulation of values in the database. B、B. /SQL* Plus recognizes SQL satement and sends them to the server; SQL is the Oracle proprietary interface for executing SQL statements. C、C. /SQL* Plus language for communicating with the Oracle server to access data; SQL recognizes SQL statements and sends them to the server. D、D. /SQL manipulates data and table definition in the database; /SQL* Plus does not allow manipulation of values in the database.
A、The tuned plan is not added to the SQL plan baseline. B、The tuned plan is added to the fixed SQL plan baseline as a fixed plan. C、The tuned plan is added to the fixed SQL plan baseline as a nonfixed plan. D、The tuned plan is added to a new nonfixed SQL plan baseline as a nonfixed plan.
A、The tuned plan is not added to the SQL plan baseline. B、The tuned plan is added to the fixed SQL plan baseline as a fixed plan. C、The tuned plan is added to the fixed SQL plan baseline as a nonfixed plan. D、The tuned plan is added to a new nonfixed SQL plan baseline as a nonfixed plan.
A、Accept the recommended SQL profile. B、Collect statistics for the related objects. C、Run the Access Advisor for the SQL statement. D、Run the Segment Advisor for recommendations.