MSDAORA Driver Max String Length

  • I am running into a WALL.

    I am sending strings to ORACLE thru a Linked Server using MSDAORA.

    I have used this connection for many transactions without a problem.

    I have a 11K string to send and it is telling me the MAX LENGTH is 8K.

    Does anyone know if there is an updated driver or a way around this other than the obvious....SHORTEN THE STRING.

    Regards

    Michael Hilligas

  • Hi Michael,

    I guess the Oracle type you are using Varchar2() Varchar2 is limited by default to 4Kbyte characters.

    I just see one workaround: Convert the string to the Oracle CLOB type

    See also: http://download.oracle.com/docs/cd/B12037_01/server.101/b10759/sql_elements001.htm

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply