How To Unlock HR Account in Oracle Database Tutorial Example
Run MS-DOS command prompt then copy & paste the below code to unlock HR account in Oracle Database Server Tutorial Example
-- connect as sysdba -- i am using sqlplus as client. you can use anything as you like.
ALTER USER HR IDENTIFIED BY HR; ALTER USER HR ACCOUNT UNLOCK;
-- HR user and account have been unlocked as sample schema/database in oracle database
-- is comment in Oracle
-- in fact it is comment in MSSQL and MySQL as well
How To Unlock HR Account in Oracle Database Tutorial Example - Result in MS-DOS SQLPLUS Client Tools
Related Tutorial Examples
- How To Connect Oracle Database AS SYSDBA Example
- How To Connect Oracle Database Server Tutorial Example
- How To Show User Tables In Oracle Database Tutorial Example
- How To Create USER In Oracle Database Tutorial Example
- How To Drop USER In Oracle Database Tutorial Example
- MySQL NULLIF() Function Datetime Value Example
- MySQL Stored Procedure: Batch Salary Increment Example
- 20 Steps to Learn CakePHP by Example
- 19 Examples to Learn MySQL
- UNIX Command Example: File Last Modification Information

No comments:
Post a Comment
leave your comments here..