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: Oracle Options

RE: Oracle Options

From: Goulet, Dick <DGoulet_at_vicr.com>
Date: Thu, 19 May 2005 13:55:08 -0400
Message-ID: <4001DEAF7DF9BD498B58B45051FBEA65028A0543@25exch1.vicorpower.vicr.com>


Who leaves the example schema's laying around a production db??=20

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Stahlke, Mark Sent: Thursday, May 19, 2005 1:58 PM
To: oracle-l_at_freelists.org
Subject: RE: Oracle Options

=20

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]
On Behalf Of Tim Gorman
Sent: Thursday, May 19, 2005 11:32 AM
To: oracle-l_at_freelists.org
Subject: Re: Oracle Options

>Usage, not installation or deinstallation, determines what you pay.
>It's real easy to determine if you're actually using partitioning or
not
(i.e.
>"select count(*) from dba_tab_partitioning where table_owner not in
('SYS','SYSTEM','OUTLN')").
>Likewise, its easy to determine if you are using any other
separately-licensed option or not,
>regardless of install status...

Interesting. What about the example schemas? Some of them use partitioning.
Here is the output from a variation on Tim's query in a 9.2.0.4 database that has the example schemas installed but partitioning is not used otherwise.

SQL> select table_name, owner from dba_part_tables where owner not in ('SYS','SYSTEM','OUTLN');

TABLE_NAME                     OWNER
------------------------------ ------------------------------
COSTS                          SH
SALES                          SH

SQL>=20 Cheers,
Mark Stahlke
Oracle DuhBA
Denver Newspaper Agency

--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Thu May 19 2005 - 13:59:49 CDT

Original text of this message

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