Created on 12-19-2017 06:46 PM - edited 09-16-2022 05:39 AM
my ssh-action problem is that, run "ls" or"pwd" or "mkdir dirtest" or "java -version" with ssh action is successful. but, when i run "sqlplus","sqlplus user/pass","sqlplus user/pass@localhost/pdb1 @test.sql " is failed and there is not any useful log in "log" tab or "oozie-oozie" directory. and you know i want execute some oracle sql statement bu oozie ssh action. thank you very much.
Created 12-29-2017 02:04 AM
hello.everyone. the first step in ssh-action is "source /home/oracle/bash_profile",and then you can run oracle command. thanks
Created 12-20-2017 04:48 AM
This looks like it is a duplicate of what I already answered in: this thread
Created 12-29-2017 02:04 AM
hello.everyone. the first step in ssh-action is "source /home/oracle/bash_profile",and then you can run oracle command. thanks