Im trying to install oracle data integrator into the linux server through my laptop but getting this error.I have give permission to read,write and execute for runInstaller but getting and error "permission denied". So what I have miss..
execute ODI runInstaller for linux but getting error "permission denied"
runInstaller calls the appropriate installer from /install folder. You should give permissions to required file. In your case it is
[YOUR_ODI_PATH]/install/linux64/runInstaller
As I see you have given 775 to runInstaller so you may give same permission to all /instal folder I suppose, but this is not required.