i managed to install Oracle Database 19c on Oracle Linux 9 but i have an issue creating a DB using DBCA.
i am using:
$ORACLE_HOME/bin/dbca -silent -createDatabase -templateName General_Purpose.dbc -gdbname XXX -sid XXX -responseFile NO_VALUE -characterSet AL32UTF8 -memoryPercentage 30 -emConfiguration NONE -sampleSchema true -sysPassword Pass#1234 -systemPassword Pass#1234
the below error is faced when creating the DB:
[FATAL] [DBT-05509] Failed to connect to the specified database (XXX).
CAUSE: OS Authentication might be disabled for this database (XXX).
ACTION: Specify a valid sysdba user name and password to connect to the database.