• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Argh, can someone help me set up Oracle?

I need to get Oracle set up on my machine for a project. I get everything installed, now WTF am I supposed to type in SQL Plus to log into my database? I never set a username/password/hostname in the install or when the database was created. Are there some defaults I'm supposed to use or am I missing where I set this info?
 
Look for something called Net8 Assistant. Number might be different depending on which version of Oracle your using. Rest is pretty much menu driven from there.
 
dont you wish you were using MS Sql Server. (Sorry its my job here on the board to shamelessly plug MS products)
 
there's several built in accounts you need to log in with before creating a personal accout. You can try:

username: password:
System manager
Sys change_on_install

then type CREATE USER gonad. GRANT DBA to gonad.

You need the name of the database to login to. Use the Oracle Database Configuration Assistant to setup one if you haven't already.

 
Eh, I used to remember how to do this...

Default username and password should be system/manager or just 'internal' as username
 
Back
Top