sql loader problem [message #73174] |
Thu, 19 February 2004 00:37 |
Tito Calabrese
Messages: 1 Registered: February 2004
|
Junior Member |
|
|
Hi,
I have a problem when I run my ctl file, using sql loader. The problem is that the name of a field is SEQUENCE and this is also a keyword for oracle; how is possible to specify that SEQUENCE in this case is not a keyword but a field name?
Thanks in advance
Best regards.
Tito
|
|
|
Re: sql loader problem [message #73187 is a reply to message #73174] |
Thu, 26 February 2004 19:53 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
Hi,
Try to put SEQUENCE in double quotes - "SEQUENCE".
Nevertheless, it might be best to rename the column's name to something else.
Best regards.
Frank
|
|
|
|