Global database name cannot be left blank

classic Classic list List threaded Threaded
8 messages Options
big
Reply | Threaded
Open this post in threaded view
|

Global database name cannot be left blank

big
This post was updated on .
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.
Reply | Threaded
Open this post in threaded view
|

Re: Global database name cannot be left blank

ErmanArslansOracleBlog
Administrator
It seems your rsp file is missing some info.

You should also specify those groups mentioned in the error messages ..

You have the set the related parameters in that rsp.. This is for 12c..

Something like the following;

oracle.install.db.BACKUPDBA_GROUP=dba
oracle.install.db.DGDBA_GROUP=dba
oracle.install.db.KMDBA_GROUP=dba
..
...
etc...
big
Reply | Threaded
Open this post in threaded view
|

Re: Global database name cannot be left blank

big
This post was updated on .
Thanks.

As I told

I had put DBA for all these gruops and re run

oracle.install.db.BACKUPDBA_GROUP=dba
oracle.install.db.DGDBA_GROUP=dba
oracle.install.db.KMDBA_GROUP=dba

I had set them in capital letters, does it matter?

Does rootpre.sh verify db_install.rsp?

Regards.
big
Reply | Threaded
Open this post in threaded view
|

Re: Global database name cannot be left blank

big
Hi,
Thank you.

I deleted all file and directories in $ORACLE_HOME and unzipped the zip file (downloaded from oracle site) agin.

Can I   re run runinstaller with a correct response file or Should I uninstall first?

Regards
Reply | Threaded
Open this post in threaded view
|

Re: Global database name cannot be left blank

ErmanArslansOracleBlog
Administrator
just try the uninstallation first.. There may be some inventory records left so it is okay to try uninstalling.
If you can't uninstall, then you can just rerun the runinstaller.
big
Reply | Threaded
Open this post in threaded view
|

Re: Global database name cannot be left blank

big
This post was updated on .
Thankyou.

How to run uninstall?

Can this work:

runInstaller -detachHome

Can I delete manually inventory records left? If yes how?
vi content.xml
and delete line containing ORACLE_HOME?

Thanks and regards.
big
Reply | Threaded
Open this post in threaded view
|

Re: Global database name cannot be left blank

big
Hi,
Just to know the end of story.
I verified orainventory , nothing recorded of my installation.

Then with corrected response file I re run runinstaller. It worked fine.

Thanks and regards.
Reply | Threaded
Open this post in threaded view
|

Re: Global database name cannot be left blank

ErmanArslansOracleBlog
Administrator
Good for you Big!