env | grep ORA
For the user oracle on Linux database server
'env | grep ORA' returns Oracle env variables (ORACLE_HOME, ORACLE_BASE…) just fine but for other users on Linux it does not return them. How to fix?
0
For the user oracle on Linux database server
'env | grep ORA' returns Oracle env variables (ORACLE_HOME, ORACLE_BASE…) just fine but for other users on Linux it does not return them. How to fix?