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 -> Re: Oracle DataType equivalent to SQL double

Re: Oracle DataType equivalent to SQL double

From: <sunny076_at_yahoo.com>
Date: 8 Sep 2005 11:04:35 -0700
Message-ID: <1126202675.591660.147520@g44g2000cwa.googlegroups.com>


Hi,

Here is the syntax I used:

CREATE TABLE TEST_DOUBLE(F1 FLOAT(126)); INSERT INTO TEST_DOUBLE (1.02108663734188E+305); The error is "ORA-01426: numeric overflow".

I am having Oracle 9i.

I would appreciate if anyone can help me.

Sunny Received on Thu Sep 08 2005 - 13:04:35 CDT

Original text of this message

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