forgot oracle xe password

go to command prompt.
type sqlplus / as sysdba
SQL> alter user system identified by new_password_here;

Comments

Popular posts from this blog

storing byte array as column value in datatable using c#

post form data and bind with model : using jquery ajax in mvc

Left Join using linq in telerik entity framework