Oracle installation create window starter service for Oracle database. It may sometimes be necessary to drop the unnecessary services. It can be removed in two ways in case of oracle starter service:
Using oracle utililty named oradim -
used to create, delete, edit the System Identification Number for the database instance.
Add new SID
oradim -new -sid sidname -intpwd password -maxusers no_of _users -startmode a
Edit SID
oradim -edit -sid sidname -intpwd password -maxusers no_of _users -startmode a
Delete SID
oradim -delete -sid sidname
Using windows OS Commnad -
can delete any other Services including service for Oracle Database
Delete Service
sc delete ServiceName
No comments:
Post a Comment