Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Enterprise = 8x the price!

Re: Enterprise = 8x the price!

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Sat, 30 Jan 1999 01:33:42 GMT
Message-ID: <36b3605a.1462432@192.86.155.100>


A copy of this was sent to grumpycrab_at_my-dejanews.com (if that email address didn't require changing) On Fri, 29 Jan 1999 22:01:23 GMT, you wrote:

>
>> Do you need bitmap indexes ? partitioning ? etc these may help your
>> performance requirements
>
>Do these functions affect the way that data is accessed or are they just used
>to store the data more efficently. I ask because the database design is,
>largely, out of our hands. The performace I mentioned is a. reading large
>lumps of data quickly and b. subsequent processing of this data. Our customer
>gives us their database and we provide an application next to it. I suppose a
>question is if this database is designed and developed with Enterprise Oracle
>Server, will it be accessible (after they send it to us) if we just have an
>Oracle Server? Sorry - I'm asking stupid questions. Thanks for your time
>anyway. The cost of buying the Enterprise version just seems to big. I guess
>I'm almost asnwerring my own question. We don't create the database design.
>We just use its data. So I guess we'll be able to access it just as easily
>(after Export/Import of the data) with the standard Oracle Server... -- Ian
>

no not necessarily. if they used features like

bitmapped indexes
partitions
object types
context

among a others, the 'Oracle8' database won't be able to work with the data.

the oracle8 database won't do the partitioned tables, so the import of these will fail.

the oracle8 database won't do the bitmapped index, so these will fail.

and so on.

You'll need to find out what features they are using specifically to see if it will work.

>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
 

Thomas Kyte
tkyte_at_us.oracle.com
Oracle Service Industries
Reston, VA USA

--
http://govt.us.oracle.com/ -- downloadable utilities  



Opinions are mine and do not necessarily reflect those of Oracle Corporation  

Anti-Anti Spam Msg: if you want an answer emailed to you, you have to make it easy to get email to you. Any bounced email will be treated the same way i treat SPAM-- I delete it. Received on Fri Jan 29 1999 - 19:33:42 CST

Original text of this message

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