Running the OracleSchemaPreInstallCheck.sql script
After you created a new Oracle user and set up the INIT parameters, ensure that you copy the Oracle folder that contains the OracleSchemaPreInstallCheck.sql script to the Oracle server.
Navigate to the Utilities\oracle folder.
For example, cd Utilities\Oracle
- Run the following command:
(For Oracle 11.x) sqlplus SYS/<password>@ <SID>/<service_name> as sysdba
(For Oracle 12c) sqlplus SYS/<password>@ <PDB>/<service_name> as sysdba - Run the OracleSchemaPreInstallCheck.sql script on the Oracle server.
SQL> @OracleSchemaPreInstallCheck.sql <Infrastructure_Management_User> <Infrastructure_Management_Report_User> <Infrastructure_Management_Version>
For example, @OracleSchemaPreInstallCheck.sql PROACT PROACTRU 11.0
The status report is generated in the oracle_specific_PreInstall_log.html file. Review this file for all OK status.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*