OCP-053 451-500

451.Which of the following is not avalid setting for the PROGRAM_TYPE parameter in a program object or theJOB_TYPE parameter in a job object?

[if !supportLists]A.  [endif]PLSQL_BLOCK

[if !supportLists]B.  [endif]JAVA_STORED_PROCEDURE

[if !supportLists]C.  [endif]STORED_PROCEDURE

[if !supportLists]D.  [endif]EXECUTABLE

[if !supportLists]E.  [endif]None of the above are invalid settings.

Answer:B


452.Which of the followingScheduler elements encourage object reuse? (Choose all that apply.)

[if !supportLists]A.  [endif]Schedule objects

[if !supportLists]B.  [endif]Program arguments

[if !supportLists]C.  [endif]Job classes

[if !supportLists]D.  [endif]Job arguments

[if !supportLists]E.  [endif]All of the above

Answer:ABD


453.What is the danger associatedwith stopping a running job by using the STOP_JOB procedure? A. The job willneed to be reenabled before it will execute again.

[if !supportLists]B.  [endif]The job may hold locks on objects referenced within it.

[if !supportLists]C.  [endif]All jobs within the job group will also be stopped.

[if !supportLists]D.  [endif]The job may leave data in an inconsistent state.

[if !supportLists]E.  [endif]There is no danger in using the STOP_JOB procedure.

Answer:D


454.If a job references a schedulethat has been disabled, what will be the result? A. The job will beautomatically disabled.

[if !supportLists]B.  [endif]The job will never execute.

[if !supportLists]C.  [endif]The job will attempt to execute but will fail.

[if !supportLists]D.  [endif]The job will inherit the DEFAULT_SCHEDULE schedule.

[if !supportLists]E.  [endif]A schedule object cannot be disabled.

Answer:E


455.When a job exceeds the datespecified in its END_DATE attribute, which of the following will happen?(Choose all that apply.)

A. The job will be droppedautomatically if the value of the AUTO_DROP attribute is TRUE. B. The job willonly be disabled if the value of the AUTO_DROP attribute is FALSE. 

[if !supportLists]C. [endif]The STATE attribute of the job will be set to COMPLETED if the valueof the AUTO_DROP attribute is FALSE. 

[if !supportLists]D. [endif]All objects referenced by the job will be dropped if the value ofthe AUTO_DROP attribute is TRUE and the value of the CASCADE attribute isTRUE. 

[if !supportLists]E.  [endif]The STATE column of the job table will be set to COMPLETED for thejob.

Answer:ABE


456.Which of the following is trueabout job chains?

[if !supportLists]A.  [endif]They consist of one or more Scheduler programs.

[if !supportLists]B.  [endif]They are used to implement dependency scheduling.

[if !supportLists]C.  [endif]They are used to implement time-based scheduling.

[if !supportLists]D.  [endif]They are used to implement event-based scheduling.

[if !supportLists]E.  [endif]None of the above.

Answer:B


457.If two windows overlap, whichwindow attribute will determine whether one should be chosen over the other?

[if !supportLists]A.  [endif]WINDOW_PRIORITY

[if !supportLists]B.  [endif]PRIORITY

[if !supportLists]C.  [endif]PRIORITY_LEVEL

[if !supportLists]D.  [endif]WINDOW_PRIORITY_LEVEL

[if !supportLists]E.  [endif]OVERLAP_RULE

Answer:A


458.Globalization support isimplemented through the text- and character-processing functions provided bywhich Oracle feature?

[if !supportLists]A.  [endif]RSTLNE

[if !supportLists]B.  [endif]NLSRTL

[if !supportLists]C.  [endif]LISTENER

[if !supportLists]D.  [endif]NLSSORT

[if !supportLists]E.  [endif]Linguistic sorts

Answer:B


459.What elements of globalizationcan be explicitly defined using the NLS_LANG environment variable? (Choose allthat apply.)

[if !supportLists]A.  [endif]NLS_LANGUAGE

[if !supportLists]B.  [endif]NLS_SORT

[if !supportLists]C.  [endif]NLS_CALENDAR

[if !supportLists]D.  [endif]NLS_CHARACTERSET

[if !supportLists]E.  [endif]NLS_TERRITORY

Answer:ADE


460.Given two different charactersets (A and B), which of the following must be true for A to be considered astrict superset of B? (Choose all that apply.) A. A must contain all of thecharacters defined in B. 

[if !supportLists]B.  [endif]A must be Unicode.

[if !supportLists]C.  [endif]The encoded values in A must match the encoded values in B for allcharacters defined in B. 

[if !supportLists]D.  [endif]A must be a multibyte character set.

[if !supportLists]E.  [endif]The encoded values in A must match the encoded values in B for allnumeric and alphabetic characters in B. 

Answer:AC


461.The NLS_SORT parameter sets thedefault sort method for which of the following operations?(Choose all thatapply.)

[if !supportLists]A.  [endif]WHERE clause

[if !supportLists]B.  [endif]ORDER BY clause

[if !supportLists]C.  [endif]BETWEEN clause

[if !supportLists]D.  [endif]NLSSORT function

[if !supportLists]E.  [endif]NLS_SORT function

Answer:AD


462.Which view shows all validvalues for the NLS_LANGUAGE, NLS_SORT, NLS_TERRITORY, and NLS_CHARACTERSETparameters?

[if !supportLists]A.  [endif]V$VALID_NLS_VALUES

[if !supportLists]B.  [endif]NLS_VALID_VALUES

[if !supportLists]C.  [endif]NLS_VALUE_OPTIONS

[if !supportLists]D.  [endif]V$NLS_VALUE_OPTIONS

[if !supportLists]E.  [endif]V$NLS_VALID_VALUES

Answer:E


463.Which of the followingdatatypes store time-zone information in the database?

[if !supportLists]A.  [endif]TIMESTAMP

[if !supportLists]B.  [endif]DATE

[if !supportLists]C.  [endif]TIMESTAMP WITH TIME ZONE

[if !supportLists]D.  [endif]TIMESTAMP WITH LOCAL TIME ZONE

[if !supportLists]E.  [endif]DATETIME

Answer:C


464.Which of the following arevalid settings for the NLS_COMP parameter? (Choose all that apply.)

[if !supportLists]A.  [endif]ASCII

[if !supportLists]B.  [endif]ANSI

[if !supportLists]C.  [endif]BINARY

[if !supportLists]D.  [endif]MONOLINGUAL

[if !supportLists]E.  [endif]MULTILINGUAL

Answer:BC


465.NLS parameters can be set usingthe five methods listed. Put the methods in order from highest to lowestaccording to Oracles order of precedence:

[if !supportLists]A.  [endif]Default setting

[if !supportLists]B.  [endif]Client environment variable

[if !supportLists]C.  [endif]Explicit ALTER SESSION statement

[if !supportLists]D.  [endif]Inside SQL function

[if !supportLists]E.  [endif]Server initialization parameter

[if !supportLists]F.  [endif]b, d, e, a, c

[if !supportLists]G.  [endif]e, a, b, c, d

[if !supportLists]H.  [endif]d, c, b, e, a

[if !supportLists]I.   [endif]a, b, d, c, e

[if !supportLists]J.  [endif]d, c, b, a, e

Answer:C


466.What can you determine aboutthe following linguistic sorts based only on their names?

[if !supportLists]1.  [endif]GERMAN

[if !supportLists]2.  [endif]FRENCH_M

[if !supportLists]A.  [endif]1 is a monolingual sort.

[if !supportLists]B.  [endif]2 is a monolingual sort.

[if !supportLists]C.  [endif]1 is case insensitive.

[if !supportLists]D.  [endif]Both 1 and 2 are case insensitive.

[if !supportLists]E.  [endif]Case sensitivity is unknown.

Answer:A


467.In a database with the databasecharacter set of US7ASCII and a national character set of UTF-8, whichdatatypes would be capable of storing Unicode data by default?

[if !supportLists]A.  [endif]VARCHAR2

[if !supportLists]B.  [endif]CHAR

[if !supportLists]C.  [endif]NVARCHAR2

[if !supportLists]D.  [endif]CLOB

[if !supportLists]E.  [endif]LONG

Answer:C


468.Automatic data conversion willoccur if which of the following happens? A. The client and server havedifferent NLS_LANGUAGE settings.

[if !supportLists]B.  [endif]The client and server character sets are not the same, and thedatabase character set is not a strict superset of the client character set.

[if !supportLists]C.  [endif]The client and server are in different time zones.

[if !supportLists]D.  [endif]The client requests automatic data conversion.

[if !supportLists]E.  [endif]The AUTO_CONVERT initialization parameter is set to TRUE. 

Answer:B


469.Which of the following NLS_SORTparameter values would result in case-insensitive and accent-insensitive binarysorts?

[if !supportLists]A.  [endif]NLS_SORT = BINARY

[if !supportLists]B.  [endif]NLS_SORT = BINARY_AI

[if !supportLists]C.  [endif]NLS_SORT = BINARY_CI

[if !supportLists]D.  [endif]NLS_SORT = BINARY_AI_CI

[if !supportLists]E.  [endif]Binary sorts are case insensitive and accent insensitive by default.

Answer:B


470.Which NLS parameter can be usedto change the default Oracle sort method from binary to linguistic for the SQLSELECT statement?

[if !supportLists]A.  [endif]NLS_LANG

[if !supportLists]B.  [endif]NLS_COMP

[if !supportLists]C.  [endif]NLS_SORT

[if !supportLists]D.  [endif]None of the above

Answer:D


471.Which of the following would beaffected by setting NLS_LENGTH_SEMANTICS=CHAR?

[if !supportLists]A.  [endif]All objects in the database

[if !supportLists]B.  [endif]Tables owned by SYS and SYSTEM

[if !supportLists]C.  [endif]Data dictionary tables

[if !supportLists]D.  [endif]NCHAR columns

[if !supportLists]E.  [endif]CHAR columns

Answer:E


472.Which is not a valid localedefinition file type?

[if !supportLists]A.  [endif]Language

[if !supportLists]B.  [endif]Linguistic sort

[if !supportLists]C.  [endif]Calendar

[if !supportLists]D.  [endif]Territory

[if !supportLists]E.  [endif]Character set

Answer:C


473.How many different calendarsdoes Oracle 11g support?

[if !supportLists]A.  [endif]22

[if !supportLists]B.  [endif]7

[if !supportLists]C.  [endif]6

[if !supportLists]D.  [endif]15

[if !supportLists]E.  [endif]2

Answer:B


474.Which NLS parameter directlygoverns linguistic searches?

[if !supportLists]A.  [endif]NLS_SEARCH_L

[if !supportLists]B.  [endif]NLS_SORT

[if !supportLists]C.  [endif]NLS_SEARCH

[if !supportLists]D.  [endif]NLS_SORT_L

[if !supportLists]E.  [endif]None of the above

Answer:B


475.Case-insensitive sorts arealways accent insensitive by default.

[if !supportLists]A.  [endif]True

[if !supportLists]B.  [endif]False

Answer:B


476.What is the name of the filethat identifies the set of available locale definitions?

[if !supportLists]A.  [endif]locale.def

[if !supportLists]B.  [endif]lxdef.ora

[if !supportLists]C.  [endif]lx1boot.nlb

[if !supportLists]D.  [endif]lx1boot.ora

[if !supportLists]E.  [endif]lang.def

Answer:C


477.Which of the following is not avalid linguistic sort element?

[if !supportLists]A.  [endif]Accent expansion

[if !supportLists]B.  [endif]Canonical equivalence

[if !supportLists]C.  [endif]Reverse secondary sorting

[if !supportLists]D.  [endif]Ignorable characters

[if !supportLists]E.  [endif]Character rearrangement

Answer:A


478.Identify the two direct sourcesfrom where SQL plans can be loaded into the SQL plan baselines.

(Choose two.)

[if !supportLists]A.  [endif]Cursor cache

[if !supportLists]B.  [endif]Stored outline

[if !supportLists]C.  [endif]SQL Tuning Set

[if !supportLists]D.  [endif]Automatic Workload Repository (AWR) snapshots

Answer:AC


479.Which two statements aboutworkload capture and replay operations are true? (Choose two.)

[if !supportLists]A.  [endif]The clients must be created manually on the test machines to performmore realistic testing.

[if !supportLists]B.  [endif]Restart the database in RESTRICTED mode before beginning workload replayto enable a clean state for workload replay.

[if !supportLists]C. [endif]Restart the database in RESTRICTED mode before beginning workloadcapture to enable a clean state for capturing the workload.

[if !supportLists]D. [endif]The application state of the capture system must be identical to theapplication state of the replay system when the workload replay begins.

Answer:CD


480.View the Exhibit exhibit1 toexamine the series of SQL commands.

View the Exhibit exhibit2 toexamine the plans available in the SQL plan baseline. The baseline in the firstrow of the Exhibit is created when OPTIMIZER_MODE was set to FIRST_ROWS.  Which statement is true if the SQL query inexhibit1 is executed again when the value of OPTIMIZER_MODE is set toFIRST_ROWS?

[if !vml]

[endif] 

[if !supportLists]A.  [endif]The optimizer uses a new plan because none of the plans in theexhibit2 are fixed plans.

[if !supportLists]B.  [endif]The optimizer uses the plan in the second row of the exhibit2because it is an accepted plan.

[if !supportLists]C.  [endif]The optimizer uses the plan in the first row of the exhibit2 becauseit is the latest generated plan.

[if !supportLists]D.  [endif]The optimizer uses the plan in the first row of the exhibit2 becauseOPTIMIZER_MODE was set to FIRST_ROW during its creation.

Answer:B


481.Which statement is true about arunning session that belongs to the online transaction processing (OLTP) group?

[if !vml]

[endif] 

[if !supportLists]A.     [endif]It permanently switches to thelow_group consumer group if the session exceeds 10,000 I/O requests or 2,500 MBof data transfer.

[if !supportLists]B.     [endif]It performs the first 10000 I/Orequests or 2,500 MB of data transfer in the LOW-GROUP consumer group, and thenswitches to the original group.

[if !supportLists]C.     [endif]It switches to the LOW_GROUPconsumer group if the session exceeds 10000 I/O requests or 2500 MB of datatransfer and returns to the original group after the operation.

[if !supportLists]D.     [endif]It switches to the LOW_GROUPconsumer group if the session exceeds 10000 I/O requests or 2500 MB of datatransfer for queries, but not for data manipulation language (DML) operations.Answer: D


482.USER_DATA is a nonencryptedtablespace that contains a set of tables with data. You want to convert allexisting data in the USER_DATA tablespace and the new data into the encryptedformat.

Which methods would you use toachieve this? (Choose all that apply.)

A. Use Data Pump to transfer theexisting data to a new encrypted tablespace. B. Use ALTER TABL

E. MOVE to transfer the existingdata to a new encrypted tablespace.

[if !supportLists]C.  [endif]Use CREATE TABLE AS SELECT to transfer the existing data to a newencrypted tablespace.

[if !supportLists]D.  [endif]Enable row movement for each table to be encrypted and then useALTER TABLESPACE to encrypt the tablespace.

[if !supportLists]E.  [endif]Encrypt the USER_DATA tablespace using the ALTER TABLESPACEstatement so that all the data in the tablespace is automatically encrypted.

Answer:ABC


483.Evaluate the following block ofcode:

BEGINDBMS_NETWORK_ACL_ADMIN.CREATE_ACL ( acl =>

'mycompany-com-permissions.xml',principal => 'ACCT_MGR', is_grant => TRUE, privilege => 'connect');

DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL (acl => 'mycompany-com-permissions.xml', host =>

'*.mycompany.com');

END;

What is the outcome of the abovecode?

[if !supportLists]A.  [endif]It produces an error because a fully qualified host name needs to bespecified.

[if !supportLists]B.  [endif]It produces an error because the range of ports associated with thehosts has not been specified. C. It creates an access control list (ACL) withthe user ACCT_MGR who gets the CONNECT and RESOLVE privileges.

D. It creates an access control list(ACL) with the user ACCT_MGR who gets the CONNECT privilege but not the RESOLVEprivilege.

Answer:C


484.Which steps are mandatory toenable Direct NFS?

[if !supportLists]1.  [endif]Mount all required file systems using the kernel NFS driver.

[if !supportLists]2.  [endif]Create an oranfstab file containing the attributes for each NFSserver to be accessed using Direct NFS.

[if !supportLists]3.  [endif]Replace the ODM library libodm11.so_stub with libodm11.so.

[if !supportLists]A.  [endif]2 and 3

[if !supportLists]B.  [endif]1 and 3

[if !supportLists]C.  [endif]1 and 2

[if !supportLists]D.  [endif]1, 2 and 3

Answer:B


485.You want to back up your 100-GBdatabase on a remote tape device. You are required to ensure that minimumnetwork bandwidth is consumed while transferring the backups to the tapedevice.

The current consumption of your CPUis approximately 40 percent.

Which type of backup should youperform?

A. standard backup set B. imagecopy

[if !supportLists]C.  [endif]compressed backup

[if !supportLists]D.  [endif]user-managed backup

Answer:C


486.You execute the followingRecovery Manager (RMAN) commands in (he following order:

BACKUP VALIDATE DATABAE

RECOVER CORRUPTION LIST;

Which (two tasks are performed bythese commands? (Choose two.) A. Repair the corrupted blocks. If any. In thebackup created.

B. Populate VSCOPV_CORRUPTION withnames of files that have corrupted blocks- C. Back up the database afterchecking whether array of the files have corrupted blocks.

[if !supportLists]D.  [endif]Discover any corrupt blocks that are viewable with theVSDATABASE_BI-OCK_CORBUPTION view.

[if !supportLists]E.  [endif]Repair all corrupted blocks that have been logged in theVSDATABASE_BLOCK_ CORRUPTIONAnswer: BC


487.When executing a SQL workload,you choose to generate execution plans only, without collecting executionstatistics.

Which two statements describe theimplications of this? (Choose two.) A. It produces less accurate results of thecomparison analysis.

[if !supportLists]B.  [endif]It automatically calls the SQL Tuning Advisor for recommendations.

[if !supportLists]C.  [endif]It shortens the time of execution and reduces the impact on systemresources.

[if !supportLists]D.  [endif]Only the changes in the execution plan, and not performanceregression, are detected.Answer: AC


488.You are managing an OracleDatabase 11g database with the ASM storage. The database is having big filetablespaces. You want files to open faster and less memory to be used in theshared pool to manage the extent maps.

What configuration would you effectto achieve your objective? (Choose all that apply.) A. Set the ASMcompatibility attribute for the ASM disk group to 11.1.0.

[if !supportLists]B.  [endif]Set the RDBMS compatibility attribute for the ASM disk group to11.1.0.

[if !supportLists]C.  [endif]Set the COMPATIBLE initialization parameter for the ASM instance to11.1.0.

[if !supportLists]D.  [endif]Set the COMPATIBLE initialization parameter for the databaseinstance to 11.1.0.Answer: AD


489.For which two database objectscan the VERSIONS clause of the Flashback Versions Query be used?(Choose two.)

A.views

B.fixed tables

C.heap tables

D.external tables

E.temporary tables

F.index-organized tables (IOT)

Answer:CF


490.View the Exhibit.

Examine the following command thatis executed for the TRANSPORT table in the SH schema:

SQL> SELECTDBMS_STATS.CREATE_EXTENDED_STATS('sh', 'customers_obe',

'(country_id,cust_state_province)') FROM dual;

Which statement describes thesignificance of this command?

[if !vml]

[endif] 

[if !supportLists]A.  [endif]It collects statistics into the pending area in the data dictionary.

[if !supportLists]B.  [endif]It creates a virtual hidden column in the CUSTOMERS_OBE table.

[if !supportLists]C.  [endif]It collects statistics with AUTO_SAMPLE_SIZE for ESTIMATE_PERCENT.

[if !supportLists]D.  [endif]It creates a histogram to hold skewed information about the data inthe columns.Answer: B


491.Examine the exhibit to view theparameters set in your parameter file. (Click the Exhibit(s) button.) Yourestart the instance.

To what value will theMEMORY_MAX_TARGET parameter be set by default?

[if !supportLists]A.  [endif]120M

[if !supportLists]B.  [endif]320M

[if !supportLists]C.  [endif]480M

[if !supportLists]D.  [endif]600M

Answer:D


492.You installed Oracle Database11g and are performing a manual upgrade of the Oracle9i database. As a part ofthe upgrade process, you execute the following script:

SQL>@utlu111i.sql

Which statement about the executionof this script is true?

[if !supportLists]A.  [endif]It must be executed from the Oracle Database 11g environment.

[if !supportLists]B.  [endif]It must be executed only after the SYSAUX tablespace has beencreated.

[if !supportLists]C.  [endif]It must be executed from the environment of the database that isbeing upgraded.

[if !supportLists]D.  [endif]It must be executed only after AUTOEXTEND is set to ON for allexisting tablespaces.

[if !supportLists]E.  [endif]It must be executed from both the Oracle Database 11g and OracleDatabase 9i environments.Answer: C


493.Which three statements aboutperformance analysis by SQL Performance Analyzer are true?

(Choose three.)

[if !supportLists]A.  [endif]It detects changes in SQL execution plans.

[if !supportLists]B.  [endif]It produces results that can be used to create the SQL planbaseline.

[if !supportLists]C.  [endif]The importance of SQL statements is based on the size of the objectsaccessed.

[if !supportLists]D.  [endif]It generates recommendations to run SQL Tuning Advisor to tuneregressed SQLs.

[if !supportLists]E.  [endif]It shows only the overall impact on workload and not the net SQLimpact on workload.Answer: ABD


494.Which statement about AutomaticMemory Management with Oracle 11g is true?

A. You cannot specify MEMORY_TARGETif you explicitly specify SGA_TARGET or PGA_AGGREGATE_ TARGET values that aregreater than zero in your parameter file. B. Oracle can reallocate memorybetween the SGA and PGA automatically as needed.

[if !supportLists]C.     [endif]To use Automatic MemoryManagement, you must explicitly set both the MEMORY_TARGET andMEMORY_MAX_TARGET parameters in your parameter file.

[if !supportLists]D.     [endif]You can set the MEMORY_TARGETparameter to a maximum value of the current SGA size plus the current PGA size.

Answer:B


495.Which statement is trueregarding the VALIDATE DATABASE command? A. It checks the database forintrablock corruptions only.

[if !supportLists]B.  [endif]It checks for block corruption in the valid backups of the database.

[if !supportLists]C.  [endif]It checks the database for both intrablock and interblockcorruptions.

[if !supportLists]D.  [endif]It checks for only those corrupted blocks that are associated withdata files.

Answer:A


496.Which two statements are trueregarding an Automatic Storage Management (ASM) instance?

(Choose two.)

[if !supportLists]A.  [endif]As ASM instance mounts an ASM control file

[if !supportLists]B.  [endif]An ASM instance uses the ASMB process for rebalancing of diskswithin a disk group

[if !supportLists]C. [endif]Automatic Memory Management is enabled in an ASM instance even whenthe MEMORY_TARGET parameter is not set explicitly

[if !supportLists]D. [endif]An RDBMS instance gets connected to an ASM instance using ASMB as aforeground process when the database instance is started

Answer:CD


497.You are managing the APPPRODdatabase as a DBA. You plan to duplicate this database in the same system withthe name DUPDB. You issued the following RMAN commands to create a duplicatedatabase:

RMAN> CONNECT targetsys/sys@APPPROD

RMAN> DUPLICATE TARGET DATABASETO dupdb FROM ACTIVE DATABASE

DB_FILE_NAME_CONVERT'/oracle/oradata/prod/',

'/scratch/oracle/oradata/dupdb/'SPILE PARAMETER_VALUE_CONVERT

'/oracle/oradata/prod/','/scratch/oracle/oradata/dupdb/' SET

SGA_MAX_SIZE = '300M' SETSGA_TARGET = '250M' SET LOG_FILE_NAME_CONVERT

'/oracle/oradata/prod/redo/',

'/scratch/oracle/oradata/dupdb/redo/';

Which three are the prerequisitesfor the successful execution of the above command? (Choose three.) A. Thesource database should be open.

[if !supportLists]B.  [endif]The target database should be in ARCHIVELOG mode if it is open.

[if !supportLists]C.  [endif]RMAN should be connected to both the instances as SYSDBA. 

[if !supportLists]D.  [endif]The target database backups should be copied to the source databasebackup directories.

[if !supportLists]E.  [endif]The password file must exist for the source database and have thesame SYS user password as the target.

Answer:BCE


498.The database Is configured inARCHIVELOG mode. The database needs to be up 24 X 7. You want to perform usermanaged backup for the data files of the HR_DATA tablespace. To accomplish thetask, you issued the following command:

SQL> ALTER TABLESPACE hi_dataBEGIN BACKUP;

Which two statements are true inthis scenario? (Choose two.)

[if !supportLists]A.  [endif]No transaction on the tablespace is allowed but you can performqueries.

[if !supportLists]B.  [endif]The tablespace will automatically come out of backup mode when thefile copy is complete.

[if !supportLists]C.  [endif]The checkpoint change number is frozen in headers of the data filesuntil the file is removed from backup mode.

[if !supportLists]D.  [endif]The database writes the before image of an entire block to the redostream before modifying. block tor the first time.

Answer:AC


499.Which statement is trueregarding the retention policy for the incidents accumulated in the AutomaticDiagnostic Repository (ADR)?

[if !supportLists]A.  [endif]The incident metadata is purged when the problem is resolved and theDBA closes the SR.

[if !supportLists]B.  [endif]The incident files and dumps are not retained in the ADR for themanually created incidents.

[if !supportLists]C. [endif]The incident files are retained but the incident metadata is purgedwhen the problem is resolved and the DBA closes the SR

[if !supportLists]D. [endif]The default setting is for one year after which the incidentmetadata is purged from the ADR and the files are retained for one month.

Answer:D


500.You opened the encryptionwallet and then issued the following command:

SQL>CREATE TABLESPACEsecurespace

DATAFILE'/home/user/oradata/secure01.dbf'

SIZE 150M

ENCRYPTION USING '3DES168'

DEFAULT STORAGE(ENCRYPT);

Then you closed the wallet. Later,you issued the following command to create the EMPLOYEES table in theSECURESPACE tablespace and you use the NO SALT option for the EMPID column.

What is the outcome?

[if !supportLists]A.  [endif]It creates the table and encrypts the data in it.

[if !supportLists]B.  [endif]It generates an error because the wallet is closed.

[if !supportLists]C.  [endif]It creates the table but does not encrypt the data in it.

[if !supportLists]D.  [endif]It generates an error because the NO SALT option cannot be used withthe ENCRYPT option.Answer: B

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 215,634评论 6 497
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 91,951评论 3 391
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 161,427评论 0 351
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 57,770评论 1 290
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,835评论 6 388
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,799评论 1 294
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,768评论 3 416
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,544评论 0 271
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,979评论 1 308
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,271评论 2 331
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,427评论 1 345
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 35,121评论 5 340
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,756评论 3 324
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,375评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,579评论 1 268
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 47,410评论 2 368
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,315评论 2 352

推荐阅读更多精彩内容

  • rljs by sennchi Timeline of History Part One The Cognitiv...
    sennchi阅读 7,322评论 0 10
  • 导言 “青山绿树、碧海蓝天、不寒不暑、可舟可车、中国第一。” 康有为如是说。 康有为先生1923年至1927年在青...
    黑白的触动阅读 2,336评论 1 4
  • 从前有一个人叫小明,他热爱学习,热爱中国的应试教育,因为只有这样,他才能看见他的意中人_阿红。 坐在考场,他的心忐...
    Dear夜猫阅读 436评论 0 0
  • 开始写文章之前,会担心自己没东西写怎么办?其实很多时候我们开始一件事件,是因为喜欢,感兴趣才有主动开始的欲望...
    蓝紫璎珞阅读 573评论 0 0
  • 小白兔撞到木桩上受了伤,木桩悉心照料,小白兔痊愈离开。木桩日日等夜夜等,小白兔再也没来过,我问木桩:她在你这撞过一...
    后背花青阅读 326评论 0 0