ORA-01536

two weeks ago i upgrade oracle 9i r2 to 10g r2. the database seems fine until today i received error
ORA-01536 space quota exceeded for tablespace 'xxx'
the tablespace is only 20% filled and the user for that tablespace already granted RESOURCE and UNLIMITED TABLESPACE.
do i miss something?
thank you in advance.

There may be dependent objects for the table you trying to manupulate . Try to f
Find out out dependent objects -
1 select NAME,TYPE from dba_dependencies where
REFERENCED_NAME='table name'
2. If found, find the owner of the objects.
select owner , objects_name from dba_objects where objcects = 'dependent_objects'
3 Grant unlimited quota to that user.
grant unlimited tablespace to <user> ;
hare krishna
Alok

Similar Messages

  • ORA-01536: space quota exceeded for tablespace 'SYSTEM'

    Hi All,
    Please help me to understand the below issue. I am trying to create a table as below. Connected as APPS user.
    SQL>create table test_ts(id number) tablespace APPS_TS_TX_DATA
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01536: space quota exceeded for tablespace 'SYSTEM'
    ORA-06512: at line 2
    Below are the details of the user
    SQL>select * from user_ts_quotas
            where  tablespace_name = 'APPS_TS_TX_DATA'
    TABLESPACE_NAME     BYTES     MAX_BYTES     BLOCKS     MAX_BLOCKS
    APPS_TS_TX_DATA     929038336     -1     113408     -1
    SQL>select * from user_ts_quotas
            where  tablespace_name = 'SYSTEM'
    No Rows Returned.

    Hi,
    Thanks for the response. There is no QUOTA defined for SYSTEM user, so it is UNLIMITED, No?
    Below are the details of "SYSTEM" tablespace. Is there any issue with this?
    TABLESPACE_NAME           BLOCK_SIZE  INITIAL_EXTENT       NEXT_EXTENT           MIN_EXTENTS            MAX_EXTENTS         
    SYSTEM                  8192               16384         16384                1                     505

  • ORA-01536 on unknown tablespace

    HI All,
    I am trying to create a materialized view, from a table on a remote database via a dblink.
    However, I am getting an ORA-01536 error message and oracle is not telling me which tablespace is the problem. The exact error message is:
    ORA-01536: space quota exceeded for tablespace ''
    When I check dba_ts_quotas, I find that my username is not included, and the only tablespace mentioned is SYSAUX (for DMSYS, SYSMAN and OLAPSYS)
    Any suggestion greatly appreciated.
    Thanks
    Gavin

    This would also happen if your account earlier had the RESOURCE role granted to it but the role has since been revoked.
    RESOURCE allowed you to create objects as it includes the UNLIMITED_TABLESPACE privilege.
    Once that is revoked, you need explicit quotas or QUOTA UNLIMITED ON the specific tablespace(s).
    Hemant K Chitale
    http://hemantoracledba.blogspot.com

  • ORA-01536: Tablespace Quota Error...

    Hi all,
    I am testing a SQL script to one of my databases. After several tests, I receive the ORA-01536: Tablespace quota has been reached for tablespace "USERS".
    This doesn't look reasonable since the user is SYSDBA with unlimited tablespace privilege and both tablespaces I tried are about 20% full with unlimited autoextend option.
    What am I doing wrong? Please help me...
    Thanks in advance...

    This doesn't look reasonable since the user is SYSDBA Is this user the owner of the table you are inserting into? The tablespace quotas enforced are the ones assigned to the table owner not the inserter. If this is the case you need to grant a larger quota to the table owner, using the command Chris posted.
    By the way, I think running scripts as a SYSDBA user is dangerous - these are powerful accounts in their own right and should be used as little as possible. Also, tests by a SYSDBA user don't prove anything if the script has to be run by a non-SYSDBA account.
    By the way #2, I don't think anybody should be given the UNLIMITED TABLESPACE privilege. That's just asking for trouble. Same applies to the RESOURCE role.
    Cheers, APC

  • Ora - 01536 Tablespace Quota

    I am getting an error
    ORA - 01536 : Space Quota exceeded for tablespace 'Tablespacename';
    I have tried options like
    alter user <username> quota unlimited on <Tablespacename>;
    Grant resource to <username>;
    I am still getting the same error
    Please can any one help me
    Lakshmi Nar

    Perhaps you are giving quota in the wrong tablespace. Can you post the complete error ?
    Perhaps that user is trying to stored objects in another tablespace different than its default tablespace.
    Joel Pérez

  • ORA-01536 Space Quota with resource and unlimited tablespace privilege

    Good morning.
    I've got the following error ORA-01536: space quota exceeded for tablespace, but my owner has the following grants:
    - RESOURCE
    - UNLIMITED TABLESPACE
    The tablespace transaction has allocated 150GB and when it's about 90% of space used the error occurs, but we have auto extend in all tablespaces.
    My environment:
    Oracle Database 10.2.0.2
    RAC - ASM
    Server Red Hat release 4
    Best Regards,
    Rafael Ceolim

    jgarry wrote:
    Check the ddl for all objects in the tablespace. There was a thread yesterday where an unused partitioned index had part of it's data in an offline tablespace, or something like that. You might also look at dba_segments for the objects too, in case something is just not where you expect.tanks jgarry for your reply.

  • Enough space, unlimited tablespace ,why faces the error ORA-01536

    the error happened the production database.the case is that enough space, unlimited tablespace for the table owner,but the table index has another owner,the index has a tablespace,the error happened on the index which was in the tablespace. at that time,we were worried,because the error had affected the foregrounding,then we execuated "ALTER USER the table_owner QUOTA <integer> [K/M] ON <tablespacename>;" but now i make a test which reappeared the error,the error has reappeared,but i execuated ALTER USER the table_owner QUOTA <integer> [K/M] ON <tablespacename>; " the error still hanppened. so i don't know if i make a mistak to decide the production database error??? please tell me why ,thank you !

    01536, 00000, "space quota exceeded for tablespace '%s'"
    // *Cause:  The space quota for the segment owner in the tablespace has
    //          been exhausted and the operation attempted the creation of a
    //          new segment extent in the tablespace.
    // *Action: Either drop unnecessary objects in the tablespace to reclaim
    //          space or have a privileged user increase the quota on this
    //          tablespace for the segment owner.
    ALWAYS
    Post Operating System (OS) name & version for DB server system.
    Post results of
    SELECT * from v$version
    or post Oracle version to 4 decimal places

  • DRM 11.1.13 - ORA-01536 space quota exceeded for tablespace "DRM_INDEX"

    Hello,
    Are there any guidelines or recommendations on how to size the index tablespace of the DRM repository? We keep running out of space, it is now set to 10GB. We have hierarchies with 100,000+ nodes in about 6 versions, several exports with queries. Is there any way to cleanup what is causing the index tablespace to grow?
    Thank you,

    Hi iam new to drm ,installed on my lappi,and when i try to configure,i am understanding the the pre-requisites
    Oracle Database Prerequisitesl If you are using an Oracle RAC database system, you must create the tablespaces with the
    appropriate RDBMS software prior to installation.
    Whether the scripts are run automatically or manually, the user must be logged in as
    SYSTEM. When you manually execute the database scripts, the DRM_DB user is created in
    the RDBMS (if it does not already exist). The DRM_DB user is assigned a default tablespace
    of DRM_DATA and must have access rights to the following items:
    Default tablespace (usually DRM_DATA)
    UNLIMITED TABLESPACE
    CONNECT
    CREATE ANY SEQUENCE
    CREATE USER
    ALTER USER
    ====================================================
    When you manually execute the database scripts, the user is logged in as the schema owner
    which, has a default tablespace of DRM_DATA. This user must have access rights to the
    following items:
    m Default tablespace (usually DRM_DATA) — this can be done after the install if the
    tablespaces were not created.
    UNLIMITED TABLESPACE
    DBA
    CONNECT
    CREATE ANY SEQUENCE
    CREATE USER
    ALTER USER
    =========================================================
    according to the previous understanding of hyperion modules.this time i created a new user "DRM_DATA" under orcl DB
    and provide him dba,connct,view,procedure,trigger,session roles..
    and when i try to configure it then it states some error////// yur drm_data not have drm prerequisites.

  • 1536 ORA-01536: space quota exceeded for tablespace

    I am trying to update a record in the particular table.. its keep saying the above error msg.. I have extended the table space segment, but still am getting the same error.
    Can some one have any idea on this..
    Thanks in advance

    Hi,
    execute the following statement form system
    SQL> alter user <username> quota unlimited on < tablespace_name> ;
    this will allow you to use this tablespace.
    -Mohan
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Joekan:
    I am trying to update a record in the particular table.. its keep saying the above error msg.. I have extended the table space segment, but still am getting the same error.
    Can some one have any idea on this..
    Thanks in advance<HR></BLOCKQUOTE>
    null

  • RDF ORA-05136 error space quota exceeded for tablespace

    Hi,
    I'm having a hard time finding the root cause of this error. My users have unlimited space and the tablespace has a starting 10gb space and expands with 1gb increments. This happens when I try to insert an array of triples where the objects are clobs.

    Hi User,
    Direct From the Manual,
    ORA-01536: space quota exceeded for tablespace 'string'.
    Cause: The space quota for the segment owner in the tablespace has been exhausted and the operation
    attempted the creation of a new segment extent in the tablespace.
    Action: Either drop unnecessary objects in the tablespace to reclaim space or have a privileged
    user increase the quota on this tablespace for the segment owner.

  • Error while deploying a JAR-File into 8i !

    Hello to all Oracle experts,
    At the attempt to deploy a Jar file into the 8i the following
    error message comes onto Shell level:
    initialization complete
    loading : com/sun/xml/tree/XmlDocumentBuilder
    ORA-01536: space quota exceeded for tablespace 'PROCON_DATA'
    Error while loading com/sun/xml/tree/XmlDocumentBuilder
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at "SYS.DBMS_LOB", line 700
    ORA-06512: at "PROCON.LOADLOBS", line 1
    ORA-06512: at line 1
    creating : com/sun/xml/tree/XmlDocumentBuilder
    Error while creating class com/sun/xml/tree/XmlDocumentBuilder
    ORA-29509: incorrectly formed Java binary class definition
    The command was:
    loadjava -user procon/procon@t2srv1:1521:PROCON -thin -verbose -schema PROCON xml_un.jar
    It would please me if somebody has an idea to this error !
    null

    Hi Olivier,
    you could try the following approach:
    1. Package your JAR files as J2EE Engine libraries and deploy them on it as described here: <a href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/2ade3fc6c6ec06e10000000a1550b0/frameset.htm">Working with J2EE Libraries</a>.
    2. Set reference to this library from the application that use them. Depending on your application, refer to the appropriate documentation:
    -- reference from a J2EE app -> see <a href="http://help.sap.com/saphelp_nw04/helpdata/en/15/d5d93fe80fed06e10000000a1550b0/frameset.htm">Referencing Libraries in Applications</a>
    -- reference from a portal app -> see <a href="http://help.sap.com/saphelp_nw04/helpdata/en/02/788540ae1dbb4de10000000a1550b0/frameset.htm">Referencing Elements</a>
    Hope that helps!

  • (V9I) ORACLE 9I NEW FEATURE : RESUMABLE SPACE ALLOCATION

    제품 : ORACLE SERVER
    작성날짜 : 2002-11-01
    (V9I) ORACLE 9I New Feature : Resumable Space Allocation
    =====================================================
    PURPOSE
    Oracle9i New Feature 인 Resumable Space Allocation 에 대해
    알아보도록 한다.
    Explanation
    Resumable Space Allocation 은 다음과 같은 새로운 Space allocation
    이 발생되어야 할 시점에 에러를 바로 발생하지 않고 어느정도의 Time 을 준뒤
    Admin에게 이를 알림으로써 수행중인 Transaction rollback 되지 않고 계속적으로
    진행할 수 있도록 하는 기능이다.
    Query 수행시 다음과 같은 원인으로 에러가 발생하면서 query 수행이 중지된다.
    1) Out of space condition
    2) Maximum number of extents reached condision
    3) Space quota exceeded condition
    그러나 9I 에서 Resumable Space Allocation Operations을 설정하게 되면
    alertSID.ora file에 suspend 되는 메세지와 함께 설정한 timeout 까지 hang 상태가
    발생된다. 만약 timeout 초과시엔 에러가 발생하면서 transaction은 rollback 된다.
    alertSID.ora 메세지예)
    Wed Mar 14 11:14:17 2001
    statement in resumable session 'User SCOTT(54), Session 9, Instance 1' was
    suspended due to
    ORA-01631: max # extents (5) reached in table SCOTT.TEST_RESUMABLE
    Example
    다음은 Resumable Space Allocation Operations 을 설정하기 위해서는 RESUMABLE 을
    ENABLE 시키고 또는 DBMS_RESUMABLE package를 이용한다.
    1) RESUMABLE system privilege 부여
    SQL> connect system/manager
    Connected.
    SQL> grant resumable to scott;
    Grant succeeded.
    2) session level에서 RESUMABLE enable 시키기
    SQL> alter session enable resumable;
    Session altered.
    This can be set automatically through an AFTER LOGON trigger.
    SQL> create or replace trigger logon_set_resumable
    2 after logon
    3 on scott.schema
    4 begin
    5 execute immediate 'alter session enable resumable timeout 1200';
    6 end;
    7 /
    Trigger created.
    3) 생성한 TEST_RESUMABLE table 에 insert 작업
    -> insert 시에 hang 현상 발생(transaction rollback은 이루어지지 않는다.)
    -> alert.log에 suspend message 확인
    -> 만약 설정한 timeout 초과시 에러 발생되면서 transaction rollback
    a. Displaying the DBA_RESUMABLE view(DBA_RESUMABLE view에서 suspend 확인)
    SQL> select user_id,SESSION_ID, STATUS, START_TIME, SUSPEND_TIME,
    2 SQL_TEXT, ERROR_NUMBER, ERROR_MSG
    3 from dba_resumable;
    USER_ID SESSION_ID STATUS START_TIME SUSPEND_TIME
    SQL_TEXT
    ERROR_NUMBER
    ERROR_MSG
    54 9 SUSPENDED 03/14/01 10:49:25 03/14/01 11:14:17
    insert into test_resumable select * from test_resumable
    1631
    ORA-01631: max # extents (5) reached in table SCOTT.TEST_RESUMABLE
    b. In alert.log file(alert.log에서 message 확인)
    Wed Mar 14 11:14:17 2001
    statement in resumable session 'User SCOTT(54), Session 9, Instance 1' was
    suspended due to
    ORA-01631: max # extents (5) reached in table SCOTT.TEST_RESUMABLE
    c. The statement may issue the following error when the timeout set for the
    session has expired(timeout 초과시 transaction rollback 되면서 에러 발생)
    SQL> insert into test_resumable values (1);
    insert into test_resumable values (1)
    ERROR at line 1:
    ORA-30032: the suspended (resumable) statement has timed out
    ORA-01536: space quota exceeded for tablespace 'EXAMPLE'
    4) The DBA now knows why the session hangs, and needs to find which action to
    take to alleviate the ora-1631 error(DBA는 timeout 이 발생하기 전에 에러 발생)
    SQL> connect system/manager
    Connected.
    SQL> alter table scott.test_resumable storage (maxextents 8);
    Table altered.
    SQL> select user_id,SESSION_ID, STATUS, START_TIME, RESUME_TIME,
    2 SQL_TEXT, ERROR_NUMBER, ERROR_MSG
    3 from dba_resumable;
    USER_ID SESSION_ID STATUS START_TIME RESUME_TIME
    SQL_TEXT
    ERROR_NUMBER
    ERROR_MSG
    54 9 NORMAL 03/14/01 10:49:25 03/14/01 11:24:02
    insert into test_resumable select * from test_resumable
    0
    5) If the session does not need to be in resumable state, the session can
    disable the resumable state(더이상 resumable 기능 사용하지 않을 경우 disable 시키기)
    SQL> alter session disable resumable;
    Session altered.
    SQL> select user_id,SESSION_ID, STATUS, START_TIME, RESUME_TIME,
    2 SQL_TEXT, ERROR_NUMBER, ERROR_MSG
    3 from dba_resumable;
    no rows selected
    Reference Document
    Note. 136941.1 Using RESUMABLE Session to Avoid Transaction Abort Due to Space Errors

    제품 : ORACLE SERVER
    작성날짜 : 2002-11-01
    (V9I) ORACLE 9I New Feature : Resumable Space Allocation
    =====================================================
    PURPOSE
    Oracle9i New Feature 인 Resumable Space Allocation 에 대해
    알아보도록 한다.
    Explanation
    Resumable Space Allocation 은 다음과 같은 새로운 Space allocation
    이 발생되어야 할 시점에 에러를 바로 발생하지 않고 어느정도의 Time 을 준뒤
    Admin에게 이를 알림으로써 수행중인 Transaction rollback 되지 않고 계속적으로
    진행할 수 있도록 하는 기능이다.
    Query 수행시 다음과 같은 원인으로 에러가 발생하면서 query 수행이 중지된다.
    1) Out of space condition
    2) Maximum number of extents reached condision
    3) Space quota exceeded condition
    그러나 9I 에서 Resumable Space Allocation Operations을 설정하게 되면
    alertSID.ora file에 suspend 되는 메세지와 함께 설정한 timeout 까지 hang 상태가
    발생된다. 만약 timeout 초과시엔 에러가 발생하면서 transaction은 rollback 된다.
    alertSID.ora 메세지예)
    Wed Mar 14 11:14:17 2001
    statement in resumable session 'User SCOTT(54), Session 9, Instance 1' was
    suspended due to
    ORA-01631: max # extents (5) reached in table SCOTT.TEST_RESUMABLE
    Example
    다음은 Resumable Space Allocation Operations 을 설정하기 위해서는 RESUMABLE 을
    ENABLE 시키고 또는 DBMS_RESUMABLE package를 이용한다.
    1) RESUMABLE system privilege 부여
    SQL> connect system/manager
    Connected.
    SQL> grant resumable to scott;
    Grant succeeded.
    2) session level에서 RESUMABLE enable 시키기
    SQL> alter session enable resumable;
    Session altered.
    This can be set automatically through an AFTER LOGON trigger.
    SQL> create or replace trigger logon_set_resumable
    2 after logon
    3 on scott.schema
    4 begin
    5 execute immediate 'alter session enable resumable timeout 1200';
    6 end;
    7 /
    Trigger created.
    3) 생성한 TEST_RESUMABLE table 에 insert 작업
    -> insert 시에 hang 현상 발생(transaction rollback은 이루어지지 않는다.)
    -> alert.log에 suspend message 확인
    -> 만약 설정한 timeout 초과시 에러 발생되면서 transaction rollback
    a. Displaying the DBA_RESUMABLE view(DBA_RESUMABLE view에서 suspend 확인)
    SQL> select user_id,SESSION_ID, STATUS, START_TIME, SUSPEND_TIME,
    2 SQL_TEXT, ERROR_NUMBER, ERROR_MSG
    3 from dba_resumable;
    USER_ID SESSION_ID STATUS START_TIME SUSPEND_TIME
    SQL_TEXT
    ERROR_NUMBER
    ERROR_MSG
    54 9 SUSPENDED 03/14/01 10:49:25 03/14/01 11:14:17
    insert into test_resumable select * from test_resumable
    1631
    ORA-01631: max # extents (5) reached in table SCOTT.TEST_RESUMABLE
    b. In alert.log file(alert.log에서 message 확인)
    Wed Mar 14 11:14:17 2001
    statement in resumable session 'User SCOTT(54), Session 9, Instance 1' was
    suspended due to
    ORA-01631: max # extents (5) reached in table SCOTT.TEST_RESUMABLE
    c. The statement may issue the following error when the timeout set for the
    session has expired(timeout 초과시 transaction rollback 되면서 에러 발생)
    SQL> insert into test_resumable values (1);
    insert into test_resumable values (1)
    ERROR at line 1:
    ORA-30032: the suspended (resumable) statement has timed out
    ORA-01536: space quota exceeded for tablespace 'EXAMPLE'
    4) The DBA now knows why the session hangs, and needs to find which action to
    take to alleviate the ora-1631 error(DBA는 timeout 이 발생하기 전에 에러 발생)
    SQL> connect system/manager
    Connected.
    SQL> alter table scott.test_resumable storage (maxextents 8);
    Table altered.
    SQL> select user_id,SESSION_ID, STATUS, START_TIME, RESUME_TIME,
    2 SQL_TEXT, ERROR_NUMBER, ERROR_MSG
    3 from dba_resumable;
    USER_ID SESSION_ID STATUS START_TIME RESUME_TIME
    SQL_TEXT
    ERROR_NUMBER
    ERROR_MSG
    54 9 NORMAL 03/14/01 10:49:25 03/14/01 11:24:02
    insert into test_resumable select * from test_resumable
    0
    5) If the session does not need to be in resumable state, the session can
    disable the resumable state(더이상 resumable 기능 사용하지 않을 경우 disable 시키기)
    SQL> alter session disable resumable;
    Session altered.
    SQL> select user_id,SESSION_ID, STATUS, START_TIME, RESUME_TIME,
    2 SQL_TEXT, ERROR_NUMBER, ERROR_MSG
    3 from dba_resumable;
    no rows selected
    Reference Document
    Note. 136941.1 Using RESUMABLE Session to Avoid Transaction Abort Due to Space Errors

  • Problem in create query

    Hai good afternoon to all,
    When i execute create query in oracle9i{create table t1 as(select * from t6)}
    it shown error like that
    ERROR at line 1:
    ORA-01536: space quota exceeded for tablespace 'SYSTEM'
    Please tell me the solution..

    Hi
    You are using the SYSTEM tablespace as your default tablespace
    Tell your DBA to use some other tablespace
    Using SYSTEM tablespace as default tablespace is a bad idea

  • Error importing 11.2.0.1 export to 11.2.0.3

    Hi all,
    we have two machines. let's call them db_1 and db_2.
    db_1 has version 11.2.0.1, db_2 is a clone of db_! and has been updated by our dba to 11.2.0.3.
    Now I need move a schema with its data from db_1 to db_2.
    I used datapump for creating the export using the following command:
    expdp DIRECTORY=DATA_PUMP_DIR DUMPFILE=XY_11.2.0.1_20130110_1217.expdp LOGFILE=XY_11.2.0.1_20130110_1217.expdp.log SCHEMAS=XY
    I can see no errors in the logfile.
    The exp-Log says: Master-Tabelle "XY"."SYS_EXPORT_SCHEMA_01" erfolgreich geladen/entladen -> so, everything is fine.
    Now I tried to import the dump to db_2 by using this command:
    impdp LOGFILE=XY_11.2.0.1_20130110_1217.expdp.log REMAP_TABLESPACE='XY_PERM':'XYZ_PERM', REMAP_SCHEMA='XY':'XYZ' SCHEMAS='XY' DIRECTORY=DATA_PUMP_DIR DUMPFILE=XY_11.2.0.1_20130110_1217.expdp
    I got the following errors (sorry, I only have German error messages):
    Import: Release 11.2.0.3.0 - Production on Thu Jan 10 12:46:22 2013
    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
    Username: XYZ
    Password:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    ORA-39006: Interner Fehler
    ORA-39068: Ungultige Master-Tabellendaten in Zeile mit PROCESS_ORDER=-4 -> now I got an error with the master table, which was fine in the export
    ORA-01536: Speicherplatz-Zuteilung fur Tablespace 'XYZ_PERM' uberschritten
    ORA-39097: Bei Data Pump-Job ist ein unerwarteter Fehler -1536 aufgetreten
    Can anyone help?
    Thanks in advance,
    Andreas

    I should have added that you are essentially downgrading so you need to tell Data Pump on 11.2.0.3 that you want to be able to import into 11.2.0.1. To do this, use the version parameter during the export command.
    You could also do this over the network link (if you have one defined on the target pointing to the source). In this case, no version is necessary since the Data Pump code on the source will negotiate the version with the Data Pump code on the target.
    Hope this helps.
    Dean

  • Java classes in database

    I am working on an Oracle 10.2.0.3 database housed in a sun solaris OS.
    There are 2 tablespaces DEFAULT_DATA and NONDEFAULT_DATA for users to create objects.
    User HARPER has a default tablespace of DEFAULT_DATA assigned to him only to which he has a quota(enough for him to create his objects). However, when he uses the Oracle loadjava utility to load classes, he gets an error stating :
    Error while loading class org/jdom/Attribute
    ORA-01536: space quota exceeded for tablespace 'NONDEFAULT_DATA'
    Why would this be attempting to create a new segment extent in a tablespace it is not privileged to use? Any pointers as to where to look would be great.

    select username,default_tablespace
    from dba_users
    where username='HARPER';
    Results:
    HARPER DEFAULT_DATA
    select * from dba_ts_quotas
    where username='HARPER';
    Results:
    TABLESPACE_NAME=DEFAULT_DATA
    USERNAME=HARPER
    BYTES=266338304
    MAX_BYTES= -1
    BLOCKS=32512
    MAX_BLOCKS= -1
    DROPPED=NO

Maybe you are looking for

  • DIY Fusion Drive Problem (8,2)

    Hey, I wanted to go a step further and create my own DIY Fusion Drive. I had no problems installing the new ssd (128gb Samsung 840 Pro) instead of the hdd (standard mac hdd) and moving the hdd to the place where the optical drive has been. I then pro

  • WLAN not working under Windows XP on Satellite U400

    After installing Windows XP Recovery on my U400 the WLAN is not found. Under Win Vista it was working properly. There is no module listed under the device manager - searching after new hardware gave no results. It seems that the WLAN Interface is not

  • ITunes won't recognize my devices

    Brand new (today) iPad2 3G 64g, month old Toshiba laptop. New installation of iTunes.  iPad (and iPhones) recognized by the computer, but don't show up in iTunes.  Ran the troubleshooter, to no avail.  Looks like this is a common problem.  Any help o

  • Report is being generated but nothing show

    Hi, there was no error in the data tool, I can run and see the expected results in the tool but nothing shows in the reporting server.

  • Best headset with mic to use with macbook pro

    Hello, I have a headset with a mic that I am using through Skype and other applications to speak to customers. The mic is connected through a stereo mini plug, going through the headphone input jack on my MacBook Pro. The mic audio is no longer regis