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

DRG-50862: failed to create new Oracle object

1 Answers  


QSM-01046: complex join back on correlated columns not allowed (string)

1 Answers  


ORA-36378: (XSAGTHRWEIGHT) While running AGGREGATE with multiple threads, the weight variable workspace object specified by your ARGS variable workspace object must exist in the same analytic workspace as your AGGMAP workspace object.

1 Answers  


ORA-13481: the destination type is not supported

1 Answers  


ORA-27038: created file already exists

1 Answers  


ORA-02172: The PUBLIC keyword is not appropriate for a disable thread

1 Answers  


NNL-00561: register <name> [-t<type>] [-d<address>] [-h<hostname>] [-l<listener_name>] : register an object with Oracle Names

1 Answers  


ORA-22872: OID INDEX clause not allowed on tables with primary key based object identifiers

1 Answers  


QSM-02009: non-inner join

1 Answers  


LSX-00204: extra data at end of complex element

1 Answers  


ORA-26085: direct path operation must start its own transaction

1 Answers  


ORA-31211: DBMS_LDAP: PL/SQL - Invalid LDAP entry dn.

1 Answers  


Categories