Closed yahonda closed 5 months ago
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9e2ad8cdd058 oracle/database:23.4.0-free "/bin/bash -c $ORACL…" 4 minutes ago Up 4 minutes (health: starting) 1521/tcp oracle-container
$ docker exec -i -t 9e2ad8cdd058 /bin/bash
bash-4.4$ more /opt/oracle/diag/rdbms/free/FREE/trace/FREE_ora_2733.trc
Trace file /opt/oracle/diag/rdbms/free/FREE/trace/FREE_ora_2733.trc
Oracle Database 23ai Free Release 23.0.0.0.0 - Develop, Learn, and Run for Free
Version 23.4.0.24.05
Build label: RDBMS_23.0.0.0.0_LINUX.X64_240424
ORACLE_HOME: /opt/oracle/product/23ai/dbhomeFree
System name: Linux
Node name: 9e2ad8cdd058
Release: 6.8.0-31-generic
Version: #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024
Machine: x86_64
Storage: ?
CLID: U
Instance name: FREE
Instance number: 0 <none>
Redo thread mounted by this instance: 0 <none>
Oracle process number: 0
Unix process pid: 2733, NID: 4026532641, image:
*** 2024-05-14T08:44:22.976738+00:00 ORA-07427: spstp: cannot change directory to dbs. ORA-27300: OS system dependent operation:chdir() failed with status: 2 ORA-27301: OS failure message: No such file or directory ORA-27302: failure occurred at: spstp:9 ORA-27303: additional information: error returned by chdir() is 2 bash-4.4$ exit
Just to let you know. I'm still running into this issue. Let me know if I can assist.
@gvenzl This is the .trc
Trace file /opt/oracle/diag/rdbms/free/FREE/trace/FREE_ora_4214.trc
Oracle Database 23ai Free Release 23.0.0.0.0 - Develop, Learn, and Run for Free
Version 23.4.0.24.05
Build label: RDBMS_23.0.0.0.0_LINUX.X64_240424
ORACLE_HOME: /opt/oracle/product/23ai/dbhomeFree
System name: Linux
Node name: febd2b603ee1
Release: 4.18.0-519.el8.x86_64
Version: #1 SMP Tue Oct 24 16:44:13 UTC 2023
Machine: x86_64
VM name: KVM CPUID feature flags: 0x01003afb
Storage: ?
CLID: U
Instance name: FREE
Instance number: 0 <none>
Redo thread mounted by this instance: 0 <none>
Oracle process number: 0
Unix process pid: 4214, NID: 4026532646, image:
*** 2024-06-18T09:17:57.165801+00:00
ORA-07427: spstp: cannot change directory to dbs.
ORA-27300: OS system dependent operation:chdir() failed with status: 2
ORA-27301: OS failure message: No such file or directory
ORA-27302: failure occurred at: spstp:9
ORA-27303: additional information: error returned by chdir() is 2
sh-4.4$
@kaidonato have you rebuilt after the fix was pushed?
Removed previous comment. Error on my setting and issue is fixed.
23.4.0 Free gets "ORA-07427: spstp: cannot change directory to dbs." error
Steps to reproduce
Expected behavior
It should start up 23.4.0 Free Docker process.
Actual behavior
It gets "DATABASE SETUP WAS NOT SUCCESSFUL!".