Hi All,
I need help on exporting data from a table to csv and transfer the file to a shared location using SFTP in Unix.
Step 1 . Login to Unix and connect to Oracle database. Select data of specific table (for eg: select empno, empname from employee).
Step 2 Export employee table data and generate a csv file.
Step 3 Move generated csv file in step 2 to AWS (Amazon web service) cloud using SFTP.
Step 4 Automate the whole thing with crontab or similar.
Note: Everything is in Unix environment.
Can anyone help me in how to achieve this?
Thanks
Ravi