Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Loading a large text string

Re: Loading a large text string

From: Olaf Naumann <ONaumann_at_netcologne.de>
Date: 1998/01/13
Message-ID: <34bbb08e.554872@news.netcologne.de>#1/1

On Sun, 11 Jan 1998 22:40:15 -0800, "Rudy Aceves" <raceves_at_vengrp.com> wrote:
>The error I keep getting is the string literal is too long. The LONG
>field is supposed to hold up to 2GB of data. So I believe it's a
>limitation of the plus33.exe/sqlplus utility for Windows.
>
>Has anyone run into this problem before? Any work arounds?

i had a similar problem with Visual C++ connecting to oracle via odbc. there is a maximun size for long field coded in the C++ because a char[MAXSIZE] is needed. (when you have to, you can change this size)

olaf Received on Tue Jan 13 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US