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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Urgent - ORA-03001 Error While creating BLOB in 9.0.1 ?!

RE: Urgent - ORA-03001 Error While creating BLOB in 9.0.1 ?!

From: Deshpande, Kirti <kirti.deshpande_at_verizon.com>
Date: Wed, 19 Mar 2003 08:04:38 -0600
Message-Id: <24715.322361@fatcity.com>


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 ?



Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year. http://login.mail.lycos.com/brandPage.shtml?pageId=plus&ref=lmtplus
-- 
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

Original text of this message

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