.NET Library for ORACLE backup & restore function

  • Thread starter Thread starter Marco Wolff
  • Start date Start date
M

Marco Wolff

Hi,

i'm searching for a .NET library for backup & restore a ORACLE database
simluar to 'Microsoft.SqlServer.Management.Smo'.

Is that possible, i didn't found anything about this problem.

Many thanks for any help
Marco
 
Have not find anything useful for backup and recovery in the
Oracle Data Provider for .Net white paper.
But you can execute RMAN scripts, if know how to script a backup.
See http://www.polarisdb.com/rman.htm for an example in perl. You can try to
translate it into windows powershell or IronPython scripts, or just call a
perl script in your program.
 
Back
Top