SMETS Thomas wrote:
>Dear,
>
>
<snip>
>I then get the following error :
> ORA-01842 : not a invalid month ? ? ?
>
>Can someone tell me what the problem is ???
>
>
Hello,
I executed the following SQL with the latest Squirrel snapshot
(available on SF tomorrow) :
create table MY_TABLE (
ID NUMBER,
NR NUMBER ,
BODY BLOB ,
DESCRIPTION VARCHAR2(50),
CREATED_BY VARCHAR2(7),
CREATED_ON TIMESTAMP(6),
LAST_UPDATED_BY VARCHAR2(7),
LAST_UPDATED_ON TIMESTAMP(6)
)
insert into MY_TABLE
(ID, NR, BODY, DESCRIPTION, CREATED_BY, CREATED_ON, LAST_UPDATED_BY,
LAST_UPDATED_ON)
values (21, 2, null, 'Test', 'TEST', SYSDATE, 'TEST', SYSDATE);
Including the attached file (first 100 lines of a jpg-
copy_tables_short.jpg)
I don't receive any errors (see attached screenshot - blob_screenshot.jpg)
According to http://ora-01842.ora-code.com/ the error code you are
getting is from Oracle :
*ORA-01842:* quarter must be between 1 and 4
*Cause:* An invalid value was specified for the quarter of the year in
a date. The quarter (Q) must be between 1 and 4.
*Action:* Enter a value for quarter between 1 and 4.
I'm using Oracle 9i. Did you have an exception in your log file?
Rob Manning
CollabraSpace - Revolutionary Collaboration
Visit us at http://www.collabraspace.com
This message has been scanned for viruses by
ClamAV v0.83
|