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

Home -> Community -> Usenet -> c.d.o.tools -> ORACLE LOADER and long

ORACLE LOADER and long

From: Dave epstein <no email>
Date: 2000/06/19
Message-ID: <a0tskso47hcsnagefd74bvi2n3t51cm46b@4ax.com>#1/1

I am trying to use oracle loader to populate a table

create table test

(ID				integer,
char_string			varchar2(25),
long_test			long

)

Everytime I try to insert more than 255 characters to a column, I get an error. Is there some switch that will enable me to load more than 255 characters.

Any help would be appreciated

dave Received on Mon Jun 19 2000 - 00:00:00 CDT

Original text of this message

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