Skip to Main Content

Oracle Database Discussions

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!

[FATAL] [DBT-05509] Failed to connect to the specified database

ash-hnAug 24 2023

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.

Comments
Post Details
Added on Aug 24 2023
11 comments
6,447 views