Need help with pl/sql [message #328961] |
Mon, 23 June 2008 10:05 |
dalavai
Messages: 3 Registered: June 2008 Location: hyderabad
|
Junior Member |
|
|
Hello ,
heres a small problem to solve. here it is briefly... please help me
we have an external file will 6000 columns.
as we know 1000 columns are limited per table.
we need to split it into 1000 columns or what ever you wish.
and here comes another problem we know that the size limit for external file is 2GB.
and we need to retrive all the data at once.
please help me
cherrie.
|
|
|
Re: Need help with pl/sql [message #328964 is a reply to message #328961] |
Mon, 23 June 2008 10:14 |
|
Michel Cadot
Messages: 68704 Registered: March 2007 Location: Nanterre, France, http://...
|
Senior Member Account Moderator |
|
|
Write your own program if you encounter these limits or upgrade to a newer version.
By the way, if you have table with more than 1000 (or even 200 columns) then you likely have a design problem without speaking about the peformances you will have.
Regards
Michel
[Updated on: Mon, 23 June 2008 10:15] Report message to a moderator
|
|
|
|
|
|
|
|