Skip to content

SID and global db name

aw3s0me edited this page Mar 13, 2013 · 2 revisions
  • SID : schemadesc

  • global db name : schemadesc

  • password : 123

  • Flash Recovery Area : {ORACLE_BASE}\flash_recovery_area

  • Flash Recovery Size Area : 2048 MB

  • Character Set : AL32UTF8

  • Scripts : D:\oracle\product\10.2.0\admin\schemadesc\scripts

  • Start SQL*Plus (sqlplus) and connect to the books database.

  • At a command prompt, type:

  • sqlplus user/password@dbname

  • user is your Oracle user name, password is your password, and dbname is the name of the database to connect to (books, in this case). For security, you can omit the password and instead type:

  • sqlplus user@dbname

  • SQL*Plus will prompt you for your password.

Clone this wiki locally