Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

External Bash Script Passwordless Login ssh doesn't return status

thgoumMay 28 2013
Hi to all,

I have created an event based job which is calling a bash script like this

------------------------------------------------------------------------
#!/bin/bash
ssh test_user@test_server rm -fv /home/test_user/*
------------------------------------------------------------------------

but every time the event is raised and the job is triggered, stucks in running mode. It seems that the ssh doesn't return exit code.

Any ideas?

Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 25 2013
Added on May 28 2013
0 comments
936 views