I am trying to insert 'RADR cycle-dt='
|| TO_CHAR (pk_mbr_global.g_cycle_dat
|| ', au-id='
|| p_assistance_unit_id
|| ', run-sid='
|| p_interface_run_sid
|| ', recnum='
|| p_record_no;
where p_assistance_unit_id is number and p_interface_run_sid
is also number and p_record_no is also number and pk_mbr_global.g_cycle_date
My database is 10g. characet set on database is PARAMETER VALUE
NLS_NCHAR_CHARACTERSET AL16UTF16
NLS_CHARACTERSET WE8ISO8859P1.
This is happening is batch job while we processing million records from staging tablea and inserting into taget tables based on rules
This worked fine in other environments but failed in this environment.
Main Topics
Browse All Topics





by: ravindran_eeePosted on 2009-07-31 at 05:02:16ID: 24987967
What is the value that you are trying to insert? What is the characterset of your database?
It really depends on the characterset of your dataset. Remember that maximum length is 1000 bytes. Some characters might be represented by more than one byte.