1z0-062 무료 덤프문제 온라인 액세스
시험코드: | 1z0-062 |
시험이름: | Oracle Database 12c: Installation and Administration |
인증사: | Oracle |
무료 덤프 문항수: | 380 |
업로드 날짜: | 2025-08-27 |
The user SCOTT owns the CUST table that is placed in the SALES tablespace. The user SCOTT opens a session and executes commands as follows:
SQL> INSERT INTO cust VALUES(101, 'JACK');
1 row created.
SQL> INSERT INTO cust VALUES(102, 'SMITH');
1 row created.
As a DBA, you execute the following command from another session:
ALTER TABLESPACE sales READ ONLY;
Which statement is true regarding the effect of this command on the transaction in Scott's session?
What happens if a maintenance window closes before a job that collects optimizer statistics completes?
Your multitenant container database (CDB) contains some pluggable databases (PDBs), you execute the following command in the root container:
Which two statements are true? (Choose two.)