ORA-25153 Temporary Tablespace is Empty Error in Oracle ORA - 25153 المؤقتة Tablespace فارغ خطأ في أوراكل

When executing SQL query, the following Oracle error may appears: عندما المنفذة مزود الاستعلام ، التالية قد يبدو خطأ أوراكل :

ORA-25153: Temporary Tablespace is Empty ORA - 25153 : Tablespace المؤقتة فارغ

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). قضية لORA - 25153 الخطأ هو بسبب محاولة لاستخدام الفضاء في tablespace مؤقت مع أي ملفات (أي ملفات البيانات المحددة).

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. لحل هذه المشكلة ، والحل هو فقط بإضافة ملفات (ملفات البيانات) إلى درجة الحرارة tablespace باستخدام أضف TEMPFILE القيادة ، أو باستخدام "إضافة ملفات البيانات" مدير المشاريع في شركة أوراكل.

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. إذا كنت فحص ووجد أن درجة الحرارة tablespace بالفعل ملفات البيانات ، والتحقق من التقصير المؤقتة tablespace لجميع المستخدمين وقاعدة البيانات ومجموعة الافتراضية المؤقتة tablespace لصالحة temporarary tablespace.

To check the default temporary tablespace of the database: لفحص الافتراضية المؤقتة tablespace من قاعدة البيانات :

SQL> select property_name, property_value from database_properties; مزود> اختيار property_name ، property_value من database_properties ؛

The SQL will return the following results, look for DEFAULT_TEMP_TABLESPACE for the setting: فإن مزود سيعود النتائج التالية ، والبحث عن DEFAULT_TEMP_TABLESPACE لتحديد :

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 أمريكية
NLS_TERRITORY AMERICA أمريكا
NLS_CURRENCY $ دولار
NLS_ISO_CURRENCY AMERICA أمريكا
NLS_NUMERIC_CHARACTERS ., . ،
NLS_CHARACTERSET WE8ISO8859P1
NLS_CALENDAR GREGORIAN التقويم الغريغوري
NLS_DATE_FORMAT DD-MON-RR دال بين الاثنين الموارد العادية
NLS_DATE_LANGUAGE AMERICAN أمريكية
NLS_SORT BINARY ثنائي
NLS_TIME_FORMAT HH.MI.SSXFF AM HH.MI.SSXFF صباحا
NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM دد بين الاثنين ص ص HH.MI.SSXFF صباحا
NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR HH.MI.SSXFF الساعة TZR
NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR دد بين الاثنين ص ص HH.MI.SSXFF الساعة TZR
NLS_DUAL_CURRENCY $ دولار
NLS_COMP BINARY ثنائي
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: وإذا كان التقصير المؤقتة tablespace خطأ فإن عليه مع تغيير التالي :

SQL> alter database default temporary tablespace temp; مزود> تغيير قاعدة البيانات الافتراضية المؤقتة tablespace مؤقت ؛

To check default temporary tablespace for all users of the database: للتحقق من التقصير المؤقتة tablespace لجميع مستخدمي قاعدة البيانات :

SQL> select username, temporary_tablespace, account_status from dba_users; مزود> اختر اسم المستخدم ، 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 ACCOUNT_STATUS
—————————— ---------- —————————— ---------- ——————————– -----------
SYS TEMPRY OPEN فتح
SYSTEM نظام TEMP الموظف المؤقت OPEN فتح
OUTLN TEMP الموظف المؤقت OPEN فتح
DBSNMP TEMP الموظف المؤقت OPEN فتح
DBMONITOR TEMP الموظف المؤقت OPEN فتح
TEST اختبار TEMP الموظف المؤقت OPEN فتح
WMSYS TEMP الموظف المؤقت EXPIRED & LOCKED انتهت & LOCKED

If wrong temporary tablespace is found, alter it with the correct tablespace name (for example, sys) with the following SQL: وإذا كان الخطأ هو مؤقتة tablespace وجد ، أنه مع تغير الصحيح tablespace اسم (على سبيل المثال ، sys) مع مزود التالية :

SQL> alter user sys temporary tablespace temp; مزود> تغيير المستخدم sys المؤقتة tablespace الحرارة ؛

Alternatively, recreate or add a datafile to your temporary tablespace and change the default temporary tablespace for your database; وكبديل لذلك ، أو إعادة datafile تضاف الى حسابك وتغيير مؤقت tablespace الافتراضية المؤقتة tablespace لقاعدة البيانات الخاصة بك ؛

SQL> drop tablespace temp including contents and datafiles; مزود> tablespace انخفاض درجة الحرارة بما فيها محتويات وملفات البيانات ؛

SQL> create temporary tablespace temp tempfile ‘/db/temp01.dbf’ size 100m autoextend off extent management local uniform size 1m; مزود> خلق المؤقتة tablespace مؤقت tempfile '/ db/temp01.dbf' حجم 100m autoextend قبالة مدى الإدارة المحلية موحدة حجم 1m ؛

SQL> alter database default temporary tablespace temp; مزود> تغيير قاعدة البيانات الافتراضية المؤقتة tablespace مؤقت ؛

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 بلادي الرقمي الحياة المنتديات .



3 Responses to “ORA-25153 Temporary Tablespace is Empty Error in Oracle” 3 ردود على "ORA - 25153 المؤقتة Tablespace فارغ خطأ في أوراكل"

  1. srinivas سرينيفاس
    January 28th, 2008 17:52 كانون الثاني / يناير 28th ، 2008 17:52
    1

    very good informative articale. جيد جدا بالمعلومات articale.
    thanks شكرا
    srinivas سرينيفاس

  2. Sharath
    May 7th, 2008 13:28 مايو 7th ، 2008 13:28
    2

    Hi, مرحبا ،

    Thank you for such clear details. شكرا لهذه التفاصيل واضحة.
    It helped me solve a problem in SAP BW system. انها ساعدتني في حل مشكلة في نظام ساب للحرب البيولوجية.

    Regards تمنيات
    Sharath

  3. atanu
    September 19th, 2008 16:15 سبتمبر 19th ، 2008 16:15
    3

    very informative جدا بالمعلومات
    helps to find out يساعد على معرفة
    why wrong and what to do to overcome والسبب في خطأ ما يجب عمله للتغلب على

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> يمكنك استخدام هذه العلامات : <ahref="" title=""> <abbrtitle=""> <acronymtitle=""> <b><blockquotecite=""> <cite><code><ديل datetime = ""> <em><i><qcite=""> <strike><strong>

Subscribe without commenting اكتتاب دون التعليق


Custom Search

New Articles المواد الجديدة

Incoming Search Terms for the Article ابحث الواردة للشروط المنصوص عليها في المادة

ORA-25153 ORA - 25153 - -- ORA-25153: Temporary Tablespace is Empty ORA - 25153 : Tablespace المؤقتة فارغ - -- temporary tablespace is empty المؤقتة tablespace فارغ - -- ora 25153 أورا 25153 - -- ora-25153 temporary tablespace is empty أورا - 25153 المؤقتة tablespace فارغ - -- ORA-25153: Temporary Tablespace is Empty ORA - 25153 : Tablespace المؤقتة فارغ - -- ora-25153 أورا - 25153 - -- ORA-25153: ORA - 25153 : - -- 25153 25153 - -- "temporary tablespace is empty" "المؤقتة tablespace فارغ" - -- "ora-25153" "أورا - 25153" - -- oracle 25153 أوراكل 25153 - -- Oracle ORA-25153 أوراكل ORA - 25153 - -- ORACLE error 25153 أوراكل خطأ 25153 - -- ORA-25153 ORA - 25153 - -- "ora-25153: temporary tablespace is empty" "أورا - 25153 : مؤقتة tablespace فارغ" - -- Oracle temporary tablespace is empty أوراكل المؤقتة tablespace فارغ - -- ORA-25153: Temporary Tablespace is Empty ORA - 25153 : Tablespace المؤقتة فارغ - -- ora25153 ora25153 - -- temporary tablespace empty المؤقتة tablespace فارغ - -- oracle temp tablespace أوراكل مؤقت tablespace - -- Temporary Tablespace is Empty المؤقتة Tablespace فارغ - -- Temporary Tablespace is Empty Oracle المؤقتة Tablespace فارغ أوراكل - -- ORA-25153: ORA - 25153 : - -- all الكل - -- temp tablespace مؤقت tablespace - -- TEMPORARY TABLESPACE TABLESPACE المؤقت : - -- ora-25153 sap أورا - 25153 شخص ساذج - -- ORA-25153: Temporary Tablespace ORA - 25153 : Tablespace المؤقتة - -- Temporary Table Space is Empty الجدول المؤقت الفضاء فارغ. - -- ORA-25153: Temporary Tablespace is Empty ORA - 25153 : Tablespace المؤقتة فارغ - -- error oracle 25153 خطأ أوراكل 25153 - -- temp tablespace usage oracle مؤقت tablespace الاستخدام أوراكل - -- how to check temp tablespace usage كيفية فحص مؤقت tablespace الاستخدام - -- check default temporary tablespace التحقق من التقصير المؤقتة tablespace - -- ora-25153 temporary tablespace is empty أورا - 25153 المؤقتة tablespace فارغ - -- ORA-25153: Temporary Tablespace is Empty ORA - 25153 : Tablespace المؤقتة فارغ - -- check default temp tablespace افتراضي مؤقت tablespace فحص - -- oracle check user tablespace أوراكل للمستخدم التحقق من tablespace - -- oracle temporary tablespace empty أوراكل المؤقتة tablespace فارغ - -- oracle set data file for temp tablespace is empty مجموعة البيانات أوراكل للملف مؤقت tablespace فارغ - -- empty temp tablespace فارغة مؤقت tablespace - -- temporary tablespace is empty error المؤقتة tablespace فارغ خطأ - -- ORA-25153 in oracle ORA - 25153 في أوراكل - -- how to find out default temporary tablespace لمعرفة كيفية التقصير المؤقتة tablespace - -- move oracle temp datafiles location نقل ملفات البيانات أوراكل موقع مؤقت - -- ora-25153 temporary tablespace empty أورا - 25153 المؤقتة tablespace فارغ - -- set default temporary tablespace مجموعة الافتراضية المؤقتة tablespace - -- temp space error in oracle درجة الحرارة في الفضاء خطأ أوراكل - -- 25153 temporary tablespace is empty 25153 المؤقتة tablespace فارغ - --