ORA-25153 Temporary Tablespace is Empty Error in Oracle ORA-25153 temporanea Tablespace è Vuoto Errore in Oracle

When executing SQL query, the following Oracle error may appears: Quando si eseguono query SQL, Oracle il seguente errore può appare:

ORA-25153: Temporary Tablespace is Empty ORA-25153: Temporary Tablespace è Vuoto

The cause for the ORA-25153 error is because attempt was made to use space in a temporary tablespace with no files (no datafiles defined). La causa per il ORA-25153 errore è dovuto al fatto che si è cercato di utilizzare lo spazio in una temporanea tablespace con nessun file (datafiles non definito).

To solve the problem, the solution is just by adding files (datafiles) to the TEMP tablespace by using ADD TEMPFILE command, or by using “Add Datafiles” in Oracle Enterprise Manager. Per risolvere il problema, la soluzione è solo con l'aggiunta di file (datafiles) per il tablespace TEMP utilizzando ADD temporanei comando, o utilizzando "Aggiungi Datafiles" in Oracle Enterprise Manager.

If you check and found that TEMP tablespace already has data files, check the default temporary tablespace for all users and your database and set the default temporary tablespace to a valid temporarary tablespace. Se si seleziona e scoperto che tablespace TEMP ha già i file di dati, controllare l'impostazione predefinita tablespace temporanea per tutti gli utenti e il tuo database e impostare il valore predefinito tablespace temporanea di una valida temporarary tablespace.

To check the default temporary tablespace of the database: Per controllare l'impostazione predefinita tablespace temporanea della banca dati:

SQL> select property_name, property_value from database_properties; SQL> selezionare property_name, property_value da database_properties;

The SQL will return the following results, look for DEFAULT_TEMP_TABLESPACE for the setting: SQL restituisce i seguenti risultati, cerca DEFAULT_TEMP_TABLESPACE per l'impostazione:

PROPERTY_NAME PROPERTY_VALUE
—————————— ---------- —————————— ----------
DICT.BASE 2
DEFAULT_TEMP_TABLESPACE TEMP
DBTIMEZONE +01:00
NLS_NCHAR_CHARACTERSET AL16UTF16
GLOBAL_DB_NAME ARON.GENERALI.CH
EXPORT_VIEWS_VERSION 8
NLS_LANGUAGE AMERICAN AMERICANA
NLS_TERRITORY AMERICA
NLS_CURRENCY $
NLS_ISO_CURRENCY AMERICA
NLS_NUMERIC_CHARACTERS .,
NLS_CHARACTERSET WE8ISO8859P1
NLS_CALENDAR GREGORIAN Gregoriana
NLS_DATE_FORMAT DD-MON-RR
NLS_DATE_LANGUAGE AMERICAN AMERICANA
NLS_SORT BINARY BINARIO
NLS_TIME_FORMAT HH.MI.SSXFF AM HH.MI.SSXFF AM
NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM DD-MON-RR HH.MI.SSXFF AM
NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR HH.MI.SSXFF AM TZR
NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR DD-MON-RR HH.MI.SSXFF am TZR
NLS_DUAL_CURRENCY $
NLS_COMP BINARY BINARIO
NLS_LENGTH_SEMANTICS BYTE
NLS_NCHAR_CONV_EXCP FALSE
NLS_RDBMS_VERSION 9.2.0.6.0

If default temporary tablespace is wrong the alter it with the following command: Se tablespace temporanea predefinita è sbagliato l'alter con il seguente comando:

SQL> alter database default temporary tablespace temp; SQL> alter database di default tablespace temporanea temp;

To check default temporary tablespace for all users of the database: Per cercare di default tablespace temporanea per tutti gli utenti della banca dati:

SQL> select username, temporary_tablespace, account_status from dba_users; SQL> Selezionare il nome utente, temporary_tablespace, account_status da dba_users;

will return the following result, check if all users TEMPORARY_TABLESPACE is set to correct settings: restituirà il seguente risultato, controllare se tutti gli utenti TEMPORARY_TABLESPACE è impostato su impostazioni corrette:

USERNAME TEMPORARY_TABLESPACE ACCOUNT_STATUS
—————————— ---------- —————————— ---------- ——————————– -----------
SYS TEMPRY OPEN
SYSTEM SISTEMA TEMP OPEN
OUTLN TEMP OPEN
DBSNMP TEMP OPEN
DBMONITOR TEMP OPEN
TEST TEMP OPEN
WMSYS TEMP EXPIRED & LOCKED SCADUTO & BLOCCATO

If wrong temporary tablespace is found, alter it with the correct tablespace name (for example, sys) with the following SQL: Se sbagliato tablespace temporanea è trovato, alterare con la corretta tablespace nome (ad esempio, sys) con il seguente SQL:

SQL> alter user sys temporary tablespace temp; SQL> alterare utente sys temporanea tablespace temp;

Alternatively, recreate or add a datafile to your temporary tablespace and change the default temporary tablespace for your database; In alternativa, ricreare o aggiungere un archivio dei dati relativi al tuo tablespace temporanea e modificare l'impostazione predefinita tablespace temporanea per la vostra base di dati;

SQL> drop tablespace temp including contents and datafiles; SQL> drop tablespace temp tra cui contenuto e datafiles;

SQL> create temporary tablespace temp tempfile ‘/db/temp01.dbf’ size 100m autoextend off extent management local uniform size 1m; SQL> creare tablespace temporanea temp temporanei '/ db/temp01.dbf' dimensioni 100m autoextend fuori misura di gestione uniforme dimensione locale 1m;

SQL> alter database default temporary tablespace temp; SQL> alter database di default tablespace temporanea temp;

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. quando possibile.

Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .



2 Responses to “ORA-25153 Temporary Tablespace is Empty Error in Oracle” 2 risposte a "ORA-25153 temporanea Tablespace è Vuoto Errore in Oracle"

  1. srinivas
    January 28th, 2008 17:52 28 gennaio 2008 17:52
    1

    very good informative articale. molto buono articale informativo.
    thanks grazie
    srinivas

  2. Sharath
    May 7th, 2008 13:28 7 maggio 2008 13:28
    2

    Hi, Salve,

    Thank you for such clear details. Grazie per aver scelto di tali chiaro dettagli.
    It helped me solve a problem in SAP BW system. Essa mi ha aiutato a risolvere un problema nel sistema SAP BW.

    Regards Saluti
    Sharath

Leave a Reply Lasciare una risposta

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> È possibile utilizzare questi tag: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Iscriviti senza commentare


Custom Search

New Articles Nuovi articoli

Incoming Search Terms for the Article Cerca in arrivo Condizioni per l'articolo

ORA-25153 ORA-25153 - -- ORA-25153: Temporary Tablespace is Empty ORA-25153: Temporary Tablespace è Vuoto - -- Temporary Tablespace is Empty Tablespace temporanea è vuoto - -- ora 25153 Ora 25153 - -- ORA-25153 Temporary Tablespace is Empty ORA-25153 temporanea Tablespace è Vuoto - -- ORA-25153: Temporary Tablespace is Empty ORA-25153: Temporary Tablespace è Vuoto - -- ORA-25153: ORA-25153: - -- java.sql.SQLException: ORA-25153: Temporary Tablespace is Empty java.sql.SQLException: ORA-25153: Temporary Tablespace è Vuoto - -- oracle ora-25153 Oracle-25153 Ora - -- oracle temporary tablespace is empty Oracle tablespace temporanea è vuoto - -- ORA-25153 ORA-25153 - -- "ORA-25153: Temporary Tablespace is Empty" "ORA-25153: Temporary Tablespace è Vuoto" - -- temporary tablespace empty tablespace temporanea vuota - -- oracle error 25153 Oracle errore 25153 - -- "temporary tablespace is empty" "tablespace temporanea è vuota" - -- ORA-25153: Temporary Tablespace is Empty ORA-25153: Temporary Tablespace è Vuoto - -- SQL error 3114 Errore SQL 3114 - -- "ora-25153" "Ora-25153" - -- ORA-25153: tablespace temporaire vide ORA-25153: tablespace vide temporaire - -- oracle problem dropping temporary tablespace Oracle problema temporaneo abbandono tablespace - -- ORA - 25153 ORA - 25153 - -- check temporary tablespace verificare temporanea tablespace - -- check default temporary tablespace verificare temporanea predefinita tablespace - -- how to check temp tablespace come controllare tablespace temp - -- ora-25153 temporary tablespace Ora-25153 temporanea tablespace - -- Temporary Tablespace is Empty Tablespace temporanea è vuoto - -- ORA-25153 ORA-25153 - -- ORA-25153: ORA-25153: - -- Tempory Tablespace is empty Tempory Tablespace è vuoto - -- Oracle "Temporary tablespace is empty" Oracle "tablespace temporanea è vuota" - -- oracle 25153 Oracle 25153 - -- ora 25153 temporary tablespace is empty ora 25153 tablespace temporanea è vuoto - -- how to check default temp tablespace come impostazione predefinita per controllare la temperatura tablespace - -- oracle ORA-25153: Temporary Tablespace is Empty oracolo ORA-25153: Temporary Tablespace è Vuoto - -- 25153 25153 - -- SQL Error 25153 Errore di SQL 25153 - -- check default tablespace verificare di default tablespace - -- temporary table space is empty tabella temporanea spazio è vuoto - -- temporary table space empty tabella temporanea spazio vuoto - -- ORA 25153 25153 ORA - -- tablespace is empty tablespace è vuoto - -- ora-25153:Temporary Tablespace is Empty ora-25153: Temporary Tablespace è Vuoto - -- temporary tablespace is empty oracle tablespace temporanea è vuoto Oracle - -- TABLESPACE.JAVA TABLESPACE.JAVA - -- ORA-25153: Temporary Tablespace ORA-25153: Temporary Tablespace - -- ORA-25153: Temporary Tablespace is Empty. ORA-25153: Temporary Tablespace è vuoto. - -- oracle temporary tablespace empty Oracle tablespace temporanea vuota - -- ORA-25153: Temporary Tablespace is Empty ORA-25153: Temporary Tablespace è Vuoto - -- ora temporary tablespace is empty Ora tablespace temporanea è vuoto - -- ORA-25153 error ORA-25153 errore - --