scott/tigerThis is a featured page

Almost every Oracle database has had an account called SCOTT with password TIGER. It is named after Bruce Scott (one of the original Oracle employees) and the password is the name of his daughter's cat. This schema contains the EMP and DEPT tables used in innumerable demos. In recent versions of the database, this account is locked by default and must be unlocked with

SQL> ALTER USER SCOTT ACCOUNT UNLOCK;

Oracle XE inexplicably doesn't have this classic account, but you can add the user yourself and fill it using the demobld script.

Later versions has an additional demo schema called HR with password HR. This schema contains many additional database objects to allow demonstration of newer database features.

The following links discuss the new sample schemas in more detail.

To drop Scott you need to run the demodrop.sql script
More details here : demodrop.sql



No user avatar
meuwiskl
Latest page update: made by meuwiskl , May 15 2008, 5:47 AM EDT (about this update About This Update meuwiskl Edited by meuwiskl


view changes

- complete history)
More Info: links to this page
Started By Thread Subject Replies Last Post
aamirmam scott/tiger 1 Nov 4 2008, 4:58 PM EST by nnirmalkumar
Thread started: Jan 3 2008, 1:38 PM EST  Watch
This is very usefull information about SCOTT
15  out of 28 found this valuable. Do you?    
Keyword tags: scott tiger demo user
Show Last Reply
Showing 1 of 1 threads for this page

Related Content

  (what's this?Related ContentThanks to keyword tags, links to related pages and threads are added to the bottom of your pages. Up to 15 links are shown, determined by matching tags and by how recently the content was updated; keeping the most current at the top. Share your feedback on Wetpaint Central.)