Oracle XEr2 Enable HR Schema
So now that we have the XE installed lets enable your HR Schema.
Log into the sqlplus and execute this:
Alter user hr identified by hr account unlock;
Then you can log into the Schema
#bearMan
Fusion Application Developer problems encountered by me, solved and shown to the world
Alter user hr identified by hr account unlock;