Showing posts with label Credentials for SQL PLUS. Show all posts
Showing posts with label Credentials for SQL PLUS. Show all posts

Thursday, 16 June 2011

Oracle SQL Plus



General Procedures before starting the SQL Plus:
      *Check tnsnames.ora whether the Current Database Name has been updated or not.
      *Instead, You can configure it by giving the Server Name and Service Name will be the Name of the Database.
      *Now, Start the SQL Editor(SQL PLUS).
      *Give the Credentials SCOTT/TIGER/VIS(Database Name,You have created).
      *Cheers!! Start Working.....