Datapump tool query
Hi
I have been told that we should NEVER use sysdba to export or import data
e.g.
expdp \'/ as sysdba\' parfile=partipar.par
and instead use
expdp system/<password> parfile=partipar.par
is this true and why is that the case as I have seen many cases where sysdba has been used?
thanks