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

Re: .NET Library for ORACLE backup & restore function by Sheng

Sheng
Mon Apr 28 11:37:50 CDT 2008

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.

--
Sheng Jiang
Microsoft MVP in VC++
"Marco Wolff" <marco.wolff@roche.com> wrote in message
news:utV47QQqIHA.2208@TK2MSFTNGP04.phx.gbl...
> 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
>
>