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

Home -> Community -> Usenet -> c.d.o.misc -> Re: "View" to a large schema

Re: "View" to a large schema

From: Brian Peasland <oracle_dba_at_remove_spam.peasland.com>
Date: Mon, 7 Jul 2003 17:40:16 GMT
Message-ID: <3F09B080.F346E7F@remove_spam.peasland.com>


You can set up a new user (or schema) for just the podiatrists. Then, grant SELECT or whatever privileges they need to this new user. Sign on as that user and they will only be able to see the objects they have privs to.

HTH,
Brian

Hypermommy wrote:
>
> Hi all,
>
> You'll have to forgive me if I don't use the right terms. I am
> nowhere near an Oracle programmer and don't know the proper
> termanology. But I hope you'll bear with me....
>
> Something I'm working on accesses an Oracle database we have at the
> office. Now this database has hundreds tables in one area (schema?)
> and we can't change that. However, the program that's accessing it
> (which is an ASP thing) is timing out. And I suspect it's due to the
> number of tables and such that is there becuase it works fine with
> smaller databases.
>
> So, now, my issue is... what can we do in Oracle, without splitting up
> this schema, to pull over references to just a few tables at a time.
> For instance, if we have 10 tables that deal with podiatrists and
> that's all we want to look at is podiatrists and not all of the
> pediatricians and so forth, is there some way -- without moving the
> tables themselves -- to set up a view just to the podiatrist type
> information? Then I could set up an ODBC connection to that view
> (whatever it is or however it's done) and see just podiatrist
> information without the system trying to slog through all the doctors?
>
> Thanks in advance for whatever assistance you can give me.
>
> --== Hyper ==--

-- 
===================================================================

Brian Peasland
oracle_dba_at_remove_spam.peasland.com

Remove the "remove_spam." from the email address to email me.


"I can give it to you cheap, quick, and good. Now pick two out of
 the three"
Received on Mon Jul 07 2003 - 12:40:16 CDT

Original text of this message

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