Temporary Datafile created in Primary is missing in the Standby Database
Temporary Datafile created in Primary is missing in the Standby Database
SYMPTOMS
You created a temporary datafile in the Primary database, but it did not get created in the Standby database.
Solutions
SQL> alter database open read only.
SQL> alter tablespace temp add tempfile '<name>' size ..
Comments
Post a Comment