1Z0-063 | 10 Tips For Leading 1Z0-063 practice test


Q1. You created a database with DBCA by using one of the Oracle supplied templates. 

Which is the default permanent tablespace for all users except DBSNMP and OUTLN? 

A. USERS 

B. SYSTEM 

C. SYSAUX 

D. EXAMPLE 

Answer:

Explanation: 

This table space is used to store permanent user objects and data. Like the TEMP table space, every database should have a table space for permanent user data that is assigned to users. Otherwise, user objects will be created in the SYSTEM table space, which is not good practice. In the preconfigured database, USERS is assigned the default table space, and space for all objects created by non-system users comes from this table space. For system users, the default permanent table space remains SYSTEM. 

Q2. Your Oracle 12c multitenant container database (CDB) contains multiple pluggable databases (PDBs). In the PDB hr_pdb, the common user c##admin and the local user b_admin have only the connect privilege. 

You create a common role c##role1 with the create table and select any table privileges. 

You then execute the commands: 

SQL> GRANTc##role1 TOcMadmin CONTAINER=ALL; 

SQL>CONNsys/oracle@HR_PDB assysdba 

SQL> GRANTc##role1TO b_admin CONTAINER=CURRENT; 

Which two statements are true? 

A. C##admin can create and select any table, and grant the c##role1 role to users only in the root container. 

B. B_admin can create and select any table in both the root container and kr_pdb. 

C. c##admin can create and select any table in the root container and all the PDBs. 

D. B_admin can create and select any table only in hr_pdb. 

E. The grant c=.role1 to b_admin command returns an error because container shouldbe set to ALL. 

Answer: C,D 

Q3. As part of a manual upgrade process, after installing the software for Oracle Database 12c and preparing the new Oracle home, you shut down the existing single-instance database. 

Which step should you perform next to start the upgrade of the database? 

A. Start up the database instance by using the new location of the server parameter file and run the catuppst.sqi script to generate informational messages and log files duringthe upgrade. 

B. Start up the database instance by using the new location of the server parameter file and run the cact1.pl script from the new Oracle home to use parallel upgrade options that reduce down time. 

C. Start up the database instance by using theSTARTUP UPGRADE command and gather fixed object statistics to minimize the time needed for recompilation. 

D. Start up the database instance by using the STARTUP UPGRADE command, which opens the existing database, and then performs additional upgrade operations. 

Answer:

Q4. Examine the command: 

SQL>RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL; 

In which two scenarios is this command required? 

A. The current online redo log file is missing. 

B. A data file belonging to a noncritical tablespace is missing. 

C. All the control files are missing. 

D. The database backup is older than the control file backup. 

E. All the data files are missing. 

Answer: C,D 

Explanation: http://searchoracle.techtarget.com/answer/Recover-database-using-backup-controlfile-until-cancel 

Q5. You issue commands in SQL*Plus as the Oracle owner, to enable multithreading for your UNIX-based Oracle 12c database: 

CONNECT/AS SYSDBA 

ALTER SYSTEMSETTHREADED__EXECUTION= TRUESCOPE=SPFILE; 

SHUTDOWNIMMEDIATE 

You then restart the instance and get an error: 

STARTUP 

ORA-01031:insufficientprivileges 

Why does the startup command return the error shown? 

A. because the threaded architecture requires exiting from sql*pIus and reconnectingwith sql*PIus / as sysdba before issuing a startup command 

B. because the threaded architecture requires issuing a new connect / as sysdba from within sql*pIus before issuing a startup command 

C. because the threaded architecture requires authentication using a password file before issuing a startup command 

D. because the threaded architecture requires connecting to the instance via a listener before issuing a startup command 

E. because the threaded architecture requires restarting the listener before issuing astartup command 

Answer:

Q6. You notice that the performance of your production 24/7 Oracle 12c database has significantly degraded. Sometimes you are not able to connect to the instance because it hangs. You do not want to restart the database instance. 

How can you detect the cause of the degraded performance? 

A. Enable Memory Access Mode, which reads performance data from SGA. 

B. Use emergency monitoring to fetch data directly from SGA for analysis. 

C. Run Automatic Database Diagnostic Monitor (ADDM) to fetch information from the latest Automatic Workload Repository (AWR) snapshots. 

D. Use Active Session History (ASH) data and hang analysis in regular performance monitoring, 

E. Run ADDM in diagnostic mode. 

Answer:

Explanation: * In most cases, ADDM output should be the first placethat a DBA looks when notified of a performance problem. 

* Performance degradation of the database occurs when your database was performing optimally in the past, such as 6 months ago, but has gradually degraded to a point where it becomes noticeable to the users. The Automatic Workload Repository (AWR) Compare Periods report enables you to compare database performance between two periods of time. 

While an AWR report shows AWR data between two snapshots (or two points in time), the AWR Compare Periods report shows the difference between two periods (or two AWR reports with a total of four snapshots). Using the AWR Compare Periods report helps you to identify detailed performance attributes and configuration settings that differ between two time periods. 

Reference: Resolving Performance Degradation Over Time 

Q7. Which two statements are true about Resource Manager plans for individual pluggable databases (PDB plans) in a multitenant container database (CDB)? 

A. If no PDB plan is enabled for a pluggable database, then all sessions for that PDB are treated to an equal degree of the resource share of that PDB. 

B. In a PDB plan, subplans may be used with up to eight consumer groups. 

C. If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer groups across all PDBs in the CDB. 

D. If no PDB plan is enabled for a pluggable database, then the PDB share in the CDB plan is dynamically calculated. 

E. If a PDB plan is enabled for a pluggable database, then resources are allocated to consumer groups based on the shares provided to the PDB in the CDB plan and the shares provided to the consumer groups in the PDB plan. 

Answer: A,E 

Explanation: A: Setting a PDB resource plan is optional. If not specified, all sessions within the PDB are treated equally. In a non-CDB database, workloads within a database are managed with resource plans. In a PDB, workloads are also managed with resource plans,also called PDB resource plans. The functionality is similar except for the following differences: Non-CDB Database Multi-level resource plans Up to 32 consumer groups Subplans PDB Database Single-level resource plans only Up to 8 consumer groups (Not B) No subplans 

Q8. Which two methods can be used toadd an Oracle 11g database to a multitenant container database (CDB) as a pluggable database (PDB)? 

A. Use the d3MS_pdb package to plug the Oracle 11g database into the existing CDB as a PDB. 

B. Use the create database ... enable pluggable database statement to create a PDB by copying data files from pd3Sseed and use data pump to load data from the Oracle 11g database into the newly created PDB. 

C. Pre-create a PDB in CDB and use data pump to load data from the complete database export of the Oracle 11g database into the newly created PDB. 

D. Pre-create a PDB in CDB and use the network_link and parallel parameters with data pump import to import data from the Oracle 11g database to the newly created PDB. 

E. Upgrade the Oracle 11g database to a 12c non-CDB and use the dbms_pdb.describe procedure to plug the database as a new PDB into the CDB. 

Answer: B,E 

Q9. You install "Oracle Grid Infrastructure for a standalone server" on a host on which the orcl1 and orcl2 databases both have their instances running. 

Which two statements are true? 

A. Both orcl1 and orcl2 are automatically added to the Oracle Restart configuration. 

B. All database listeners running from the database home are automatically added to the Oracle Restart configuration. 

C. The srvct1 add database command must be used to add orcl1 and orcl2 to the Oracle Restartconfiguration. 

D. The crsct1 start has command must be used to start software services for Oracle AutomaticStorage Management (ASM) after the "Oracle Grid Infrastructure for a standalone server" installation is complete. 

E. All databases subsequently created by using the Database Configuration Assistant (DBCA) are automatically added to the Oracle Restart configuration. 

Answer: C,E 

Explanation: https://docs.oracle.com/cd/E18283_01/server.112/e17120/restart001.htm 

Q10. Which three statements correctly describe the relationship amongst jobs, programs, and schedules within the Oracle Job Scheduler? 

A. A job is specified as part of a program definition. 

B. A program can be used in the definition of multiple jobs. 

C. A program and job can be specified as part of a schedule definition. 

D. A program and schedule can be specified as part of a job definition. 

E. A program and window can be specified as part of a job definition. 

Answer: B,C,D 

Reference:http://docs.oracle.com/database/121/ADMIN/schedover.htm#ADMIN13371