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 -> "ORA-01843: not a valid month"

"ORA-01843: not a valid month"

From: Jerome Poirier <jerome.poirier_at_lip6.fr>
Date: 2000/06/05
Message-ID: <CjS_4.1354$qY.2729009@nnrp4.proxad.net>#1/1

Hello,

Trying to use JDBC to access a database Oracle 8i, I have somme trouble with dates. The following SQL statement works great with SQL+, but an error occurs when send with JDBC : "insert into V1 values ('05/06/00', ...)", where V1 is a view :

Create or Replace View V1 as
Select d, ...
From T1;

Create Table T1 (

    d DATE,
    ...
);

The error is "ORA-01843: not a valid month".

Do you have an idea ?

Thank you
Jerome Poirier
jerome.poirier_at_lip6.fr Received on Mon Jun 05 2000 - 00:00:00 CDT

Original text of this message

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