Page 1 of 1

Which two statements are true about the use of direct path loads when selecting from external tables in a database on a

Posted: Wed Jun 07, 2023 6:11 am
by answerhappygod
Which two statements are true about the use of direct path loads when selecting from external tables in a database on a Database Machine?

A. INSERT INTO . . . SELECT FROM statements, executed serially, which select from external tables, require the APPEND hint to use direct path loading.
B. CREATE TABLE . . . AS SELECT statements, which select from external tables, attempt to use in direct path loading automatically.
C. CREATE TABLE . . . AS SELECT statements, which select from external tables, require the APPEND hint to use direct path loading.
D. INSERT INTO . . . SELECT FROM statements, executed serially, which select from external tables, are unable to use direct path loading.