Oracle Database 10g *FREE* !

For everything that's not in any way related to PureBasic. General chat etc...
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Oracle Database 10g *FREE* !

Post by Num3 »

Oracle has made a slim version of their DB system free for use.
Seems only to be limited to 4Gb of database!

http://www.oracle.com/technology/produc ... index.html
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Post by josku_x »

Is oracle easy to use with PB? Looked in CodeArchiv and in these forums about Oracle, nothing surprising yet,.
Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

Should be no problem with ODBC. Oracle uses its own OCI.DLL for a native interface (I haven't seen a PB wrapper yet).

Oracle is a very powerful but complex database with its own SQL dialect, so unless you are writing a major multi-user database, there are easier solutions.
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Post by josku_x »

Still surprising that oracle 10g express edition beta is so huge, not even the final MySQL is that large. Must be good anyway,
Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

Oh yes, Oracle is a pig.
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

Company I worked for uses Oracle for processing multiple terabyte data bases containing billions of transactions (call detail records).

For that type of volume and size it was about the only game in town.

For databases most of us mortals will be building/accessing, it's probably unnecessary complexity.

cheers
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

rsts wrote:For that type of volume and size it was about the only game in town.
I agree - when MS SQL fails or for databases that are 500 GB or more, we switch to Oracle (on Unix).
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
Post Reply