A table of records is efficient in terms of network traffic.
A table of records improves developer productivity because the database administrator does not have to create a server side view.
A table of records is efficient because the number of records fetched depends on the Array Fetch property value.
Your coding effort is simplified since DML operations are handles by setting form module properties.
第1题:
You work as an application developer at Certkiller .com. You are currently in the process of creating a new application for Certkiller .com. You are required to read compressed data files that has been sent by Certkiller .com‘s sales offices.These data files are less than 4 GB in size, but was compressed without cyclic redundancy. You want to write a method that receives the compressed files and return the uncompressed data as a byte array.What should you do?()
A.
B.
C.
D.
第2题:
In Recovery Manager (RMAN), you are taking image copies of the data files of your production database and rolling them forward at regular intervals. You attempt to restart your database. After a regular maintenance task, you realize that one of the data files that belongs to the USERS tablespace is damaged and you need to recover the data file by using the image copy. Because a media failure caused the data file to be damaged, you want to place the d ata file in a different location while restoring the file. Which option must you consider for this task?()
第3题:
You are creating the CUST_PREMIUM data block in the AUTO_INSURANCE form. A new state law requires that premiums be lowered for drivers with a good driving history. Because this could potentially affect a large number of records, you want to base the data block on a stored procedure returning a table of records. Which statement supports this approach?()
第4题:
In Recovery Manager (RMAN), you are taking image copies of the data files of your production database and rolling them forward at regular intervals. You attempt to restart your database. After a regular maintenance task, you realize that one of the data files that belongs to the USERS tablespace is damaged and you need to recover the data file by using the image copy. Because a media failure caused the data file to be damaged, you want to place the data file in a different location while restoring the file. Which option must you consider for this task?()
第5题:
You want to implement a master-detail relation between data blocks based on object tables. How would you do this? ()
第6题:
using only the RMAN SWITCH command to set the new location for the data file
placing the database in the MOUNT state for the restore and recovery operations.
using an RMAN RUN block with the SET NEWNAME and then the SWITCH command.
configuring two channels: one for the restore operation and the other for the recovery operation
第7题:
Click the Data Blocks node in the Object Navigator and click the create button. Choose to build the data block manually. Enter the procedure name in the Query Data Source Columns property and the procedure code in the Query Data Source Arguments property.
Choose Tools -> Data Block Wizard, select Table as the data source type, and base the data block on the columns included in the procedure.
Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, alter the Query Data Source Type property to 'Ref cursor', and enter the name of the procedure in the Query Data Source Name property.
Select the Data Blocks node in the Object Navigator and click the Create button. Alter the Query Data Source Name, Query Data Source Columns, and Query Data Source Arguments properties to create a stored procedure that uses a ref cursor.
Launch the Data Block Wizard, select Stored Procedures as the data source type, and base the block on the procedure.
第8题:
Select The Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, enter the procedure name in the Query Data Source Columns property, and the procedure code in the Query Data Source Arguments property.
Choose Tools -> Data Block Wizard, select Table as the data source type, and base the block on the columns from the tables.
Choose Tools -> Data Block Wizard, select, View as the data source type, and base the block on the columns from the tables.
Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, alter the Query Data Source Type property to 'FROM clause query', and enter the SELECT statement in the Query Data Source Name property.
Select the Data Block node in the Object Navigator and click the Create button. Alter the Query Data Source Type, Query Data Source Name, Query Data Sources Columns, and Query Data Source Arguments properties to create a stored procedure that uses a red cursor.
第9题:
A table of records is efficient in terms of network traffic.
A table of records improves developer productivity because the database administrator does not have to create a server side view.
A table of records is efficient because the number of records fetched depends on the Array Fetch property value.
Your coding effort is simplified since DML operations are handles by setting form module properties.
第10题:
send letter.
telephone Personnel.
write for an application form.
第11题:
Tab canvas.
Pop up canvas.
Spread table canvas.
Vertical toolbar canvas.
第12题:
MERGE
INSERT
UPDATE
ADD
ENTER
You cannot enter the phone numbers for the existing employee records.
第13题:
You are creating the DEPT_SAL data block from the PAYHIST form. Users should be able to enter a valid department ID number, which will then display the employee salary information for that department. This data block could potentially retrieve a large number of records. Since users will probably only view a small number of these records, only 10 records should be fetched at one time. How would you create the data block?()
第14题:
You are creating a form that will access an Oracle8 database. On which three sources can you base a data block?()
第15题:
Which new key architectural element introduced in WebLogic Server l2c should you take advantage of when designing Disaster Recovery Centers with active - passive mode?()
第16题:
You added a PHONE_NUMBER column of NUMBER data type to an existing EMPLOYEES table. The EMPLOYEES table already contains records of 100 employees. Now, you want to enter the phone numbers of each of the 100 employees into the table. Some of the employees may not have a phone number available. Which data manipulation operation do you perform?()
第17题:
Create the relation manually and coordinate the blocks using triggers.
Base the relation on a REF pointer using the Data Block Wizard.
Base the relation on a foreign key using the Data Block Wizard.
This task is not possible because master-detail relations can be implemented only for blocks based on relation tables.
第18题:
REF cursor query.
Stored function.
From clause query.
Transactional trigger.
第19题:
MAN Clusters, because they would allow you to synchronously replicate state in low latency networks
WAN Clusters, because they would allow you to asynchronously replicate state in nonlow latency networks.
Transaction Log in the database, because you could avoid synchronizing two replication technologies (database and file)
Data Guard, because it is the most effective way to replicate a state across locations
GoldenGate, because it is the most effective way to replicate a state across locations
第20题:
ROWS
SKIP
LOAD
BINDSIZE
第21题:
table
transactional trigger
stored procedure
FROM clause query
第22题:
using only the RMAN SWITCH command to set the new location for the data file
placing the database in the MOUNT state for the restore and recovery operations.
using an RMAN RUN block with the SET NEWNAME and then the SWITCH command.
configuring two channels: one for the restore operation and the other for the recovery operation
第23题:
BFILE
REF column
Object table
Column object
INSTEAD-OF trigger
第24题:
CPU,because the database replication process requires a considerable amount of CPU time
Memory,because the buffer cache requires a large amount of memory to maintain the data in system memory
Disk,because it is important to configure a sufficient number of disks to match the CPU processing power
Network,because the data returned to the client from the server can be a large subset of the total database