is the post-command script /usr/local/cgbt/rman/DR3/POSTCMD.sh possibly not set with an executable bit? Is also the shebang set in the first line of the post-command script to run a specific shell, so for example:
#!/bin/sh
No idea however what the post-command intends to do with regards to the redolog (backup)?
bbeckers1
2 Intern
•
203 Posts
0
May 17th, 2024 15:02
is the post-command script /usr/local/cgbt/rman/DR3/POSTCMD.sh possibly not set with an executable bit? Is also the shebang set in the first line of the post-command script to run a specific shell, so for example:
#!/bin/sh
No idea however what the post-command intends to do with regards to the redolog (backup)?