Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

external table file missing scenario

692864Apr 22 2009 — edited Jun 16 2009
hi what happens........

when we access the external table and the file is not present ... does it throw an error? it simply returns zero rows?


if I know that i will get 5 files a.txt , b.txt, c.txt, d.txt, e.txt then i can put them in the location

LOCATION ('a.txt','b.txt','c.txt','d.txt','e.txt') during the creation of External table


If for example b.txt and c.txt are not present during the access then will it throw an error or does it just show me the records of a, d and e?

regards
raj
This post has been answered by OrionNet on Apr 22 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 14 2009
Added on Apr 22 2009
3 comments
700 views