Possible Duplicate:
Can you help me with my software licensing question?

I need a licence for oracle db for an application that will be on one server, and there is going to be 200 users, but I don't know which licence do I need, and how much it costs, anybody can help ?

link|improve this question

2  
You'd be best off asking an Oracle Partner this question. While Oracle licensing isn't as complicated as Windows licensing, it's not simple either. – Randolph West Jun 30 '10 at 6:41
feedback

closed as exact duplicate by Mark Henderson Jan 15 at 5:31

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 2 down vote accepted

Decide on the features you require first, which will tell you if you need Enterprise or Standard. You should be able to get this list from your third-party vendor if you are deploying an off-the-shelf product. Typically Standard is fine unless otherwise stated, but always make sure.

Second you need to decide what size box you will deploy on and what architecture. If you are looking at per-processor licensing, know that a typical Intel i386 or i386-x64 the core scale is .5, so if the processor has 4 cores, you actually have to cover it with 2 processor licenses. This will also determine if you can get away with using Standard Edition One, which has a max of 2 cpu sockets support (no other limits) but is considerably cheaper than Standard Edition. Effective Core Factor Table

Third, you need to decide if you can get away with Named User licensing. You say that you are looking for a solution for 200 people, so you have some use in mind already. If those are it, named user plus pricing may be for you. Cost wise, if you are able to do Standard Edition One, then named user plus doesn't pan out even based on that, as the current retail price of named users on Standard Edition One is 180 per person ($180.00 x 200 = $36,000). On Intel i386/x64 architecture, with 4 core processors, your cost would be $23,200 ($5,800 per processor x .5 core factor x 8 cores). Additional information on Named User vs Per Processor

If you are going to have public internet based applications, then you are definitely into the per-processor licensing, since you cannot identify the different people that may connect. Private internet applications would be a different story.

Lastly, you need to decide if you require many of the features that you may add on to your Oracle Database purchase. Before you dive into this hole, you may want to look at third-party applications that may offer some of the same features as well. Things like data guard are great, and offered from Oracle on Enterprise edition only, but there are companies that offer a product that will do very similar things with Standard Edition, which is a significant cost reduction if all you wanted was Active/Passive fail over.

link|improve this answer
+1 - Nice answer. – Randolph West Jul 1 '10 at 0:15
Your calculation for processor licensing is not quite right. Standard Edition and Standard Edition One are licensed per Processor, not per core (with factors). Therefore your calc should be ($5,800 per processor x 2 Procs) = $11,600. Also worth noting that if you plan to have test and developer servers Names User Plus licenses the user across multiple servers - instead of having to license those test servers independently. – Martin Oct 11 '10 at 20:36
feedback

Start with the licensing document.

It will depend on how big a server you need (mostly CPUs), but also if you need any of the extra packs and options (eg advanced security).

link|improve this answer
feedback

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