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: Mercadante, Thomas F (LABOR) <Thomas.Mercadante_at_labor.state.ny.us>
Date: Thu, 19 May 2005 13:59:20 -0400
Message-ID: <ABB9D76E187C5146AB5683F5A07336FF16E600@EXCNYSM0A1AJ.nysemail.nyenet>


I try and not install all that crap to begin with. I only install the components I need.

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Goulet, Dick Sent: Thursday, May 19, 2005 1:55 PM
To: mstahlke_at_denvernewspaperagency.com; oracle-l_at_freelists.org Subject: RE: Oracle Options

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

-----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

=3D20

-----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>=3D20 Cheers,
Mark Stahlke
Oracle DuhBA
Denver Newspaper Agency

--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Thu May 19 2005 - 14:04:11 CDT

Original text of this message

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