Home » RDBMS Server » Server Utilities » Import giving error  () 1 Vote
Import giving error [message #131265] Fri, 05 August 2005 01:13 Go to next message
vinayakawasthi
Messages: 4
Registered: July 2005
Junior Member
Dear All,

I have certain tables in my schema in which certain columns contain data upto there full capacity, i.e a
varchar2(40) column contains full 40 characters data. The problem is when I take the export of this schema and import in a new one, i get following error:

.. importing table "GT_COLOUR_CODE" 16 rows imported
.. importing table "GT_COL_VALID_FLAG" 221 rows imported
.. importing table "GT_COMMISSIONDATA_RESPONSE" 0 rows imported
.. importing table "GT_COMMISSION_PLAN"
IMP-00058: ORACLE error 12899 encountered
ORA-12899: value too large for column "ACRMFOST"."GT_COMMISSION_PLAN"."GF_COMMPLAN_DESC" (actual: 41, maximum: 40)
IMP-00028: partial import of previous table rolled back: 17 rows rolled back
.. importing table "GT_COMMISSION_PLAN_DETAIL" 848 rows imported
.. importing table "GT_COMMISSION_SUMMARY" 167556 rows imported
.............

But when I check the maximum size(using length & vsize) of the data for that column, it shows me 40 only.
But I am able to insert the data in the new schema table by taking the insert script from the previous one.

What can be the reason for this?

Regards
Vinayak
Re: Import giving error [message #131266 is a reply to message #131265] Fri, 05 August 2005 01:16 Go to previous messageGo to next message
tarundua
Messages: 1080
Registered: June 2005
Location: India
Senior Member


Even i want to know the reason.

regards,
tarun
Re: Import giving error [message #131302 is a reply to message #131265] Fri, 05 August 2005 04:16 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
post your oracle versions ( sourc and destination)
Is there a difference in NLS_LANG between the two databases?
Previous Topic: Do anyone have idea about standards for Oracle database utilisation levels.
Next Topic: is there a way to script a schema without toad??
Goto Forum:
  


Current Time: Thu Jul 04 05:48:54 CDT 2024