Re: WareHouse example information

  • From: "Mihalis I. Tsoukalos" <mtsouk@xxxxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Sat, 3 Jul 2004 12:36:07 +0300

On Fri, Jul 02, 2004 at 10:31:53AM -0500, DENNIS WILLIAMS wrote:
> Mihalis - I haven't used this example, but if you run the following query
> you could probably find some candidate schemas, assuming the example creates
> its own schema:
> 
> select owner, count(*) from dba_tables group by owner;
> 
> If you have a database that doesn't have the example installed, run the
> query on that and see what isn't listed there.
> 
> I personally prefer to figure stuff out myself with techniques like this,
> but maybe someone who has used the example will reply.

Many thanks for the tip. It was very useful.
I changed it a little: WHERE OWNER NOT IN ('SYS', 'SYSTEM', ...)
to find out the remaining tables.

Mihalis.

-- 
 12:32:16 up 14 days,  1:36,  2 users,  load average: 0.15, 0.06, 0.01
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: