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

Home -> Community -> Usenet -> c.d.o.misc -> Oracle text loading limitation?

Oracle text loading limitation?

From: Kristian Rickert <krickert_at_integrationware.com>
Date: Fri, 16 Jul 1999 13:04:26 -0500
Message-ID: <378F742A.876159F6@integrationware.com>


I was wondering if there was a limit that the Oracle server 8.0.3 has with loading in data.

I've heard that the size to load in a string is 4K. Is this the case? Are there data types that can process a SQL statement that allows the data to be longer than 4k?

For example:

INSERT INTO "test" (testcol)

    VALUES
        (' Imagine that this is over 4K worth of data');

Any help will be appreciated.

Kristian Received on Fri Jul 16 1999 - 13:04:26 CDT

Original text of this message

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