I'm have a standby database running Oracle 8.1.7. When I run a large query or do any sorting I get the following error message:
ORA-01647: tablespace 'TEMP' is read-only, cannot allocate space in it
This is because the standby database is in read only mode and queries running on a read only database cannot use disk space for sorting.
Its not practical for me to eliminate disk based sorting altogether, so what do I do? Any ideas?
ORA-01647: tablespace 'TEMP' is read-only, cannot allocate space in it
This is because the standby database is in read only mode and queries running on a read only database cannot use disk space for sorting.
Its not practical for me to eliminate disk based sorting altogether, so what do I do? Any ideas?