kods.net » oracle,oracle home,network admin » oracl change user password

oracl change user password

sqlplus / nolog
> Connect / as sysdba;
> Alter user sys identified by abck;

Modify authentication
% ORACLE_HOME% \ network \ admin \ sqlnet.ora in
SQLNET.AUTHENTICATION_SERVICES = (NONE) -> SQLNET.AUTHENTICATION_SERVICES = (NTS)
Digg Technorati StumbleUpon Mixx del.icio.us Reddit BlinkList Furl YahooMyWeb

Tags: oracle, oracle home, network admin, sys, authentication services, change user

Permalink: http://www.kods.netwww.kods.net/oracl-change-user-password/

Leave a reply