Saturday, May 14, 2016

How to create Oracle instance Service in Windows System


C:\Windows\system32>set ORACLE_HOME=D:\app\rajib.pradhan\product\11.2.0\dbhome_1

C:\Windows\system32>set PATH=%ORACLE_HOME%\bin;%PATH%

C:\Windows\system32>set ORACLE_SID=ORCL

C:\Windows\system32>
C:\Windows\system32>oradim -NEW -SID ORCL -STARTMODE manual
Instance created.

C:\Windows\system32>sc query oracleserviceORCL

SERVICE_NAME: oracleserviceORCL
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 4  RUNNING
                                (STOPPABLE, PAUSABLE, ACCEPTS_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0

C:\Windows\system32>
C:\Windows\system32>
C:\Windows\system32>
C:\Windows\system32>sqlplus /nolog

SQL*Plus: Release 11.2.0.1.0 Production on Sat Dec 5 00:49:21 2015

Copyright (c) 1982, 2010, Oracle.  All rights reserved.

SQL> conn /as sysdba
Connected to an idle instance.

No comments:

Post a Comment