gvenzl / oci-oracle-free

Build scripts for Oracle Database FREE container/docker images
Apache License 2.0
130 stars 35 forks source link

ERROR: TNS:lost contact #18

Closed priyanka-sears closed 1 year ago

priyanka-sears commented 1 year ago

On running the docker image getting below error : 2023-09-05 15:00:36 Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_FREE))) 2023-09-05 15:00:36 STATUS of the LISTENER 2023-09-05 15:00:36 ------------------------ 2023-09-05 15:00:36 Alias LISTENER 2023-09-05 15:00:36 Version TNSLSNR for Linux: Version 23.0.0.0.0 - Developer-Release 2023-09-05 15:00:36 Start Date 05-SEP-2023 09:30:36 2023-09-05 15:00:36 Uptime 0 days 0 hr. 0 min. 0 sec 2023-09-05 15:00:36 Trace Level off 2023-09-05 15:00:36 Security ON: Local OS Authentication 2023-09-05 15:00:36 SNMP OFF 2023-09-05 15:00:36 Default Service FREE 2023-09-05 15:00:36 Listener Parameter File /opt/oracle/product/23c/dbhomeFree/network/admin/listener.ora 2023-09-05 15:00:36 Listener Log File /opt/oracle/diag/tnslsnr/20e50bbc2ef7/listener/alert/log.xml 2023-09-05 15:00:36 Listening Endpoints Summary... 2023-09-05 15:00:36 (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_FREE))) 2023-09-05 15:00:36 (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=1521))) 2023-09-05 15:00:36 The listener supports no services 2023-09-05 15:00:36 The command completed successfully 2023-09-05 15:00:36 ERROR: 2023-09-05 15:00:36 ORA-12547: TNS:lost contact

Apple M1 Chip machine . any solution for this.

gvenzl commented 1 year ago

Hi @priyanka-sears,

Thanks a lot for your interest in these images!

Unfortunately, Oracle Database 23c Free is not available for ARM chips yet, so the only way around this right now is by using a virtualization technology such as Colima.

These instructions were provided by users who successfully managed to start up an Oracle Database on Apple M1 MacBooks.

Hope this helps!