ORA-25153 Temporary Tablespace is Empty Error in Oracle ORA-25153 Laikinosios Tablespace yra tuščias Klaida Oracle
When executing SQL query, the following Oracle error may appears: Jei vykdančiajai užklausoje SQL, Oracle, klaidos gali taip atrodo:
ORA-25153: Temporary Tablespace is Empty ORA-25153: Laikinas Tablespace yra tuščias
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). Už ORA-25153 sukelti klaida, nes buvo bandoma naudoti erdvės laikinas tablespace jokių failų (ne datafiles apibrėžtas).
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. Norėdami išspręsti šią problemą, sprendimas yra tik pridedant rinkmenas (datafiles) į TEMP tablespace naudojant ADD TEMPFILE komandą, arba naudojant "Pridėti Datafiles" 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. Jei patikrinimą ir nustatė, kad TEMP tablespace jau duomenų rinkmenas, patikrinimas pagal nutylėjimą laikinas tablespace visiems vartotojams ir jūsų duomenų bazę ir nustatyti numatytąjį laikinas tablespace prie svarbių temporarary tablespace.
To check the default temporary tablespace of the database: Norėdami patikrinti numatytuosius laikinas tablespace į duomenų bazę:
SQL> select property_name, property_value from database_properties; SQL> pasirinkite property_name, property_value nuo database_properties;
The SQL will return the following results, look for DEFAULT_TEMP_TABLESPACE for the setting: SQL sugrįš šiuos rezultatus, ieškoti DEFAULT_TEMP_TABLESPACE dėl nustatymas:
| PROPERTY_NAME PROPERTY_NAME | PROPERTY_VALUE PROPERTY_VALUE |
| —————————— ---------- | —————————— ---------- |
| DICT.BASE DICT.BASE | 2 2 |
| DEFAULT_TEMP_TABLESPACE DEFAULT_TEMP_TABLESPACE | TEMP TEMP |
| DBTIMEZONE DBTIMEZONE | +01:00 +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 8 |
| NLS_LANGUAGE NLS_LANGUAGE | AMERICAN AMERICAN |
| NLS_TERRITORY NLS_TERRITORY | AMERICA AMERIKA |
| NLS_CURRENCY NLS_CURRENCY | $ $ |
| NLS_ISO_CURRENCY NLS_ISO_CURRENCY | AMERICA AMERIKA |
| 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 DD-MON-RR |
| NLS_DATE_LANGUAGE NLS_DATE_LANGUAGE | AMERICAN AMERICAN |
| NLS_SORT NLS_SORT | BINARY KOMPONENTŲ |
| NLS_TIME_FORMAT NLS_TIME_FORMAT | HH.MI.SSXFF AM HH.MI.SSXFF AM |
| NLS_TIMESTAMP_FORMAT NLS_TIMESTAMP_FORMAT | DD-MON-RR HH.MI.SSXFF AM DD-MON-RR HH.MI.SSXFF AM |
| NLS_TIME_TZ_FORMAT NLS_TIME_TZ_FORMAT | HH.MI.SSXFF AM TZR HH.MI.SSXFF AM TZR |
| NLS_TIMESTAMP_TZ_FORMAT NLS_TIMESTAMP_TZ_FORMAT | DD-MON-RR HH.MI.SSXFF AM TZR DD-MON-RR HH.MI.SSXFF AM TZR |
| NLS_DUAL_CURRENCY NLS_DUAL_CURRENCY | $ $ |
| NLS_COMP NLS_COMP | BINARY KOMPONENTŲ |
| NLS_LENGTH_SEMANTICS NLS_LENGTH_SEMANTICS | BYTE Byte |
| NLS_NCHAR_CONV_EXCP NLS_NCHAR_CONV_EXCP | FALSE FALSE |
| NLS_RDBMS_VERSION NLS_RDBMS_VERSION | 9.2.0.6.0 9.2.0.6.0 |
If default temporary tablespace is wrong the alter it with the following command: Jei numatytasis laikinas tablespace negerai pakeisti jį tokią komandą:
SQL> alter database default temporary tablespace temp; SQL> Alter bazėje default laikinas tablespace Temp;
To check default temporary tablespace for all users of the database: Norėdami patikrinti numatytuosius laikinas tablespace visų duomenų bazės vartotojų:
SQL> select username, temporary_tablespace, account_status from dba_users; SQL> pasirinkite vardą, temporary_tablespace, account_status nuo dba_users;
will return the following result, check if all users TEMPORARY_TABLESPACE is set to correct settings: sugrįš po to, patikrinkite, ar visi vartotojai TEMPORARY_TABLESPACE yra nustatyta teisingus nustatymus:
| USERNAME USERNAME | TEMPORARY_TABLESPACE TEMPORARY_TABLESPACE | ACCOUNT_STATUS ACCOUNT_STATUS |
| —————————— ---------- | —————————— ---------- | ——————————– ----------- |
| SYS SYS | TEMPRY TEMPRY | OPEN OPEN |
| SYSTEM SISTEMA | TEMP TEMP | OPEN OPEN |
| OUTLN OUTLN | TEMP TEMP | OPEN OPEN |
| DBSNMP DBSNMP | TEMP TEMP | OPEN OPEN |
| DBMONITOR DBMONITOR | TEMP TEMP | OPEN OPEN |
| TEST TEST | TEMP TEMP | OPEN OPEN |
| WMSYS WMSYS | TEMP TEMP | EXPIRED & LOCKED NEBEGALIOJA & LOCKED |
If wrong temporary tablespace is found, alter it with the correct tablespace name (for example, sys) with the following SQL: Jeigu neteisingai laikinas tablespace yra nustatyta, pakeisti jį ištaisyti tablespace pavadinimą (pavyzdžiui, SYS) taip SQL:
SQL> alter user sys temporary tablespace temp; SQL> Alter vartotojo SYS laikinas tablespace Temp;
Alternatively, recreate or add a datafile to your temporary tablespace and change the default temporary tablespace for your database; Arba iš naujo arba pridėti datafile savo laikinas tablespace ir keisti numatytąjį laikinas tablespace jūsų duomenų bazę;
SQL> drop tablespace temp including contents and datafiles; SQL> drop tablespace temp įskaitant turinį ir datafiles;
SQL> create temporary tablespace temp tempfile '/db/temp01.dbf' size 100m autoextend off extent management local uniform size 1m; SQL> create laikinas tablespace Temp tempfile '/ db/temp01.dbf "dydis 100m autoextend ne tiek valdymo vietos vienodo dydžio 1m;
SQL> alter database default temporary tablespace temp; SQL> Alter bazėje default laikinas tablespace Temp;
IMPORTANT : The page is machine translated and provided "as is" without warranty. DĖMESIO: Šis puslapis yra mašina išvertė ir pateikiama "kaip yra" be garantijų. Machine translation may be difficult to understand. Automatinis vertimas gali būti sunku suprasti. Please refer to Remkitės original English article originalas anglų straipsnis whenever possible. jei įmanoma.
Related Articles Susiję straipsniai
- Oracle ORA-01658 Unable to Create INITIAL Extent for Segment in Tablespace Error "Oracle" ORA-01658 Nepavyko sukurti PRADINĖ laipsniu segmente Tablespace Klaida
- How Drop Tablespace and Recover Oracle Database When Accidentally Delete Datafile Kaip Drop Tablespace ir susigrąžinti Oracle "duomenų bazę, kai netyčia ištrynėte Datafile
- How to Rename or Move Oracle Tablespace Datafile to Another Location Kaip pervardyti ar perkelti Oracle Tablespace Datafile į kitą vietą
- How to Remove and Drop Datafiles from Tablespace in Oracle Database Kaip pašalinti ir Drop Datafiles iš Tablespace Oracle duomenų bazė
- Oracle ORA-14074 Create or Add New Partition Fails Error "Oracle" ORA-14074 Kurti arba Pridėti naują skyrių fails Klaida
- IMP-00013 Oracle Import Error IMP-00013 Oracle "Import Error
- Oracle EXP-00091 Error When Export Database Oracle Tinka-00091 Klaida Eksporto duomenų bazė
- IMP-00016 Required Character Set Conversion Not Supported Error when Import to Oracle Database IMP-00016 Privalomas Character Set konversijos Not Supported klaidą Importas į duomenų bazę Oracle
- Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error Kurti, Pridėti arba neskaldytos Oracle Pasiskirstymo fails su klaida ORA-14080
- ORA-02449 Oracle Drop Table Error ORA-02449 Oracle Drop Table Klaida










































September 19th, 2008 16:15 19 rugsėjis 2008 16:15
very informative labai informatyvus
helps to find out padeda išsiaiškinti
why wrong and what to do to overcome Kodėl nepavyksta ir ką daryti, kad įveikti
May 7th, 2008 13:28 7 gegužė 2008 13:28
Hi, Labas,
Thank you for such clear details. Dėkojame už tokių tikslių detalių.
It helped me solve a problem in SAP BW system. Ji man padėjo išspręsti SAP BW sistemos problema.
Regards Linkėjimai
Sharath Sharath
January 28th, 2008 17:52 28 sausis 2008 17:52
very good informative articale. labai geras informatyvus articale.
thanks ačiū
srinivas Srinivas