I'm trying to install the new 23ai free in a VM running AlmaLinux 9.4. The “Preinstall” and “Database-Free-Install” worked fine, but when I run /etc/init.d/oracle-free-23ai configure I get the error
Configuring Oracle Listener.
Listener configuration succeeded.
Configuring Oracle Database FREE.
/bin/su: Ungültige Option -- t
Rufen Sie »su --help« auf, um weitere Informationen zu erhalten.
Database configuration failed. Check logs under '/opt/oracle/cfgtoollogs/dbca'
I checked the oracle-free-23ai but I can't see, why I get this message. When I run only the dbca like
/opt/oracle/product/23ai/dbhomeFree/bin/dbca -silent -createDatabase -templateName FREE_Database.dbc -characterSet AL32UTF8 -createAsContainerDatabase true -numberOfPDBs 1 -pdbName FREEPDB1 -sid FREE -J-Doracle.assistants.dbca.validate.DBCredentials=false -ignorePrereqs -J-Doracle.assistants.skipAvailableSharedMemoryCheck=true -skipDatapatch true -customScripts /opt/oracle/product/23ai/dbhomeFree/assistants/dbca/postdb_creation.sql -gdbName FREE
and I type the passwords for SYS, SYSTEM and PDBADMIN everything works and I get a running database. So everything is fine for the moment. But what went wrong with the script? Is it a language thing?