1. Login in sqlplus or sqlplus or isqlplus as a user system with respective password.
2. Execute the following command
ALTER USER HR IDENTIFIED BY password ACCOUNT UNLOCK;
here password is your passord which you want to use for your account remember this password for further use.
3. Login in with user HR with password specified above
Now you can use all tables specified in tutorial.
Please leave your comment If you encounter any problem
refer: http://satendrakumar.wordpress.com/2008/09/26/how-to-unlock-sample-hr-database-in-oracle/
http://srikanthtechnologies.com/articles/oracle/gettingstartedwith10g.html
