Skip to Main Content

Oracle Database Free

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

23ai listener fail to start after - which was started at the begining when the 23ai db was created

Old XuFeb 6 2025 — edited Feb 6 2025

OS: CentOS 8, Oracle Linux8.10

I tried/reinstalled/ re-created free db several times but am still facing the same problem.

The listener can be auto start once the free db was created. but when I stop the listener (lsnrctl stop) or reboot the OS. The listener cannot be started with error message as below.

Starting /opt/oracle/product/23ai/dbhomeFree/bin/tnslsnr: please wait...

TNS-12547: TNS:lost contact

TNS-12560: Database communication protocol error.

TNS-00517: Lost contact Linux Error: 32: Broken pipe

the listener.ora created by default is below:

DEFAULT_SERVICE_LISTENER = FREE

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = ROG)(PORT = 1539))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
)

This post has been answered by Old Xu on Feb 6 2025
Jump to Answer

Comments

Post Details

Added on Feb 6 2025
1 comment
131 views