orapwd file
Dear Experts,
When I create orapwd file using bellow command:
orapwd file='locatoin/orapw$SID' dbuniquename='<name>' password=<pasword> entries=100
Then, do I need to set up sys password by bellow command in database as well?
sqlplus> alter user sys identified by <pasword>;
and what's the difference between theses 2 command?
BR,
David