Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: using sql*loader from pl/sql

Re: using sql*loader from pl/sql

From: HansF <news.hans_at_telus.net>
Date: Mon, 15 Nov 2004 02:41:46 GMT
Message-ID: <KHUld.173960$9b.122485@edtnps84>


Prem K Mehrotra wrote:

>
>
> External tables are great but one limitation I found when I used in 9i
> is one cannot create any indexes on the external table. I don't know
> about 10G. So if I have loaded lot of data in an external table and
> later wanted to access it, my select will always be full table scan.
> Also, I cannot delete, insert, update using sql.
>

BUT you can very, very easily transfer from the loading table to a live table using something a CTAS or insert from select.

Hopefully you are not using an external table as a permanent data source. The inefficiencies would be astounding!

/Hans Received on Sun Nov 14 2004 - 20:41:46 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US