Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Open a terminal and log on to the database as a superuser (password: oracle): 

Code Block
sqlplus logon AS SYSDBA

# NOTE: If you get at "invalid username/password; logon denied" error, try THIS COMMAND INSTEAD:
sqlplus 'sys as sysdba'

 

Then create the database user and database (which is referred to as a "schema" in oracle terms):

...