Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Installing options later
Hemant,
From my experience with Oracle's License Management Services you can go ahead and install partitioning when you install the software. It's on the honor system, but Oracle will not get upset so long as you don's do any partitioning until you have paid for the option. If they have a question a query against DBA_TAB_PARTITIONS is the final arbiter. Namely if there are no rows returned your not using it. If there are, then you owe them some cash. You might create a daily job that checks that the row count remains at 0 until the option is paid for. Just to keep the developers honest.
Dick Goulet
Senior Oracle DBA
Oracle Certified 8i DBA
-----Original Message-----
Sent: Friday, May 02, 2003 11:37 AM
To: Multiple recipients of list ORACLE-L
How do you handle a requirement to install database options later -- after the database is live ?
Owing to budget constraints, a new database implementation in 9i will be
going without
the Partitioning Option. The ORACLE_HOME will be installed without the option.
Later, after a year [when business improves and IT get's bigger budgets] we
plan to
install the Partitioning Option.
How difficult is it to install an option and re-apply RDBMS patches later ?
Consider options like
Hemant K Chitale
My personal web site is : http://hkchital.tripod.com
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Hemant K Chitale
INET: hkchital_at_singnet.com.sg
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Goulet, Dick
INET: DGoulet_at_vicr.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri May 02 2003 - 11:57:03 CDT