S, I want to know whether I can run export dump with Database in mount state? Also, will there be any loss of information or any data or any chances of loosing such data/information?
C:\exp '/as sysdba' full=y file=ds.dmp
Export: Release 10.1.0.2.0 - Production on Sat Mar 19 16:42:34 2005
Copyright (c) 1982, 2004, Oracle. All rights reserved.
EXP-00004: invalid username or password
Username: / as sysdba
EXP-00008: ORACLE error 1219 encountered
ORA-01219: database not open: queries allowed on fixed tables/views only
EXP-00000: Export terminated unsuccessfully
It is common knowledge, (at least it should be) that export / import will only work when DB is open. If you want to restrict users while exporting/ importing , startup your database in resticted more and run exp/imp as an user with restrict access privilege granted.
One, who thinks that the other one who thinks that know and does not know, does not know either!
If you are worried about other sessions changing data while it is being exported, then specify consistent=y, which changes the export session's transaction isolation level to a read-only serializable mode.
ur confusing me hun....
what i mean to say is exp '/ as sysdba' is ok and runs fine without
a password. but sqlplus '/ as sysdba' runs and is asking a password.
Bookmarks