How to determine OSDBA group programatically
Hi,
We are looking for a way to derive the OSDBA group of an Oracle home. We have read this note and understand looking at the config.c file --
Oracle Support Document 730067.1 (Troubleshooting ORA-1031: Insufficient Privileges While Connecting As SYSDBA) can be found at:
https://mosemp.us.oracle.com/epmos/faces/DocumentDisplay?id=730067.1
However, is there a programmatic way to get the OSDBA group? We are considering running CPP on the config.c and grep the value we want but that doesn't seem like a great solution.