Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: WareHouse example information
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_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Sat Jul 03 2004 - 04:33:03 CDT