Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Connected an idle instance - issue

John_S_MNov 22 2020

Hi,
I've installed
Oracle Database Express Edition (XE) Release 18.4.0.0.0 (18c) and
I have created environment variables
image.pngListener status:
image.pngListener services:
image.pngServices:
image.pngListener.ora
# listener.ora Network Configuration File: C:\app\Administrator\product\18.0.0\dbhomeXE\NETWORK\ADMIN\listener.ora
# Generated by Oracle configuration tools.

DEFAULT_SERVICE_LISTENER = XE

SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = C:\app\Administrator\product\18.0.0\dbhomeXE)
(PROGRAM = extproc)
(ENVS = "EXTPROC_DLLS=ONLY:C:\app\Administrator\product\18.0.0\dbhomeXE\bin\oraclr18.dll")
)
)

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.99.163)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
)

SQLPLUS: Connected to an idle instance error
image.pngCould you please let me know how I could fix the idle instance issue?

This post has been answered by Hemendra.Singh on Nov 24 2020
Jump to Answer
Comments
Post Details
Added on Nov 22 2020
23 comments
654 views