Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
ownership of middlware

hi experts,
I have installed obiee 11g as oracle user but now our company want to change that ownership to suppose abc
how can i do that please
Thanks
Answers
-
Assuming you're talking about Linux, then stop all OBIEE services, and then run: chown -R abc. /your/fmw/home
0 -
I am very new to obiee and yes I was talking about Linux.
So my directory structure is /u01/app/oracle/product/fmw11g/OBIEE_DEV
So for me to change it I will just run chown -R abc ./OBIEE_DEV
if this is the case then how can I change the ownership of /u01/app/oracle/product/fmw11g
Please if you can explain it alittle it will really help
Thanks
0 -
@rmoff gave you the solution:
chown -R abc /your/fmw/home
chown -R abc /u01/app/oracle/product/fmw11g
there a millions of samples like this:
Installing Oracle Enterprise Manager Grid Control 11g Release 1 (11.1.0.1.0) Linux x86
0