How to get file sitting in database server to application server
Hello,
Using UTL_FILE package i created file which is sitting in the database server.
Now i want to access this file through a host program (shell script) launched from concurrent program.
The problem is, when shell is launched from concurrent program it is looking files/folder on application server (the reason behind concurrent program is running on application server) but i need to access the file which is on database server.
I need this file from database because the file need to be FTPed using the host program.
This can be achived by connecting database server from application server using scp command.