1

I am working on Oracle fmw and Oracle database. both are installed in different directory. but as of now i need to put ORACLE_HOME of their installed location. please suggest me how to put 2 different locations in one environment variable.

2 Answers2

1

You dont need to put them in oracle home, you let them install.

later the software config file will decide which oracle_home to took!

Stark
  • 481
  • 1
  • 9
  • 31
0

As I understand your question, you can't and should have no need to do so. Environment variables are set at the session level. You set it for the ORACLE_HOME that is appropriate for the product you are dealing with at the moment, in that session.

EdStevens
  • 3,708
  • 2
  • 10
  • 18