1Z0-053 무료 덤프문제 온라인 액세스
시험코드: | 1Z0-053 |
시험이름: | Oracle Database 11g: Administration II |
인증사: | Oracle |
무료 덤프 문항수: | 698 |
업로드 날짜: | 2025-08-26 |
You execute the following FLASHBACK TABLE command:
SQL> FLASHBACK TABLE emp TO TIMESTAMP TO_TIMESTAMP('2008-01-04 11:00:00','YYYY-MMDD HH24:MI:SS');
Which two statements are correct? (Choose two.)
Examine the following command: SQL> ALTER TABLE booking SHRINK SPACE COMPACT;
Which activity is performed when the preceding command is executed?
You are using recovery Manager (RMAN) with a recovery catalog to backup up your production database. The backups and the archived redo log files are copied to a tape drive on a daily basis. The database was open and transactions were recorded in the redo logs. Because of fire in the building you lost your servers having the production database and the recovery catalog database. The archive log files generated after the last backup are intact on one of the remote locations.
While performing a disaster recovery of the production database what is the next step that you must perform after restoring the data files and applying archived redo logs?
Your database interface is running. A user SCOTT starts a SQL *Plus session, and issues the following query:
SQL> SELECT * FROM sales; Which process would retrieve the result from the database and return it to the client program?