Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Query with contents of text file.
The disadvantage of the external table is that you can not create an
index on the data. If the external table is or can be used as the
driving table in a process this is usually not a requirement, but if
you need to join to the external table driving from a regular table
then an index might be necessary for performance. In that case you
would probably want to load the data into a real table.
Another disadvantabe an external table is not backed up as part of the db.
HTH -- Mark D Powell -- Received on Mon Apr 24 2006 - 15:32:36 CDT
![]() |
![]() |