OCI has fetched truncated data
Moderators: chulett, rschirm, roy
OCI has fetched truncated data
Does anyone know what this message means? I get this as a warning when I fetch data from a Siebel table.
Search this forum for your entire message and you'll turn up several discussions on the topic. As Ken mentions, you've specified at least one of your fields as being 'too small' in the OCI stage metadata, and OCI had to 'truncate' it to bring it back.
Now, this can be a field declared as a NUMBER in Oracle. Not NUMBER(xx) but NUMBER with no precision. Setting the display size to the default of 38 can cause the problem and upping it to 40 generally fixes it. You can also encounter the problem when sourcing LONG fields.
Anything like that going on?
Now, this can be a field declared as a NUMBER in Oracle. Not NUMBER(xx) but NUMBER with no precision. Setting the display size to the default of 38 can cause the problem and upping it to 40 generally fixes it. You can also encounter the problem when sourcing LONG fields.
Anything like that going on?
-craig
"You can never have too many knives" -- Logan Nine Fingers
"You can never have too many knives" -- Logan Nine Fingers
