DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: help me

  1. #1
    Join Date
    Aug 2002
    Location
    Bangalore
    Posts
    52

    Angry help me

    hi all.


    when I execute this queery


    SQL> select dbms_metadata.get_ddl('TABLE','EMP') from dual;


    in oracle 9i database I get the following errors


    ERROR:
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_LOB", line 395
    ORA-06512: at "SYS.DBMS_METADATA", line 1204
    ORA-06512: at line 1


    Can any one help me in solving this.



    Joe

  2. #2
    Join Date
    Apr 2002
    Location
    Shenzhen, China
    Posts
    327
    ORA-25153 Temporary Tablespace is Empty
    Cause: An attempt was made to use space in a temporary tablespace with no
    files.
    Action: Add files to the tablespace using ADD TEMPFILE command.
    Last edited by marist89; 11-25-2002 at 09:27 AM.
    Oracle Certified Master - September, 2003, the Second OCM in China
    *** LOOKING for PART TIME JOB***
    Data Warehouse & Business Intelligence Expert
    MCSE, CCNA, SCJP, SCSA from 1998

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width