Here is what I have done so far. The batch scripts looks good. But the sql script is worng. Please help
BATCH FILE - Attached
SQL FILE
============
alter user mysuer identified by &1;
exit
When I run the script like this,
E:\DBA\Scripts\chgpwd.bat scott password1 password2
It says the user 'Scott' does not exist.
I know I am doing something silly. Please help