Hy
i'm installing a database instance on oracle 11.2.0.4.5 RAC on ASM with GRID.
We have two nodes . Grid is installed each node in local while oracle 11204 is shared .
Both database are patched with last bundle and grid patches .
During the sapinst installation we have the following problem when it asked us the database grid software parameters:
after inserting the right oracle home it goes in error:
Database Instance( Last error reported by the step: Assertion failed: OraQuery3 constructor: Argument context has to be a valid OraSqlContext.)
Analyzing the sapinst_dev.log i think to have found the probably error :
******************
NWUsers.getAccountData(): {
role:ORACLE
type:USER
systems:os
id:
name:oracle
comment:Oracle System Administrator
home:/oracle/ORAGRID
shell:/bin/csh
privileges:
exists:false
client:
host:undefined
instancenumber:undefined
locked:false
chownHomeDir:true
password:XXXXXX
groups:oinstall,sapinst,dba,oper,asmoper,asmdba,asmadmin
}
TRACE 2015-03-27 14:53:06.705
OraCom(selectASMDiskGroup() start: false
TRACE 2015-03-27 14:53:06.705
T_ORAASMDG.remove(WHERE 1=1)
ERROR 2015-03-27 14:53:06.705 [CInstallerCallBackImpl.cpp:228]
CJS-00030 Assertion failed: OraQuery3 constructor: Argument context has to be a valid OraSqlContext.
TRACE 2015-03-27 14:53:06.705 [JSExtension.hpp:145]
JSExceptionHandler::setJSException()
Member function 'Installer.abortInstallation()' has thrown ESAPinstException. Converting to JavaScript exception EJS::Exception.
*********************
i think the problem is the following:
Grid and DB were installed with user oragrid and not with oracle user.
Anyway it should create that user or not...Do you think is this the problem? Is it some workaround to solve this problem?
Thanks
Nick