Please vote- 1z0-032 question [message #201859] |
Tue, 07 November 2006 02:22 |
reena_ch30
Messages: 100 Registered: December 2005
|
Senior Member |
|
|
Hi,
Please vote for the following question of ocp-1Z0-032.
Which three statements about direct path exports are true? (Choose three)
A. You cannot export rows containing collection data types.
B. Direct path exports can be performed interactively using exp.
C. The export client, exp, writes data to the dump file without any unnecessary data conversion.
D. The format and column specifications are identical to those found in conventional-path exports.
E. The direct path export type is noted in the output to the screen, in the export log file, and the export dump file.
F. Direct path export is essentially a SELECT * FROM TABLE statement with a complex (but highly optimized) query predicate.
Should it be A,C,D or A,C,E and why?
Thanks
Reena
|
|
|
|
Re: Please vote- 1z0-032 question [message #206493 is a reply to message #201859] |
Thu, 30 November 2006 05:16 |
bwetkstr
Messages: 114 Registered: August 2005
|
Senior Member |
|
|
Just a question , why do you take the 9i exam and not 10g?
ps : answer to your question :C,E,A
A : Correct.
B : False
C : Correct
D : False, the format of the column data and specification in the export dump file differ from those of conventional-path export.
E : Correct, ... don't think this need more explaining
F : False, The direct-path export uses an optimized SELECT * from table without any predicate.
So the answer is C,E,A
[Updated on: Thu, 30 November 2006 05:17] Report message to a moderator
|
|
|