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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: SCHEMA/OBJECT MODELING, MAPPING

Re: SCHEMA/OBJECT MODELING, MAPPING

From: amar kumar padhi <amar.padhi_at_gmail.com>
Date: Tue, 12 Jun 2007 19:48:10 +0400
Message-ID: <466EC03A.2080504@gmail.com>

For point b - partial solution, you can find out the dependencies between different schema's by working out a query on DBA_DEPENDENCIES.

Thanks!
amar

Paula Stankus wrote:
> I am working on a project where we have to separate a database and schema into two. The biggest issue from a database-side is underlying objects called, accessed from packages, procedures and views in other schemas that will not be copied (at least we don't think so yet). However, to make decisions about using database links, snapshots, etc. to make these processes work - I was just wondering:
>
> a-what is the best modeling technique to map a .Net class to a package say to other packages in other schemas
>
> b-find out what packages, views, objects in schema B and schema C are being accessed in schema A - how (CRUD), how frequently.
>
> This is an 8i database on Solaris.
>
> Thanks in advance,
> Paula
>
>
> ---------------------------------
> Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jun 12 2007 - 10:48:10 CDT

Original text of this message

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