Simple oracle backup without using exp or expdp
Posted
by Jacob
on Stack Overflow
See other posts from Stack Overflow
or by Jacob
Published on 2010-04-05T21:33:50Z
Indexed on
2010/04/05
23:43 UTC
Read the original article
Hit count: 217
I have Oracle 10g installed on Windows in C:\oracle. If I stop all Oracle services, is it safe to backup by just copying the entire directory (e.g., to C:\oracle_bak), or am I significantly better off using expdp?
Pointers to docs/websites very welcome, I wasn't able to Google up anything relevant.
© Stack Overflow or respective owner