Force database name starting with alphabetic character with dbca
Hi all,
I'm using Oracle Database 19.3 Standard Edition with SLES 15 and dbca to create a new instance. I would like to create a database with a Global database name starting with a number (example: 23x1234y).
I have the following result from dbca :
[DBT-10321] The instance Name specified does not start with alphabetic character.
It is possible to do it without dbca (using scripting) but I would like to do it with dbca.
Is it possible ?
Thank you in advance