Restore the Parameter File
The parameter file includes a list of initialization parameters and values for each parameter. Before you restore, you must locate the file. When you locate the files, ensure that the database is in the Open state.
Follow these steps:
- Log into the computer where you want to restore the files.
- Locate the parameter file (pfile).
- Typically, the pfile (INIT<SID>.ORA) is located in the %ORACLE_HOME/database directory. You can type "INIT<SID>.ORA" to locate the pfile.
- Shut down the database or the Oracle instance before you begin the restore process:
SQL> SHUTDOWN IMMEDIATE;
- Log into the Arcserve UDP Console.
- Restore the parameter file using the Restore Wizard. For more information on the restore process, see How to Restore From a Recovery Point.
- Log into the destination computer.
- Navigate to the specific folders and verify that the files are restored.
- Connect to SQL*Plus to restart the Oracle instance with the restored parameter file.
The parameter file is restored.
Copyright © 2018. All rights reserved.
|
|