Hi,
What is the difference between "sqlplus / as sysdba"
and
"sqlplus /nolog;conn / as sysdba"?
when "sqlplus / as sysdba", it could not "alter user system identified by password;
when "sqlplus /nolog;conn / as sysdba", it could "alter user system identified by password"
why??
Thanks.