Global database name cannot be left blank

Posted by big on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/Global-database-name-cannot-be-left-blank-tp9905.html

Hi,
On AIX , I try to install Oracle DB 19.3 binaries without any DB, Then I ran:

./runInstaller -silent -debug -force -noconfig -responseFile /u/product/oracle/distrib/ora19300/db/install/response/db_install.rsp

I had:
error = /usr/bin/sh: /sbin//acfsutil:  not found output =
[FATAL] [INS-35071] Global database name cannot be left blank.
   CAUSE: The Global database name was left blank.
   ACTION: Specify a value for the Global database name.

Then in db_install.rsp I added instal.option=SWONLY

And re run. But I received:
[FATAL] [INS-35344] The value is not specified for Database Administrator (OSDBA) group.
   ACTION: Specify a valid group name for Database Administrator (OSDBA) group.
[FATAL] [INS-35344] The value is not specified for Database Backup and Recovery (OSBACKUPDBA) group.
   ACTION: Specify a valid group name for Database Backup and Recovery (OSBACKUPDBA) group.
[FATAL] [INS-35344] The value is not specified for Data Guard administrative (OSDGDBA) group.
   ACTION: Specify a valid group name for Data Guard administrative (OSDGDBA) group.
[FATAL] [INS-35344] The value is not specified for Encryption Key Management administrative (OSKMDBA) group.

I put DBA for all these gruops and re run, but I received:
[FATAL] [INS-35341] The installation user is not a member of the following groups: [DBA, DBA, DBA, DBA, DBA]
   CAUSE: The installation user account must be a member of all groups required for installation.

But I run runinstaller as oracle user who is member of dba group.

What do you suggest me?


Thanks for help.