I'm absolute beginner to ORACLE ,so I installed SQL developer to start practising query then I installed Oracle Database, after which I got the following screen

Then when I tried to create new connection with the following credentials
>Connection name: HR_DB
>Username :HR
>Password :HR
>Hostname :localhost
>port :1521
>sid :orcl
Now I get the following error
Status: Failure -Test Failed:ORA-01017 invalid username/password; logon denied
Please help me to get connected to local Database account ,I have absolutely no idea what's happening.
systemand alter the password of HR schema and re-connect. But AFAIK default password for HR schema is HR. So I'm not sure what's going wrong in your case. - Ravi.