Under UNIX, if you are in the DBA group, password for internal is not needed. Under NT, if you are the DBA, you may decide if you want internal to be prompted for a password.
if you are working on NT server then serch for init.ora file.
the open that file and make remote_authentication _password
parameter to exclusive. then start the database it will not ask
for the internal password. If you are working in UNIX platform then comment that line.
Or create pasword file in $ORACLE_HOME/dbs using orapwd
give the passwod.
if you are working on NT server then search for init.ora file.
the open that file and make remote_authentication _password
parameter to exclusive. then start the database it will not ask
for the internal password. If you are working in UNIX platform then comment that line.
Or create pasword file in $ORACLE_HOME/dbs using orapwd
give the passwod.
Bookmarks