Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to create a temporay tablespace in a physical standby database

Christian PitetJun 26 2019 — edited Jun 26 2019

I try to recreate a new temp tablespace but I get an error :

SQL> CREATE TEMPORARY TABLESPACE TEMP_NEW TEMPFILE 'F:\Oracle\Oradata\SIVOA\TEMP01.DBF' SIZE 500m autoextend on next 10m maxsize unlimited;

CREATE TEMPORARY TABLESPACE TEMP_NEW TEMPFILE 'F:\Oracle\Oradata\SIVOA\TEMP01.DBF' SIZE 500m autoextend on next 10m maxsize unlimited

*

ERREUR Ó la ligne 1 :

ORA-00604: une erreur s'est produite au niveau SQL rÚcursif 1

ORA-16000: database open for read-only access

This is a physical standby database, it is mounted. I cannot open it. How to create a temporay tablespace in a physical standby database ?

Regards.

Comments
Post Details
Added on Jun 26 2019
1 comment
507 views