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 -> Cann't create table???(Orcale 7.3.4.0)!!Please Help!

Cann't create table???(Orcale 7.3.4.0)!!Please Help!

From: Cincout <checkin_at_hongkong.com>
Date: Mon, 28 Sep 1998 22:52:29 +0800
Message-ID: <360FA2AD.8C66D7EC@hongkong.com>


Where I enter a SQL Command in the SQL*PLUS, I encounter a error message as follow.
I was checked the tablespace 'Trading' containing enough space (50M free space in a Data File).
I am use Oracle 7.3.4.0 on a WinNT 4.0 server. How can I solve the problem??

SQL> create table PHYSICAL_DEAL_ID_PRODUCT

  2  (DELETED                           VARCHAR2(1), 
  3   DEAL_ID_PRODUCT           VARCHAR2(2), 
  4   DESCRIPTION                    VARCHAR2(50)); 
create table PHYSICAL_DEAL_ID_PRODUCT
*
ERROR at line 1:
ORA-01536: space quota exceeded for tablespace 'TRADING' Received on Mon Sep 28 1998 - 09:52:29 CDT

Original text of this message

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