There are 46 posts and 1


NAVIGATION

10
Jul

Oracle 10g installation check

Category: 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 Windows

Category: 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 versions

Category: Oracle Upgrades, Installation, 10g, Oracle | Leave a Comment

opatch lsinventory -detail