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: ORA-01458

RE: ORA-01458

From: Vadim Gorbounov <vgorbounov_at_simplyengineering.com>
Date: Tue, 24 Apr 2001 10:30:37 -0700
Message-ID: <F001.002F09C1.20010424085130@fatcity.com>

Sonja, this is bug. Promised to be fixed in 8.1.6, and back again :( Workaround is to
create table .. as select .. OR simply create table, than insert... HTH
Vadim Gorbounov
Oracle DBA

-----Original Message-----
Sent: Tuesday, April 24, 2001 11:26 AM
To: Multiple recipients of list ORACLE-L

Hi all!
Oracle 8.1.7 on WinNT.
When I try to copy one table from one schema to another I get this error message.

        ORA-01458: invalid length inside variable character string

Description is "very informative"

        01458, 00000, "invalid length inside variable character string"
        // *Cause:
        // *Action:

This is what I did:
        copy from xx/aa_at_orcl.world-
        to scott/tiger_at_orcl.world-
        create abc using select * from abc;

Do you have any suggestions?
TIA,
        Sonja

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: =?iso-8859-2?Q?Sonja_=A9ehovi=E6?=
  INET: sonja.sehovic_at_pbz.hr

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: Vadim Gorbounov INET: vgorbounov_at_simplyengineering.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 Apr 24 2001 - 12:30:37 CDT

Original text of this message

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