database service created with an invalid path to executable
c:\oracle\product\11.2.0\dbhome_2> ORADIM -NEW -SID DDMSDEV2 -STARTMODE auto -P
FILE %ORACLE_HOME%\DATABASE\initDDMSDEV.ora -SYSPWD syspassword instance created.
DIM-00019: create service error
O/S-Error: (OS 2) The system cannot find the file specified.
I get the same error using DBCA utility.
The service is created but the path to the executable is orant\bin\oracle.exe which is doesn't exist. ORACLE_HOME is set to c:\oracle\product\11.2.0\dbhome_2 . Where is oradim getting this incorrect path from?