Change ownership of the generated files on the Target machine (in this example EC2):
root@ip-10-146-179-132[/home/oracle/TEST_FETCH] # chown oracle:oinstall TEST*
root@ip-10-146-179-132[/home/oracle/TEST_FETCH] # ls TEST_FETCH-APPLY.ddc TEST_FETCH-MINE.ddc TEST_FETCH-run-ec2-54-82-47-176.compute-1.amazonaws.com.sh TEST_FETCH-run-ip-10-139-39-29.sh
root@ip-10-146-179-132[/home/oracle/TEST_FETCH] # ls -l total 16 -rw-r----- 1 oracle oinstall 528 Mar 19 14:58 TEST_FETCH-APPLY.ddc -rw-r----- 1 oracle oinstall 528 Mar 19 14:59 TEST_FETCH-MINE.ddc -rwxr----- 1 oracle oinstall 105 Mar 19 15:03 TEST_FETCH-run-ec2-54-82-47-176.compute-1.amazonaws.com.sh -rwxr----- 1 oracle oinstall 107 Mar 19 15:04 TEST_FETCH-run-ip-10-139-39-29.sh
Comments