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 -> Re: Creating table with BLOB

Re: Creating table with BLOB

From: Sybrand Bakker <gooiditweg_at_sybrandb.nospam.demon.nl>
Date: Wed, 08 Oct 2003 18:34:38 +0200
Message-ID: <c2f8ov8nk10eht1qqj1058kquuqsnh4l7o@4ax.com>


On Wed, 8 Oct 2003 18:28:17 +0200, "Moritz Klein" <mklein_at_students.uni-mainz.de> wrote:

>Hello NG,
>i just figured out a problem regarding BLOBs and i am searching to find a
>solution, but using google did not help any further. I am running Oracle 9i
>Enterprise on Suse 8.0. Creating a table in the USERS tablespace just works
>fine, but other tablespaces do not work. Here is a short example i did for
>illustrating the problem:
>
>-----------------------------------------------------------
>Verbunden mit:
>Oracle9i Enterprise Edition Release 9.0.1.0.0 - Production
>With the Partitioning option
>JServer Release 9.0.1.0.0 - Production
>
>SQL> create table blob_a (b blob) tablespace users;
>
>Tabelle wurde angelegt.
>
>SQL> create table blob_b (b blob) tablespace yazd;
>create table blob_b (b blob) tablespace yazd
>*
>FEHLER in Zeile 1:
>ORA-03001: Funktion nicht implementiert
>------------------------------------------------------
>
>Maybe someone can help me with this?
>
>Many thanks in advance
> Moritz
>

please type
oerr ora 3001
before posting
and work from there.
Please try to avoid to show you are lazy. Once you leave the uni, this attitude is going to harm you.

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed Oct 08 2003 - 11:34:38 CDT

Original text of this message

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