Restore the Server Parameter File
The server parameter file is a repository for initialization parameters. 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 in to the computer where you want to restore the files.
- Locate the server parameter file using the following command:
- Shut down the database or the Oracle instance before you begin the restore process:
- Log in to the Arcserve UDP Console.
- Restore the server parameter file using the Restore Wizard. For more information on the restore process, see How to Restore From a Recovery Point.
- Log in to 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 server parameter file.
SQL> SHOW PARAMETER SPFILE;
SQL> SHUTDOWN IMMEDIATE;
The server parameter file is restored.