Home » Infrastructure » Windows » Oracle Error - ORA-01401: inserted value too large for column -- while processing OCI function OEXEC
Oracle Error - ORA-01401: inserted value too large for column -- while processing OCI function OEXEC [message #143781] Sat, 22 October 2005 07:57 Go to next message
todde07143
Messages: 2
Registered: October 2005
Junior Member
I'm getting the above error when logging into my work oracle pages from my new home computer. I have downloaded Jinitiator like my help desk told me, but that hasn't worked. Any ideas?

thanks
todd
Re: Oracle Error - ORA-01401: inserted value too large for column -- while processing OCI function O [message #144153 is a reply to message #143781] Tue, 25 October 2005 05:14 Go to previous messageGo to next message
todde07143
Messages: 2
Registered: October 2005
Junior Member
Can't anyone help? I'm desperate

thanks in advance!

todd
Re: Oracle Error - ORA-01401: inserted value too large for column -- while processing OCI function O [message #144220 is a reply to message #144153] Tue, 25 October 2005 09:24 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
>>Oracle Error - ORA-01401: inserted value too large for colum
It is a very generic error.
At some point your 'operation' is trying to insert something into an oracle table. The inserted value is too big to fit it.
This is how the error is occuring
  1* create table foo (name varchar2(4))
scott@9i > /

Table created.

scott@9i > insert into foo values ('Name');

1 row created.

scott@9i >  insert into foo values ('AnotherName');
 insert into foo values ('AnotherName')
                         *
ERROR at line 1:
ORA-01401: inserted value too large for column


>>when logging into my work oracle pages
I dont understand what you mean here.
May be you are using a different client / version and the OCI application is not very happy about it.
Previous Topic: copy / past database
Next Topic: Client install on Windows XP SP2
Goto Forum:
  


Current Time: Fri Apr 19 16:04:57 CDT 2024