I am having a hard time trying to connect to an oracle database to retrieve some data in a table and then export to a file. Can anybody provide me a basic script that shows how to connect to an oracle database providing the hostname,DB name and username and password and the Table to select from and then export the result to a file.
Is it the same way to connect to an oracle DB and mysql?
Thanks