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: Multiple "databases" in Oracle...from a SQL Server Admin view..HELP

Re: Multiple "databases" in Oracle...from a SQL Server Admin view..HELP

From: TurkBear <john.greco_at_dot.state.mn.us>
Date: Mon, 30 Sep 2002 09:03:45 -0500
Message-ID: <22mgpu47ikhd681bg0j7ulomd34oae2igj@4ax.com>

Go to http://otn.oracle.com and read the documentation ( especially the Concepts and DBA manuals)

Then forget most, if not all, of what you know from SqlServer- it will only confuse you..

Lets try some ( probably bad) analogies: Schemas are like the drawers in a file cabinet ( which is like the database instance) Table are the folders in the drawers -

What you seem to want to do is create several schemas within one instance each with their own tables..That way access can be granted based on the login ID used to connect ( by default the user has access to its own schema).

hth,

trevisc_at_yahoo.com (Trevis) wrote:

>Hello all you Oracle Gurus!
>
>I'm really confused about setting up more than one database in oracle.
> I've read multiple posts about "Instances" and "Schemas" and i'm more
>confused now then ever. Here is what I want to accomplish. I want to
>set up a box that I can use for testing VB applications against.
>There are multiple applications that use different databases(tables).
>In SQL server I just create a new "database" and create an odbc
>connection that uses that database's tables as its default. How do I
>accomplish this in Oracle 8.1.7? I've tried creating 2 databases but
>it seems like the first "Instance" that loads hogs up all the
>resources and even though I see the second database I can't access it.
> I'm sure i'm missing something really simple because I will be the
>only one accessing the data and I don't care about performance I just
>care about having different databases on one machine. Please post any
>friendly advice. My company won't pay for training but I could
>purchase books if there are any that would help.
>
>Thank you!
>
>T

-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------

   http://www.newsfeed.com The #1 Newsgroup Service in the World! -----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =----- Received on Mon Sep 30 2002 - 09:03:45 CDT

Original text of this message

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