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: RENAME COLUMN IN 9I

Re: RENAME COLUMN IN 9I

From: Indy Johal <Indy_Johal_at_prnewswire.com>
Date: Fri, 16 May 2003 10:57:08 -0800
Message-ID: <F001.0059B289.20030516105708@fatcity.com>


Hamid

You are geting the error because of following reason

  1. Table been modified is PArtitioned table
  2. The database version is 9.0.1.x.x as this is not working in this version but will work in 9.2 and your syntax is going to work in 9.2. Do a test as I had got the issue some time back

Thanks

Indy Johal

Hamid Alavi <hamid.alavi_at_quovadx.com>
Sent by: root_at_fatcity.com
05/16/03 01:41 PM
Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        RENAME COLUMN IN 9I


Hi List,

I am using oracle 9i(9.0.1.0.0) or sun Solaris v2.8 when I run the following
commands got this error.

ALTER TABLE TEST1 RENAME COLUMN COL1 TO ID; Here is the error:

ORA-14155: missing PARTITION or SUBPARTITION keyword Any Idea, I was searching in googles but nothing found. Thanks for your help.

Hamid Alavi

Office : 818-737-0526
Cell phone : 818-416-5095

--

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

Author: Hamid Alavi
  INET: hamid.alavi_at_quovadx.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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.net
--

Author: Indy Johal
  INET: Indy_Johal_at_prnewswire.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Fri May 16 2003 - 13:57:08 CDT

Original text of this message

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