We usually use SQL Server and now we need to buy Oracle Database for our new project, which became confusing when we see the price list, can someone suggest me how to count the price?

  1. We need to know difference between Enterprise and Standard Edition
  2. We need to know if we choose Enterprise Edition what Options do we must take

We need it for Government use (not in US btw)

Here a price list reference http://www.oracle.com/corporate/pricing/pricelists.html

Thanks

link|improve this question

0% accept rate
feedback

closed as too localized by Mark Henderson Jan 11 at 3:51

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

4 Answers

up vote 3 down vote accepted

Assuming that you need CPU licensing for a customer facing app, you are looking at $47,500 per CPU. If you have a multi-core CPU then you'll be paying 75% per core.

If you need to OLAP engine, that'll be another charge, if you want table partitioning that'll be another charge. Compression will be another charge, advanced security will be another charge.

Some basic info about the differences can be found on this edition chart which should answer most of your questions.

Keep in mind that governments usually pay a different price than companies, so you'll want to call Oracle and get the government pricing.

link|improve this answer
feedback

As medenny said, the licensing guide list all the features that are available only for EE, and specify which are extra cost options:

http://download.oracle.com/docs/cd/B28359_01/license.111/b28287/editions.htm

The next chapters describes each option:

http://download.oracle.com/docs/cd/B28359_01/license.111/b28287/options.htm

You can license Oracle products by CPU or by Named Users. At the end of the pricelist there is a definition of each. As for counting the number of license CPUs required, the price list refers to this doc:

http://www.oracle.com/corporate/contracts/library/processor-core-factor-table.pdf

It is typically 0.5 for Intel/ADM, and 0.75 for Unix processors, but consult the list for details. Also,it is best to contact your Oracle Sales Rep for details.

link|improve this answer
+1 for the comment to talk to the sales rep. No one ever pays sticker price for Oracle software. There is always room to negotiate, particularly if you are purchasing software for a large client like a government. – Justin Cave Aug 3 '09 at 15:20
we want to estimate a project cost, and Oracle reseller is not in our city btw, so we must ensure the price was counted correctly before we even go to another (far) city and negotiating it, thanks btw, voted up – Dels Aug 4 '09 at 1:58
Oracle should be coming to you... I wouldn't worry about travel – Cephas Aug 5 '09 at 2:01
feedback

Oracle public pricing is BS. No one pays that much and most people get packages. Oracle posts that they charge this much so everyone things they get a deal. Call them. Tell them you are using SQL Server and are considering Oracle and want a deal.

shoot for like $5,000 box or less(irregardless of CPUs). tell them you want a bundle with everything and development thrown in for free.

seriously. they make deals if you know how to bargain AND say you have SQL Server.

remember to also factor in the cost of oracle support. you can't get patches and upgrades without support. you have ABSOLUTELY have to have support. Support is usually 18-22% of the cost of your license/year. if you can't afford support, do NOT use oracle.

link|improve this answer
feedback

How oracle can audit our environment to know how many users we have and what select request they use?

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.