Hi, all

I have got a problem here. I want to change the password for 'internal' by using ORAPWD. I execute the task in this sequence:
1. Shutdown oracle 8i, stop all the services
2. Make sure REMOTE_LOGIN_PASSWORDFILE=exclusive
3. Set oracle_sid
4. Run orapwd file=xxx password=xxx
5. Start up oracle 8i

However, the password for internal is still the old one. I couldn't login using the new password. Did I miss any step? Thanks!