Click here to Skip to main content
16,019,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Respected all,


I want to develop application in vb.net which take backup and restore a oracle database. I dont have any idea about that.
what i can do?
please help me.
Thanks in advance
Posted

1 solution

Oracle already provides backup software, it's called RMAN. If you really want to do this, your best bet might be to create a VB.NET app that allows the user to pick RMAN options from a GUI interface, then generates the RMAN script that will actually do the work.

In the old days (pre-RMAN) Oracle provided an executable called ocopy that could copy database files. It's still available (at least on my 11.1 database), so I suppose you could build an app around that, but IMHO that way madness lies.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900