How to connect to oracle database with SQL*Plus when you forget your username and password?|TUTORIAL

  • 3 years ago
In this tutorial we are going to connect with oracle database with using SQL*PLUS in case you forgot your username and password.

Paste these SQL Statements-

SQLPLUS "/AS SYSDBA"
ALTER USER SYSTEM IDENTIFIED BY SYSTEM;
COMMIT;
EXIT
SQLPLUS
Enter user-name: SYSTEM
Enter password: SYSTEM


________________________________________________________________________________________
Simple 100% working trick is provided in this video. Watch till the end !
__________________________________________________________________________________________
LIKE THIS VIDEO AND SHARE THIS VIDEO FOR NEW CONTENT LIKE THIS !
SUBSCRIBE FOR LATEST VIDEOS...HAVE A GREAT DAY!