ORA-01461

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

ORA-01461

Post by pavan_test »

Hi All,

I am running a data stage job in 8.0.1. all my input and output stages are
oracle enterprise endition stages.
none my columns in my input and output stages are long or nchar or nvarchar

however wen i run my job it is aborting with this error at the output oracle stage;

sqlcode is: -1461
esql complaint: ORA-01461: can bind a LONG value only for insert into a LONG column

my OS is aix 5.3. data stage version 8.0.1. database 10g

please give me suggestions;

thanks
mark
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

Re: ORA-01461

Post by pavan_test »

my dba says it is datastage problem since he is able to update/insert into the same database.

please give me suggestions

thanks
Mark
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

Re: ORA-01461

Post by pavan_test »

can anyone please give me advice me.

thanks
mark
mystuff
Premium Member
Premium Member
Posts: 200
Joined: Wed Apr 11, 2007 2:06 pm

Post by mystuff »

Looks like a mismatch of datatype.

In the oracle stage, you might be having a datatype for a field defined as long. But in the database same field is of different datatype.
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

ORA-01461

Post by pavan_test »

I verified the data types of all the columns in my datastage job (target stage:Oracle Enterprise Edition) and i did not find any column with data types long,nchar or nvarchar.

i also verified data types for all the columns in the target database table and none of them are long.

the data stage job is working fine in data stage 752 version but aborts in data stage 8.0.1 version.

Thanks
Mark
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Then it seems you need to report this as a bug, see if this is a known issue and if there is patch available for it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

ORA-01461

Post by pavan_test »

i did not find any information regarding varchar in the release notes :(

Thanks
Mark
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

ORA-01461

Post by pavan_test »

i did not find any information regarding varchar in the release notes :(

Thanks
Mark
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

Re: ORA-01461

Post by pavan_test »

Can anyone please suggest me if you have encountered such errors with oracle enterprise edition as target stage in 8.0.1 version. please suggest me what did you do to resolve it.

The same job was successful in data stage version 7.5.2

Thanks
Mark
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I suggested you open a case with your official support provider, not read the release notes. Although that wasn't a bad idea but it certainly isn't the only thing to do.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply