1Z0-060 무료 덤프문제 온라인 액세스
시험코드: | 1Z0-060 |
시험이름: | Upgrade to Oracle Database 12c |
인증사: | Oracle |
무료 덤프 문항수: | 205 |
업로드 날짜: | 2025-08-28 |
In your multitenant container database (CDB) containing pluggable database (PDBs), you granted the CREATE TABLE privilege to the common user C # # A_ADMIN in root and all PDBs.
You execute the following command from the root container:
SQL > REVOKE create table FROM C # # A_ADMIN;
What is the result?
To complete the online redefinition procedure, you execute the following command; EXECUTE DBMS_REDEFINITION.FINISH_REDEF_TABLE(`SH', `SALES',
`INT_SALES', 600);
What is the significance of the dml_lock_timeout period of 600 seconds in the preceding command?
You have installed two 64G flash devices to support the Database Smart Flash Cache feature on your database server that is running on Oracle Linux.
You have set the DB_SMART_FLASH_FILE parameter:
DB_FLASH_CACHE_FILE= `/dev/flash_device_1 `,' /dev/flash_device_2'
How should the DB_FLASH_CACHE_SIZE be configured to use both devices?
Your multitenant container database (CDB) contains some pluggable databases (PDBs), you execute the following commands to create a common user and grant connect privileges:
Which statement is true about the common user created by the command?