Learn about how to start multiple database instances.
Perform the following steps to start service for multiple Oracle Database instance:
ORACLE_SID
SID
C:\> SET ORACLE_SID=SID
The variable SID is the name of the Oracle Database instance.
C:\> sqlplus /NOLOG
AS
SYSDBA
SQL> CONNECT / AS SYSDBA
SQL> STARTUP PFILE=ORACLE_BASE\admin\db_name\pfile\init.ora
The variable ORACLE_BASE is c:\app\username (unless you changed it during installation) and db_name is the name of the instance.
ORACLE_BASE
c:\app\
username
db_name
Scripting on this page enhances content navigation, but does not change the content in any way.