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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: sqlloader reserved word is column name

RE: sqlloader reserved word is column name

From: Kevin Lange <kgel_at_ppoone.com>
Date: Tue, 05 Jun 2001 11:36:23 -0700
Message-ID: <F001.0031CA3C.20010605113535@fatcity.com>

Yes. The manual states that you can use SQLLDR control words as column names if you enclose them in Double Quotes. If you do this you must remember to make the column names in UPPER CASE. So, to use a column name of PARTITION, say "PARTITION".

-----Original Message-----
Sent: Tuesday, June 05, 2001 12:11 PM
To: Multiple recipients of list ORACLE-L

Can anyone help?

I am attempting to load a table, using SQL*Loader, where the table has a column named "PARTITION". Partition is a SQL*Loader reserved word and the load failed with: SQL*Loader-350 Expecting column name found "partition".

If anyone has a solution or workaround for this gotcha, I'd like to know what you have done.

Thanks very much.

Michael L. Petrus
GE Auto Warranty Services
7125 W. Jefferson Av. #200
Lakewood, CO 80235

Database Administrator

Phone: (303) 987 4129
Fax: (303) 987 4298
Email: Mike.Petrus2_at_gecapital.com

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Petrus, Mike (CAP, GEFA)
  INET: Mike.Petrus2_at_gecapital.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Kevin Lange
  INET: kgel_at_ppoone.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Jun 05 2001 - 13:36:23 CDT

Original text of this message

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