size of longnvarchar datatype (Datastage SQL Datatype)

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
userds
Participant
Posts: 19
Joined: Mon Feb 14, 2005 1:39 pm

size of longnvarchar datatype (Datastage SQL Datatype)

Post by userds »

Can anyone please let me know the size of longnvarchar SQL Datatype in Datastage 7.5 I am using this datatype in folder stage to retrieve an xml file which will then passed to xml input stage for loading into Oracle.

Using this datatype longnvarchar what will be the maximum size of file we can retrieve.

Thanks.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I think the LongVarChar is limited to 2Gb per Oracle, so that will be what DS limits it to. If you are still on an old-style disk system with a 2Gb file limit then your longvarchar limit in XML will be somewhat smaller than that - due to the XML text surrounding the string.
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
I never seen a folder stage passing a bigger file then several hunderds of MB.
It is configurable or system dependant (I don't know how :() I assume since different machines had different thresh-holds.

Test the folder stage with large file to see your limit.

I'd recommend trying to use URLs, if you can, instead of folder stage.

IHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
Post Reply