Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: Perl and Databases

by rdfield (Priest)
on Mar 28, 2002 at 17:05 UTC ( [id://155043]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl and Databases
in thread Perl and Databases

I wouldn't say that "a really big amount of data" is the only reason to use Oracle:
  1. Scalability/Performance - 9i can use clusters better than any of the others
  2. Scalability/Number of Users - every version from 7.0 up can use MTS (and more in newer versions) for servicing extreme numbers of users (10K's)
  3. Reliability - 9i (or even 8i) almost completely transparent (ie no need to reconnect) failover
  4. Hardware independence - everything from a Win95 (or if you really know what you're doing ... DOS) to Mainframes via virtaully every flavour of *nix can support an Oracle database
  5. Features - stored procs in PL/SQL and Java, pre-compiled SQL (aka cached queries) and PL/SQL (in 9i), Views, snapshots, full text indexing, web based administration, triggers (on startup, login and shutdown not just insert/update/delete), full audit facilities, security (built in encryption for starters)
  6. Metalinks/Technet - a *useful* knowledgebase
  7. and it ships with Perl, Apache and mod_perl :)

I don't work for Oracle, and the phone support is pretty much summed up as "upgrade!", but with everything from Personal Oracle Lite to Enterprise Edition freely available for download it's very easy to get started.

Just my 2p worth :)

rdfield

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://155043]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-23 20:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found