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? 

- Kirti 

-----Original Message-----
Sent: Wednesday, March 19, 2003 5:24 AM
To: Multiple recipients of list ORACLE-L


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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Deshpande, Kirti
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to