Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Urgent - ORA-03001 Error While creating BLOB in 9.0.1 ?!
There was an issue in 9.0.1.0 with BLOB and ASSM feature. It was rectified in 9.0.1.2.
Are you sure the Oracle version is *exactly* the same? And that the machine B, is not missing any Oracle patches applied to machine A?
-----Original Message-----
From: Scott Nealy [mailto:my0racle_at_lycos.com]
Sent: Wednesday, March 19, 2003 5:24 AM
To: Multiple recipients of list ORACLE-L
Subject: Urgent - ORA-03001 Error While creating BLOB in 9.0.1 ?!
Guys,
CREATE TABLE "NAO"."MSG" (
"MEMNO" NUMBER(10, 0),
"PROFNO" NUMBER(10, 0),
"NAME" VARCHAR2(20),
"AGE" VARCHAR2(10),
"SEX" NUMBER(1, 0),
"JANLNO" NUMBER(5, 0),
"SUBJECT" VARCHAR2(50),
"CONTENT" VARCHAR2(500),
"DELFLAG" NUMBER(1, 0) DEFAULT 0,
"POSTDATE" DATE DEFAULT SYSDATE,
"EXPDATE" DATE,
"POSTNO" NUMBER(10, 0),
"REFCNT" NUMBER(5, 0) DEFAULT 0,
"PREF" VARCHAR2(10),
"AREA" NUMBER(2, 0),
"SBSTCNT" NUMBER(5, 0) DEFAULT 0,
"SENDFLG" NUMBER(1, 0) DEFAULT 0,
"REPLYCNT" NUMBER(5, 0) DEFAULT 0,
"CHKFLG" NUMBER(1, 0) DEFAULT 0,
"ENTPC" VARCHAR2(10),
"STOPFLG" NUMBER(5, 0) DEFAULT 0,
"PARENT" NUMBER(10, 0),
"PIC" BLOB,
"PICUPFLG" NUMBER(1, 0) DEFAULT 0
) TABLESPACE "CANDY03"
When i create this table on machine A,i get the error below:
ORA-03001: unimplemented feature
if i remove the BLOB column from the SQL , it works fine on machine A.
whereas,
this works on another machine B with the same o/s and oracle set up.
i wonder why ?
Can you let me know the reason ?
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Scott Nealy INET: my0racle_at_lycos.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Mar 19 2003 - 08:04:38 CST
![]() |
![]() |