ORA-01682: read-only DB cannot allocate temporary space in
tablespace string



ORA-01682: read-only DB cannot allocate temporary space in tablespace string..

Answer / guest

Cause: Temporary space (usually for sorting) could not be
allocated in either main storage or a tempfile. An attempt
was made to allocate the space from the tablespace named,
but the database is opened read-only. The database open
requires a sort work space.

Action: Either allow sufficient workspace in main storage
(SORT_AREA_SIZE initialization parameter), or create a
temporary tablespace before making the database read-only.
Use ALTER TABLESPACE ADD TEMPFILE statement to add temporary
files to the temporary tablespace.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-12585: TNS:data truncation

1 Answers  


ORA-01326: compatability of 9.0 or greater required to build into the logstream

1 Answers  


ORA-36671: (XSDPART09) Leaves of workspace object have different datatypes. A partition dimension cannot have more than one datatype when RANGE partitioning is used.

1 Answers  


ORA-06557: null values are not allowed for any parameters to pipe icd's

1 Answers  


ORA-32588: supplemental logging attribute string exists

1 Answers  






ORA-12477: greatest lower bound resulted in an invalid OS label

1 Answers  


ORA-30017: segment 'string' is not supported in string Undo Management mode

1 Answers  


ORA-16641: failure to acquire broker configuration metadata lock

1 Answers  


ORA-29361: value string is outside valid range of 0 to 100

1 Answers  


RMAN-06087: read-only files may only be skipped in a datafile backup set

1 Answers  


PCC-02108: UNSAFE_NULL=YES allowed if MODE=ORACLE and DBMS=V7 or V8

1 Answers  


ORA-31462: internal error while accessing metadata

1 Answers  


Categories