SQL*Loader (Sequence problems and more) [message #178543] |
Wed, 21 June 2006 08:06 |
Diego_IT
Messages: 7 Registered: June 2006 Location: Italy
|
Junior Member |
|
|
I’ve go 10 Excel files (12000 rows each) to import with SQL LOADER into ORACLE 9i tables.
In the file there's a full explain about.
Can anyone help me? What shoul I do???? HELP HELP !!!!
I hope i explained the problem properly. If you have any question, about the task, please let me know.
Thanks to anyone would help me
-
Attachment: trad.doc
(Size: 35.50KB, Downloaded 1615 times)
|
|
|
Re: SQL*Loader (Sequence problems and more) [message #178550 is a reply to message #178543] |
Wed, 21 June 2006 08:38 |
orausern
Messages: 826 Registered: December 2005
|
Senior Member |
|
|
Regarding the first point, mentioned in your doc:
Quote: |
In this case SQL LOADER works fine, but I have the "Prog" field empty and isn't a correct target, because I would like a sequential number
from 1 to 12000
|
I think it should be ok if that field is empty. After the import, you can update it with the sequence..like
update emp set empno=seq_name.nextval
and that will reset that field to sequence number.
|
|
|
Re: SQL*Loader (Sequence problems and more) [message #178577 is a reply to message #178550] |
Wed, 21 June 2006 10:14 |
Diego_IT
Messages: 7 Registered: June 2006 Location: Italy
|
Junior Member |
|
|
I've imported 1 file and it's Ok, but the "Prog" field is empty I don't understand what I have to do next, could you please explain the process again?
When do I have to do the update, do I have to do it fron S.O. or SQL PLUS?
SQL > UPDATE FIREWALL SET PROG=
Sorry..I dont' understand what you mean
|
|
|
|
|
|
|