Oracle Data BackUp with Help Of Perl

Hi All
I am able to connect my oracle database with Perl and able to execute the queries.
There is one schema names master19 which contains 50 table.

I want to take backup of each table in and store at a given directory location in Perl

For example suppose if a table student is present in master19 schema the Perl should take the back up of the table student in form of insert queries and store it in a given directory with file name student.sql
= = = = = = = = = = = = = = = = = = = = ===
Its not any home work or assignment I am reducing my effort, Normally i do take the back up manually, Now I thought that i should try with Perl, This is new (database stuff) so i posted for some help.
I am equally searching and doing hand zone as well. So i request not to close this thread again

---------- Post updated at 10:18 AM ---------- Previous update was at 10:17 AM ----------

I refereed this website
Hot Backup Of Oracle Database With perl

The easiest way to backup your database would be to export it. Check the help of the exp binary that is shipped with your Oracle client.

tyler_durden

Is there any function to export the table in Perl

What have you tried so far and why/how did it fail?

bakunin

5 Likes