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 -> Re: demo db

Re: demo db

From: Pat Boivin <lori.pat_at_ns.sympatico.ca>
Date: Fri, 02 Mar 2001 16:52:06 GMT
Message-ID: <3A9FCF36.715E93D8@ns.sympatico.ca>

Microsoft-speak: database
Oracle-speak: schema which refer to tablespaces

Microsoft-speak: server
Oracle-speak: instance (commonly called a "database")

So Microsoft SQL has "detachable" databases -- Oracle has "transportable tablespaces".

To create a demo database, you can run one of the scripts in /rdbms/admin. It will create tables like employees (or emp), products, etc.

:)

Uchakra wrote:
>
> Don't compare with sqlserver where
> you do
> use pubs or
> use master etc.
>
> Oracle consists of one database. You
> create multiple or schemas. There
> is no such thing as demo database that
> you can create.
> Regards
> Willy
Received on Fri Mar 02 2001 - 10:52:06 CST

Original text of this message

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