Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> There isn't Scott after a successful installation

There isn't Scott after a successful installation

From: Norman Dunbar <Norman.Dunbar_at_lfs.co.uk>
Date: Fri, 22 Nov 2002 16:02:45 -0000
Message-ID: <E2F6A70FE45242488C865C3BC1245DA702F66F68@lnewton.leeds.lfs.co.uk>


Terry,

up until version 9, you had scott/tiger.

From 9 onwards there is a 'complete' human resources/stock/invoicing/etc/etc demo database showing off such things as user defined types, advanced queuing etc. These are held in various schemas such as HR and so on.

Select username from dba_users where username not in ('SYSTEM','SYS','OUTLN','DBSNMP')
should get you a list.

Cheers,
Norman.



Norman Dunbar
Database/Unix administrator
Lynx Financial Systems Ltd.
mailto:Norman.Dunbar_at_LFS.co.uk
Tel: 0113 289 6265
Fax: 0113 289 3146
URL: http://www.Lynx-FS.com
-------------------------------------



-----Original Message-----
From: Terry Mu [mailto:terry_mu_at_yahoo.com] Posted At: Friday, November 22, 2002 3:05 PM Posted To: server
Conversation: There isn't Scott after a successful installation Subject: Re: There isn't Scott after a successful installation

Hi, all of you.

Then is there a better schema can be used to practice the feautures?

Dunbar" <Norman.Dunbar_at_lfs.co.uk> wrote in message news:E2F6A70FE45242488C865C3BC1245DA702F63852_at_lnewton.leeds.lfs.co.uk...
> Hi Howard,
>
> Nope, I'm a fan of scott/tiger too. I wrote a small, but almost
> perfectly formed document teaching my wife to do simple SQL using
> Scott's tables. She takes it with here on all her contracts - and I
> suspect sells copies to others on the same team. Hmmmm, I never see
any
> of the proceeds myself though - must have a word !
>
> Cheers,
> Norman.
>
> -------------------------------------
> Norman Dunbar
> Database/Unix administrator
> Lynx Financial Systems Ltd.
> mailto:Norman.Dunbar_at_LFS.co.uk
> Tel: 0113 289 6265
> Fax: 0113 289 3146
> URL: http://www.Lynx-FS.com
> -------------------------------------
>
>
> -----Original Message-----
> From: Howard J. Rogers [mailto:howardjr2000_at_yahoo.com.au]
> Posted At: Friday, November 22, 2002 12:20 AM
> Posted To: server
> Conversation: There isn't Scott after a successful installation
> Subject: Re: There isn't Scott after a successful installation
>
>
> (Am I the only person on the planet that doesn't feel it's a real,
> functioning, database until I can see the results from select * from
> emp???
> Surely not).
>
> Regards
> HJR
>
>
>
Received on Fri Nov 22 2002 - 10:02:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US