You can complete the offline mirror configuration
Procedure
-
Create an Oracle password file using the following command.
orapwd file=$[ORACLE_HOME]/dbs/orapw$[DBSID] password=$[SYS password] entries=$[10]Example
oracle@tigersnap 10g]$ orapwd file=$[/home/oracle/product/10g/dbs/orapwCER] password=$[manager] entries=$[10] force=$[Y] -
Configure the remote_login_passwordfile parameter to exclusive in the init<DBSID>.ora profile.
-
Authorize the system user with SYSOPER authorization in the production server.
-
Start the SQLPLUS as user SYS and execute the Oracle command:
If needed, change the password for the system user.
SQL> connect / as sysdba SQL> grant $[sysoper] to $[system];Change the password for the system user:
SQL> alter user $[system] identified by $[password];