In this video we will discuss how to unlock HR user in oracle 11g, this video is a part of Oracle Tutorials. How to unlock HR Schema in Oracle 11g has become easy in just few steps.
Few points to discuss in the video:
How to unlock HR user in oracle database
How to create sys user connection
How to create hr user connection in sql developer
How to run query in HR user
oracle hr user guide
- - - - - - - - - - - - - - - - - -
How to install Oracle 11g on windows 10:
• How to install Oracle 11g express edi...
How to install SQL Developer on Windows 10:
• How to install SQL Developer on Windo...
Commands to unlock HR user in oracle 11g using the sys user connection
1) alter user hr account unlock;
2) alter user hr identified by hr;
- - - - - - - - - - - - - - - - - - - -
#oracle #tutorial #sqlDeveloper #windows10