Eliminar los servicios de Windows despúes de desinstalar la Base de Datos Oracle

Hola en esta oportunidad te dejo algo muy simple pero conveniente de saber. Cuando desinstalamos la base de datos Oracle en un entorno Windows también debemos eliminar los servicios asociados.

Para ello abrimos una ventana de comandos del CMD y escribimos:

C:\ ds delete <nombre_del_servico>

Por ejemplo:

C:\WINDOWS\system32>sc delete oracleVssWriterORCL

[SC] DeleteService SUCCESS

C:\WINDOWS\system32>sc delete OracleServiceORCL

[SC] DeleteService SUCCESS

C:\WINDOWS\system32>sc delete OracleOraDB18Home1TNSListener

[SC] DeleteService SUCCESS

C:\WINDOWS\system32>sc delete OracleOraDB18Home1MTSRecoveryService

[SC] DeleteService SUCCESS

C:\WINDOWS\system32>sc delete OracleJobSchedulerORCL

[SC] DeleteService SUCCESS

Y asi simplemente eliminamos los servicios de Windows.

Publicado por Ing. Clarisa Maman Orfali

Clarisa is an Oracle ACE Pro, with more than 25 years of experience as a developer, teacher, author and IT consultant. Clarisa is from Argentina living and working in Irvine, California, in the United States. She is the author of the first three Oracle APEX books. She is also co-founder of the Argentine Oracle Users Group (AROUG) and has specialized for the last 13 years in web application development with Oracle Application Express (APEX).

Deja un comentario

Discover more from Kiú

Subscribe now to keep reading and get access to the full archive.

Continue reading