we provide Downloadable Oracle 1Z0-053 practice which are the best for clearing 1Z0-053 test, and to get certified by Oracle Oracle Database 11g: Administration II. The 1Z0-053 Questions & Answers covers all the knowledge points of the real 1Z0-053 exam. Crack your Oracle 1Z0-053 Exam with latest dumps, guaranteed!
Online 1Z0-053 free questions and answers of New Version:
NEW QUESTION 1
A user named Arren is executing this query:
select table_name, operation, undo_sql from
flashback_transaction_query t, (select versions_xid as xid
from employees versions between scn minvalue and maxvalue
where employee_id = 123) e where t.xid = e.xid;
When the query runs, he receives an ORA-01031: insufficient privileges error. Since the user owns the employees table, you know that it is not the problem.
Which of the following SQL statements will correct this problem?
Answer: A
NEW QUESTION 2
Which of these recommendations should be followed before capturing a workload? (Choose all that apply.)
Answer: BC
NEW QUESTION 3
At the request of a user, you issue the following command to restore a dropped table: SQL> flashback table "BIN$F2JFfMq8Q5unbC0ceE9eJg==$0" to before drop;
Later, the user notifies you that the data in the table seems to be very old and out of date. What might be the problem?
Answer: C
NEW QUESTION 4
You are working on the APPDB database as a DBA. The database has a default Flashback Data Archive DFLA1 created on it.
You issued the following command to drop the Flashback Archive FLA1: DROP FLASHBACK ARCHIVE fla1;
What is the effect of this command?
Answer: D
NEW QUESTION 5
What is the default AU size of an ASM disk group? What is the maximum AU size in an ASM disk group?
Answer: E
Explanation:
The AU size is determined at creation time with the allocation unit size (AU_SIZE) disk group attribute. The values can be 1, 2, 4, 8, 16, 32, and 64 MB.
NEW QUESTION 6
You issued the following command:
CREATE GLOBAL TEMPORARY TABLE admin_work_area (startdate DATE, enddate DATE, class CHAR(20))
ON COMMIT DELETE ROWS TABLESPACE tbs_t1;
An index is then created on the ADMIN_WORK_AREA temporary table.
Which two statements are true regarding the TBS_T1 tablespace in the above command? (Choose two.)
Answer: BD
NEW QUESTION 7
Which two client requests are captured during database replay Capture? (Choose two)
Answer: CE
Explanation:
9.3 Workload Capture Restrictions
Certain types of user sessions and client requests may sometimes be captured in a workload, but they are not supported by Database Replay. Capturing these session and request types in a workload may result in errors during workload replay.
The following types of user sessions and client requests are not supported by Database Replay:
✑ Direct path load of data from external files using utilities such as SQL*Loader
✑ Non-PL/SQL based Advanced Queuing (AQ)
✑ Flashback queries
✑ Oracle Call Interface (OCI) based object navigations
✑ Non SQL-based object access
✑ Distributed transactions, Any distributed transactions that are captured will be replayed as local transactions.
✑ XA transactions, XA transactions are not captured or replayed. All local transactions are captured.
✑ JAVA_XA transactions, If the workload uses the JAVA_XA package, JAVA_XA function and procedure calls are captured as normal PL/SQL workload. To avoid problems during workload replay, consider dropping the JAVA_XA package on the
replay system to enable the replay to complete successfully.
✑ Database Resident Connection Pooling (DRCP)
✑ Workloads using OUT binds
✑ Multi-threaded Server (MTS) and shared server sessions with synchronization mode set to
OBJECT_ID
✑ Migrated sessions, The workload is captured for migrated sessions. However, user logins or session migration operations are not captured. Without a valid user login or session migration, the replay may cause errors because the workload may be replayed by a wrong user.
Typically, Database Replay refrains from capturing these types of non-supported user sessions and client requests. Even when they are captured, Database Replay will not replay them. Therefore, it is usually not necessary to manually filter out non-supported user sessions and client requests. In cases where they are captured and found to cause errors during replay, consider using workload capture filters to exclude them from the workload.
NEW QUESTION 8
Which statements about the MEMORY_TARGET initialization parameter are true? (Choose all that apply.)
Answer: ABC
NEW QUESTION 9
Consider the following code snippet:
If this code were executed, which of the following statements would be true?
Answer: A
Explanation:
job_priority
This attribute specifies the priority of this job relative to other jobs in the same class as this job. If multiple jobs within a class are scheduled to be executed at the same time, the job priority determines the order in which jobs from that class are picked up for execution by the job coordinator. It can be a value from 1 through 5, with 1 being the first to be picked up for job execution.
If no job priority is specified when creating a job, the default priority of 3 is assigned to it.
NEW QUESTION 10
While performing the backup of the flash recovery area, you notice that one of the archived redo log files is missing. You have multiple destinations for archived redo log files. What implications does it have on the backup of the flash recovery area?
Answer: D
NEW QUESTION 11
Which of the following does the recover command not do?
Answer: A
NEW QUESTION 12
View the Exhibit and examine the Data Pump architecture. Identify the numbered components.
Exhibit:
Answer: A
NEW QUESTION 13
Which three actions are required to configure the Flashback Database? (Choose three.)
Answer: ABD
NEW QUESTION 14
View Exhibit1 to examine the CRS11G disk group when all the disks are online. View Exhibit2 to examine the CRS11G disk group when one disk is offline.
Why is the rebalancing not performed and the content of the disk group not empty in Exhibit2?
ASM-disk-group-1 (exhibit):
ASM-disk-group-2 (exhibit):
Answer: B
Explanation:
Key points:
1. The COMPATIBILITY.ASM>=11.1 and COMPATIBILITY.RDBMS>=11.1
2. The DISK_REPAIR_TIME is set to non-zero. by default it is 3.6hr. Refer to here.
Note: To use this feature, the disk group compatibility attributes must be set to 11.1 or higher. For more information, refer to "Disk Group Compatibility".
Oracle ASM fast resync keeps track of pending changes to extents on an OFFLINE disk during an outage. The extents are resynced when the disk is brought back online.
By default, Oracle ASM drops a disk in 3.6 hours after it is taken offline. You can set the DISK_REPAIR_TIME disk group attribute to delay the drop operation by specifying a time interval to repair the disk and bring it back online.
NEW QUESTION 15
Identify two options that Oracle recommends while configuring the backup and recovery environment for your recovery catalog. (Choose two.)
Answer: AD
Explanation:
Refer to here.
Configuring the Recovery Catalog Database
When you use a recovery catalog, RMAN requires that you maintain a recovery catalog schema. The recovery catalog is stored in the default tablespace of the schema. The SYS user cannot be the owner of the recovery catalog.
Decide which database you will use to install the recovery catalog schema, and also how you will back up this database. Also, decide whether to operate the catalog database in ARCHIVELOG mode, which is recommended.
Note: Do not use the target database to be backed up as the database for the recovery catalog. The recovery catalog must be protected if the target database is lost.
NEW QUESTION 16
Which statement about using RMAN stored scripts is true?
Answer: A
Explanation:
About Stored Scripts
You can use a stored script as an alternative to a command file for managing frequently used sequences of RMAN commands. The script is stored in the recovery catalog rather than on the file system.
Stored scripts can be local or global. A local script is associated with the target database to which RMAN is connected when the script is created, and can only be executed when you are connected to that target database. A global stored script can be run against any database registered in the recovery catalog, if the RMAN client is connected to the recovery catalog and a target database.
The commands allowable within the brackets of the CREATE SCRIPT command are the same commands supported within a RUN block. Any command that is legal within a RUN command is permitted in the stored script. The following commands are not legal within stored scripts: RUN, @, and @@.
When specifying a script name, RMAN permits but generally does not require that you use quotes around the name of a stored script. If the name begins with a digit or is an RMAN reserved word, however, then you must put quotes around the name to use it as a stored script name. Consider avoiding stored script names that begin with nonalphabetic characters or that are the same as RMAN reserved words.
NEW QUESTION 17
Every resource plan must contain an allocation to which consumer group?
Answer: E
NEW QUESTION 18
If you back up a database without connecting to the recovery catalog, which operations will cause the recovery catalog to be updated? (Choose all that apply.)
Answer: AB
Explanation:
Deciding When to Resynchronize the Recovery Catalog
RMAN automatically resynchronizes the recovery catalog when
✑ RMAN is connected to a target database and recovery catalog
✑ And you have executed RMAN commands.
Thus, you should not need to manually run the RESYNC CATALOG command very often.
NEW QUESTION 19
To set the history retention period for either window logging or job logging individually, which parameters of the SET_SCHEDULER_ATTRIBUTE procedure need to be used? (Choose all that apply.)
Answer: AD
Explanation:
----------------------------------------------
Attributes list of SET_SCHEDULE_ATTRIBUTE:
'default_timezone': Repeating jobs and windows that use the calendaring syntax retrieve the time
zone from this attribute when start_date is not specified. See "Calendaring Syntax" for more information.
'email_server': The SMTP server address that the Scheduler uses to send e-mail notifications for job state events. E-mail notifications cannot be sent if this attribute is NULL. 'email_sender': The default e-mail address of the sender of job state e-mail notifications. 'email_server_credential': The schema and name of an existing credential object that SYS has execute object privileges on. Default is NULL. The username and password stored in this credential are used to authenticate with the e-mail server when sending e-mail notifications. This functionality is available with Oracle Database 11g Release 2 (11.2.0.2). 'email_server_encryption': This attribute indicates whether or not encryption is enabled for this email server connection, and if so, at what point encryption starts, and with which protocol. This functionality is available starting with Oracle Database 11g Release 2 (11.2.0.2). Values are:
NONE: the default, indicating no encryption used
SSL_TLS: indicating that either SSL or TLS are used, from the beginning of the connection STARTTLS:indicating that the connection starts unencrypted, but the command STARTTLS is sent to the e-mail server and starts encryption
'event_expiry_time': The time, in seconds, before a job state event generated by the Scheduler expires from the Scheduler event queue. If NULL, job state events expire after 24 hours.
'log_history': The number of days that log entries for both the job log and the window log are retained. Default is 30 and the range of valid values is 0 through 1000000. 'max_job_slave_processes': This Scheduler attribute is not used.
The PURGE_LOG Procedure uses "WHICH_LOG" and "LOG_NAME" attributes. Syntax
C:\Users\albo\Desktop\1-1.jpg Parameters
log_history
This specifies how much history (in days) to keep. The valid range is 0 - 1000000. If set to 0, no history is kept.
which_log
This specifies the log type. Valid values are: job_log, window_log, and job_and_window_log.
job_name
This specifies which job-specific entries must be purged from the jog log. This can be a comma-delimited list of job names and job classes. Whenever job_name has a value other than NULL, the which_log argument implicitly includes the job log.
NEW QUESTION 20
You are an Oracle DBA responsible for an ASM instance. The disk controller on your system fails. You suspect that the disk itself is okay. You know it will take 24 hours to replace the controller and you don't want to have to rebuild the disks from scratch.
What do you do?
Answer: E
NEW QUESTION 21
Evaluate the following command and its output: SQL>SELECT * FROM dba_temp_free_space;
TABLESPACE_NAME TABLESPACE_SIZE ALLOCATED_SPACE FREE_SPACE
=============== =============== =============== ========== LMTEMP 250609664 101048576 149561088
Which two statements correctly interpret the output? (Choose two.)
Answer: DE
NEW QUESTION 22
Which statements are true regarding SecureFile LOBs? (Choose all that apply.)
Answer: CDE
Explanation:
One of the new feature of Oracle 11g is that Oracle SecureFiles use variable chunk sizes, which can be as large as 64 MB.By storing these chunks next to one another, Oracle also minimizes fragmentation.
About Deduplication
SecureFiles Intelligent Deduplication, available with the Oracle Advanced Compression Option, enables Oracle Database to automatically detect duplicate LOB data within a LOB column or partition, and conserve space by storing only one copy of the data.
Note that you must have a license for the Oracle Advanced Compression Option before implementing SecureFiles Intelligent Deduplication. See Oracle Database Licensing Information for more information.
Note also that Oracle Streams does not support SecureFiles LOBs that are deduplicated. About Encryption
SecureFiles Intelligent Encryption, available with the Oracle Advanced Security Option, introduces a new encryption facility for LOBs. The data is encrypted using Transparent Data Encryption (TDE), which allows the data to be stored securely, and still allows for random read and write access.
NEW QUESTION 23
Which of the following statements is true regarding the initialization parameter DIAGNOSTIC_DEST?
Answer: B
Explanation:
The answer is not exact correct.
If the ORACLE_BASE is not set, the default location is $ORACLE_HOME/log
NEW QUESTION 24
For which of the following can you use Segment Shrink? (Choose all that apply.)
Answer: ACD
NEW QUESTION 25
......
P.S. Easily pass 1Z0-053 Exam with 698 Q&As DumpSolutions.com Dumps & pdf Version, Welcome to Download the Newest DumpSolutions.com 1Z0-053 Dumps: https://www.dumpsolutions.com/1Z0-053-dumps/ (698 New Questions)