bank payment file archive program
For backup payment i have required to create a file in custom top and when this is proccess it moved in archive location .
Using two program .
one for creating a file and second for move or archive those file.
I have using utl_file package for create a file in custom top but the issue is when i created file in custom top its contain database owner .But when i try to move from the second program move command is not working .(it run at application level it can't move the database created file .)
How can i handle this issue.