Possible Duplicate:
How to take oracle 10g backup?
I followed this http://www.oracle-base.com/articles/10g/oracle-data-pump-10g.php link to create a db backup. I used this command to create db backup:
expdp scott/tiger@db10g full=Y directory=TEST_DIR dumpfile=DB10G.dmp logfile=expdpDB10G.log
but I have this error message:
UDE-00008: operation generated ORACLE error 1033
ORA-01033: ORACLE initialization or shutdown in progress
please help me to resolve this issue.