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!

Error message when running /etc/init.d/oracle-free-23ai

UW (Germany)May 3 2024 — edited May 6 2024

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?

This post has been answered by UW (Germany) on May 5 2024
Jump to Answer
Comments
Post Details
Added on May 3 2024
4 comments
1,523 views