select comp_id, comp_name, version,status from dba_registry;
NAVIGATION
|
10
Jul |
Oracle 10g installation checkCategory: Oracle Administration, Oracle Upgrades, Installation, 10g | Leave a Comment |
select comp_id, comp_name, version,status from dba_registry;
|
10
Jul |
Oracle Create new Service within WindowsCategory: Microsoft Windows, Oracle Administration, Installation, Oracle | Leave a Comment |
Create the services “OracleService<Sid>” and the “OracleStart<Sid>” for “NEW_SID” with the following command:
oradim -new -sid <NEW_SID> -intpwd <password> -startmode auto -pfile <path_name>
|
10
Jul |
Oracle list installed versionsCategory: Oracle Upgrades, Installation, 10g, Oracle | Leave a Comment |
opatch lsinventory -detail