单项选择题
A. Set DB_FLASH_CACHE_SIZE=64G
B. Set D3_FLASH_CACHE_SIZE=64G, 64G
C. Set D3_FLASK_CACKE_SI2E=128G
D. db_flash_cache_SI2E is automatically configured by the instance at startup
单项选择题 What is the effect of specifying the "ENABLE PLUGGABLE DATABASE" clause in a "CREATEDATABASE” statement?()
多项选择题 Which three statements are true about Flashback Database?()
单项选择题 In your multitenant container database (CDB) containing pluggable database (PDBs), the HR user executes the following commands to create and grant privileges on a procedure: CREATE OR REPLACE PROCEDURE create_test_v (v_emp_id NUMBER, v_ename VARCHAR2,v_SALARY NUMBER, v_dept_id NUMBER) BEGIN INSERT INTO hr.test VALUES (V_emp_id, V_ename, V_salary, V_dept_id); END; / GRANT EXECUTE ON CREATE_TEST TO john, jim, smith, king; How can you prevent users having the EXECUTE privilege on the CREATE_TEST procedure from inserting values into tables on which they do not have any privileges?()