Encrypt the schema password after you have installed the database. From the SQL Plus prompt enter the following command:
SQL> select 07enrpas (‘USERNAME’,’PASSWORD’) from dual:
Where:
USERNAME = Schema name in UPPER CASE
Password = Schema password
The select statement will return the encrypted password.