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: Problem with table creation (tablespace)

Re: Problem with table creation (tablespace)

From: <krishnanand_at_hotmail.com>
Date: 1997/10/24
Message-ID: <877675561.16339@dejanews.com>#1/1

In article <877618284.24004_at_dejanews.com>,   decan_at_expertel.fr wrote:
>
> Hi folks,
>
> I'm a completely newbie concerning Oracle DBA and I have to test some
> database access from an application.
> I'm using Oracle 7.3.
>
> I was able once to create a sample table, but now that I have to create
> the 'real' test tables I get the following message :
>
> ERROR at line 1:
> ORA-00604: error occurred at recursive SQL level 1
> ORA-01655: unable to extend cluster SYS.C_OBJ# by 140 in tablespace SYSTEM
>
> whenever I try to create a table, even when I try with another user. It's
> just the same with user MANAGER.
>
> I'm completely stuck with this, any help will be appreciated.
>
> Thanks in advance...
>
> Nicolas Hatton
> DECAN RCE Paris
>
> PS: please answer by EMail as I don't have direct access to a NNTP server
> excepting DejaNews. Thanks.
>
> -------------------==== Posted via Deja News ====-----------------------
> http://www.dejanews.com/ Search, Read, Post to Usenet
Hi,

  Whenevr U get an error try "oerr ora <error number>" at command prompt as shown below. Basically UR space is exhausted

$oerr ora 01655 01655, 00000, "unable to extend cluster %s.%s by %s in tablespace %s" // *Cause: Failed to allocate an extent for cluster segment in tablespace. // *Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more // files to the tablespace indicated.

  U can refer the Manual for the exact syntax.

 Hope this helps.

Krish.

-------------------==== Posted via Deja News ====-----------------------
      http://www.dejanews.com/     Search, Read, Post to Usenet
Received on Fri Oct 24 1997 - 00:00:00 CDT

Original text of this message

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