No more Blub for me, thank you, Vicar.
chris webster wrote:Here's what you need to do:
Stop panicking and relax. Uninstall Oracle 11g right now, as you are way out of your depth with it and it is preventing you from learning the basics. Download and install Oracle Express Edition (XE) 11g. Find a basic tutorial on getting started with Oracle, and work through it properly. Use all resources to help you figure out what you are doing - tutorials, Oracle documentation, Google, your own brain, online forums etc.
And in case you need it, the forums on Oracle's Technology Network are probably the best place to find advice on problems with Oracle.
No more Blub for me, thank you, Vicar.
chris webster wrote:Ouch!
Sorry - my fault: I'm not using XE on my 64-bit machine so I hadn't noticed this problem.
You're right, there is (still!) only a 32-bit installer for Oracle XE on Windows. I've just tried to install it on W7 64-it and you get errors about missing registry entries, so this may be a problem.
Plan B:
Stick with your current Oracle installation, but pretend it's Oracle XE i.e. don't touch all the "Oracle" stuff in your Windows menu (like the Oracle Enterprise Manager browser tools), but just use SQL Developer or SQL*Plus to do everything - creating users, connecting to schemas, creating tables etc. This should be all you need in order to follow the tutorials.
Incidentally, the SYSTEM password should be whatever you said it should be when you created the database. Maybe try using the same password as for SYS? Alternatively, if you can log in as SYS (in SQL Developer), go to the "Other Users" entry in the left-hand panel, then select SYSTEM and you should be able to change the SYSTEM users' password.
Sorry for misleading you over XE: it's a great tool for learning Oracle, and it's strange that Oracle still haven't released a 64-bit Windows version!
No more Blub for me, thank you, Vicar.
chris webster wrote:Forget about using Oracle Enterprise Manager - it's too complicated and it may be pointing at the wrong database anyway e.g. if you have created a new database in addition to the default database.
Just use SQL Developer instead and watch this video on how to set up your user via SQL Developer with the right permissions.