ORA-25153 Temporary Tablespace is Empty Error in Oracle庫存- 25153臨時表是空的錯誤,在Oracle

When executing SQL query, the following Oracle error may appears:當執行SQL查詢,以下Oracle錯誤可能出現:

ORA-25153: Temporary Tablespace is Empty庫存- 25153 :臨時表是空的

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).原因為庫存- 25153錯誤是因為嘗試了使用空間在一個臨時表與任何文件(沒有datafiles定義) 。

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.為了解決這個問題,解決的辦法是剛剛加入文件( datafiles )到Temp表使用添加tempfile命令,或使用“添加datafiles ”在Oracle企業管理。

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.如果您檢查,發現氣溫表已經有資料檔案,檢查默認臨時表為所有用戶和您的數據庫和設置默認的臨時表為一個有效的temporarary表。

To check the default temporary tablespace of the database:檢查默認臨時表的數據庫:

SQL> select property_name, property_value from database_properties;的SQL > “ 選擇property_name , property_value從database_properties ;

The SQL will return the following results, look for DEFAULT_TEMP_TABLESPACE for the setting:在SQL將返回以下結果,尋找default_temp_tablespace為設置:

PROPERTY_NAME property_name PROPERTY_VALUE property_value
—————————— ---------- —————————— ----------
DICT.BASE dict.base 2
DEFAULT_TEMP_TABLESPACE default_temp_tablespace TEMP氣溫
DBTIMEZONE dbtimezone +01:00
NLS_NCHAR_CHARACTERSET nls_nchar_characterset AL16UTF16 al16utf16
GLOBAL_DB_NAME global_db_name ARON.GENERALI.CH aron.generali.ch
EXPORT_VIEWS_VERSION export_views_version 8
NLS_LANGUAGE nls_language AMERICAN美國
NLS_TERRITORY nls_territory AMERICA美國
NLS_CURRENCY nls_currency $
NLS_ISO_CURRENCY nls_iso_currency AMERICA美國
NLS_NUMERIC_CHARACTERS nls_numeric_characters .,
NLS_CHARACTERSET nls_characterset WE8ISO8859P1 we8iso8859p1
NLS_CALENDAR nls_calendar GREGORIAN公曆
NLS_DATE_FORMAT nls_date_format DD-MON-RR房屋署副署長-週一的RR
NLS_DATE_LANGUAGE nls_date_language AMERICAN美國
NLS_SORT nls_sort BINARY二進制
NLS_TIME_FORMAT nls_time_format HH.MI.SSXFF AM hh.mi.ssxff上午
NLS_TIMESTAMP_FORMAT nls_timestamp_format DD-MON-RR HH.MI.SSXFF AM房屋署副署長-週一上午的RR hh.mi.ssxff
NLS_TIME_TZ_FORMAT nls_time_tz_format HH.MI.SSXFF AM TZR hh.mi.ssxff上午tzr
NLS_TIMESTAMP_TZ_FORMAT nls_timestamp_tz_format DD-MON-RR HH.MI.SSXFF AM TZR房屋署副署長-週一的RR hh.mi.ssxff上午tzr
NLS_DUAL_CURRENCY nls_dual_currency $
NLS_COMP nls_comp BINARY二進制
NLS_LENGTH_SEMANTICS nls_length_semantics BYTE字節
NLS_NCHAR_CONV_EXCP nls_nchar_conv_excp FALSE虛假
NLS_RDBMS_VERSION nls_rdbms_version 9.2.0.6.0

If default temporary tablespace is wrong the alter it with the following command:如果默認的臨時表是錯誤的改變,它與下面的命令:

SQL> alter database default temporary tablespace temp;的SQL > 改變數據庫的默認臨時表溫度;

To check default temporary tablespace for all users of the database:檢查默認臨時表為所有用戶的數據庫:

SQL> select username, temporary_tablespace, account_status from dba_users;的SQL > “ 選擇用戶名, temporary_tablespace , account_status從dba_users ;

will return the following result, check if all users TEMPORARY_TABLESPACE is set to correct settings:將返回結果如下,請檢查如果所有用戶temporary_tablespace設置為正確的設置:

USERNAME用戶名 TEMPORARY_TABLESPACE temporary_tablespace ACCOUNT_STATUS account_status
—————————— ---------- —————————— ---------- ——————————– ---------
SYS系統 TEMPRY tempry OPEN打開
SYSTEM系統 TEMP氣溫 OPEN打開
OUTLN outln TEMP氣溫 OPEN打開
DBSNMP dbsnmp TEMP氣溫 OPEN打開
DBMONITOR dbmonitor TEMP氣溫 OPEN打開
TEST測試 TEMP氣溫 OPEN打開
WMSYS wmsys TEMP氣溫 EXPIRED & LOCKED過期&鎖定

If wrong temporary tablespace is found, alter it with the correct tablespace name (for example, sys) with the following SQL:如果是錯誤的臨時表是發現,改變它與正確的表的名稱(例如,系統)與下列SQL :

SQL> alter user sys temporary tablespace temp;的SQL > 改變用戶系統臨時表溫度;

Alternatively, recreate or add a datafile to your temporary tablespace and change the default temporary tablespace for your database;另外,再現或添加一個datafile到您的臨時表空間和更改默認的臨時表為您的數據庫;

SQL> drop tablespace temp including contents and datafiles;的SQL > 表氣溫下降,包括內容和datafiles ;

SQL> create temporary tablespace temp tempfile ‘/db/temp01.dbf’ size 100m autoextend off extent management local uniform size 1m;的SQL > “ 創建臨時表氣溫tempfile ' / db/temp01.dbf '大小百米autoextend小康的程度統一管理當地的大小一米;

SQL> alter database default temporary tablespace temp;的SQL > 改變數據庫的默認臨時表溫度;

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要說明 :這是一個機器翻譯網頁是“按原樣”提供的擔保。 Machine translation may be difficult to understand.機器翻譯可能很難理解。 Please refer to請參閱 original English article英文原版的文章 whenever possible.只要有可能。

Share and contribute or get technical support and help at分享和貢獻,或取得技術的支持和幫助,在 My Digital Life Forums 我的數字生活論壇 .



2 Responses to “ORA-25153 Temporary Tablespace is Empty Error in Oracle” 2反應“ + - 25153臨時表是空的錯誤,在Oracle ”

  1. srinivas
    January 28th, 2008 17:52 2008年1月28日17時52分
    1

    very good informative articale.很好的翔實的articale 。
    thanks謝謝
    srinivas

  2. Sharath sharath
    May 7th, 2008 13:28 2008年5月7日13時28分
    2

    Hi,嗨,

    Thank you for such clear details.感謝您這樣明確的細節。
    It helped me solve a problem in SAP BW system.它幫助我解決一個問題,在SAP的體重制度。

    Regards關心
    Sharath sharath

Leave a Reply離開的答复

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> 您可以使用這些標籤:的<a href="" title=""> <abbr title=""> <acronym title="">的<b> <blockquote cite=""> <cite>的<code> <刪除日期時間= “ ” >的<em>的<i> <q cite=""> <strike>的<strong>

Subscribe without commenting訂閱無評論


Custom Search

New Articles新的條款,

Incoming Search Terms for the Article傳入的搜索條件文章

ORA-25153 庫存- 25153 - - ORA-25153: Temporary Tablespace is Empty 庫存- 25153 :臨時表是空的 - - ora 25153 庫存25153 - - Temporary Tablespace is Empty 臨時表是空的 - - ORA-25153: Temporary Tablespace is Empty 庫存- 25153 :臨時表是空的 - - ORA-25153: 庫存- 25153 : - - ORA-25153 Temporary Tablespace is Empty 庫存- 25153臨時表是空的 - - java.sql.SQLException: ORA-25153: Temporary Tablespace is Empty java.sql.sqlexception貨存狀況: - 25153 :臨時表是空的 - - ORA-25153 庫存- 25153 - - oracle temporary tablespace is empty 甲骨文臨時表是空的 - - oracle ora-25153 甲骨文庫存- 25153 - - "ORA-25153: Temporary Tablespace is Empty" “ + - 25153 :臨時表是空的” 。 - - oracle problem dropping temporary tablespace 甲骨文下降的問題,臨時表 - - "temporary tablespace is empty" “臨時表是空的” 。 - - temporary tablespace empty 臨時表空 - - ORA-25153: tablespace temporaire vide 庫存- 25153 :表temporaire隨 - - SQL error 3114 SQL錯誤3114 - - "ora-25153" “ + - 25153 ” - - check temporary tablespace 檢查臨時表 - - check default temporary tablespace 檢查默認的臨時表 - - ora-25153 temporary tablespace 庫存- 25153臨時表 - - ORA-25153 庫存- 25153 - - ORA - 25153 庫存-2 5153 - - oracle error 25153 Oracle錯誤25153 - - Tempory Tablespace is empty tempory表是空的 - - how to check temp tablespace 如何檢查氣溫表 - - how to check default temp tablespace 如何檢查默認的氣溫表 - - oracle ORA-25153: Temporary Tablespace is Empty 甲骨文庫存- 25153 :臨時表是空的 - - ora 25153 temporary tablespace is empty 庫存25153臨時表是空的 - - Temporary Tablespace is Empty 臨時表是空的 - - ORA 25153 庫存25153 - - ORA-25153: 庫存- 25153 : - - ORA-25153: Temporary Tablespace is Empty 庫存- 25153 :臨時表是空的 - - ora-25153:Temporary Tablespace is Empty 庫存- 25153 :臨時表是空的 - - Oracle "Temporary tablespace is empty" 甲骨文“臨時表是空的” 。 - - oracle 25153 甲骨文25153 - - SQL Error 25153 SQL錯誤25153 - - check default tablespace 檢查默認表 - - ORA-25153: Temporary Tablespace is Empty. 庫存- 25153 :臨時表是空的。 - - temporary table space is empty 臨時表空間是空的 - - temporary table space empty 臨時表空間空 - - ORA-25153: Temporary Tablespace is Empty 庫存- 25153 :臨時表是空的 - - tablespace is empty 表是空的 - - ORA-25153: El tablespace temporal está vacío 庫存- 25153 :下午表顳está vacío - - ora:25153 庫存: 25153 - - 25153 25153 - - TABLESPACE.JAVA tablespace.java - - ORA-25153: Temporary Tablespace 庫存- 25153 :臨時表 - - oracle ora 25153 甲骨文電腦25153 - - temporary tablespace empty 臨時表空 - -