Showing posts with label unlock hr in oracle. Show all posts
Showing posts with label unlock hr in oracle. Show all posts

Wednesday 11 June 2014

Unlock HR Schema In Oracle 10g

Hello Fellas, today i'm sharing how to unlock the HR schema which is by default unlock in Oracle Database.

just use the code in the sqlplus
  • first login by system user
  • then use this code.
  • alter user hr identified by PASSWORD account unlock
     where PASSWORD will be your user defined password.


 

A Guide to Installing Oracle HR Schema on an Existing Docker Container

  Hi Reader, Today I want to share my learning on how to install Oracle HR schema on a existing docker container. Step 1: Download the verif...