Oracle Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsDatabasesOracle Development
View Poll Results: Which programming language is the front end for your Oracle DB?
Java / JSP / J2xE 4 25.00%
C / C++ / Obj-C 2 12.50%
PHP 1 6.25%
Python 0 0%
Perl 1 6.25%
ASP / ASP.NET / C# / VB.NET / VB 4 25.00%
Other (Please Specify) 4 25.00%
Voters: 16. You may not vote on this poll


Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 21st, 2003, 12:18 AM
drgroove's Avatar
drgroove drgroove is offline
Moderator Emeritus
Dev Shed God 5th Plane (7000 - 7499 posts)
 
Join Date: Feb 2002
Location: Scottsdale, AZ
Posts: 7,174 drgroove User rank is General 17th Grade (Above 100000 Reputation Level)drgroove User rank is General 17th Grade (Above 100000 Reputation Level)drgroove User rank is General 17th Grade (Above 100000 Reputation Level)drgroove User rank is General 17th Grade (Above 100000 Reputation Level)drgroove User rank is General 17th Grade (Above 100000 Reputation Level)drgroove User rank is General 17th Grade (Above 100000 Reputation Level)drgroove User rank is General 17th Grade (Above 100000 Reputation Level)drgroove User rank is General 17th Grade (Above 100000 Reputation Level)drgroove User rank is General 17th Grade (Above 100000 Reputation Level)drgroove User rank is General 17th Grade (Above 100000 Reputation Level)drgroove User rank is General 17th Grade (Above 100000 Reputation Level)drgroove User rank is General 17th Grade (Above 100000 Reputation Level)drgroove User rank is General 17th Grade (Above 100000 Reputation Level)drgroove User rank is General 17th Grade (Above 100000 Reputation Level)drgroove User rank is General 17th Grade (Above 100000 Reputation Level)drgroove User rank is General 17th Grade (Above 100000 Reputation Level) 
Time spent in forums: 6 Days 23 h 48 m 33 sec
Reputation Power: 2131
Which language are you using w/ Oracle?

I'm a PHP / Java web applications developer working for a large NPO.

Currently we use MySQL as our primary database for web applications, in conjunction with PHP. Our customer information is stored on an AS400 midrange which runs IBM's DB2, among other things. We use Java to transmit XML files from the AS400 to the web applications when necessary.

We are planning on building several web applications which will need much more advanced RDMS features than MySQL provides. Naturally, Oracle comes to mind as a potential solution for this, as well as Postgres among others. We plan on continuing to use PHP as the front end.


If you're using an Oracle database for web applications, what programming language are you using in conjunction with it?

What guided your decision? How do you find the integration between the two? Are PHP and Oracle a natural fit, or would you recommend moving to a different language (and if so, which one, and why? ).
__________________
DrGroove, Devshed Moderator | New to Devshed? Read the User Guide | Need ServiceNow consulting or ITIL process design? Connect with me on LinkedIn

Reply With Quote
  #2  
Old September 3rd, 2003, 12:12 PM
Dust Dust is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Location: Edmonton, AB
Posts: 77 Dust User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 10
Send a message via ICQ to Dust
Hey Dr

Here at one of the shops I work with, we use Oracle 8i EE (running on 2 Windows 2000 Advanced Server machines in an OPS cluster).

We use oracle because of database size. We grow by roughly 1-5 million rows of data per day, every day, and approx 30 to 150 MB table space size per day. We are currently at 2.5 billion rows in our largest table, which is partitioned.

Things like table partitioning, OPS, IOT tables, just arn't supported by other DBs. Oracle is still absolutly light years ahead of any other dbms I've ever used (and I've never used DB2, so I don't want to say which is better out of the two).

We need C++ in our shop, becuase we've written a lot of ext proc. for oracle in C DLL format, so keeping C++ and a couple of C guru's around is a must for us.

We also use ASP for our front end web interface. We use ADO with an oracle OLE DB driver to connect our web to oracle. Using a 4 IIS server cluster using MS Application Center.

I'm not sure how PHP would handle things like array proccessing, or returning record sets from oracle packages, or even bind variables to oracle (not saying it can't, but I'm not sure how it does it, so I can't compare) but ASP and ADO (or OO4O) do all these things quite flawlessly. OO4O is especialy good at array processing.

We also have an array of background applications, written in anything from VB to VC++ and Borland C++, that use ADO or OO4O to connect with Oracle.

Essentialy, it all works, and its much easier to find a trained windows programmer in the work force than someone comfortable in linux / unix. This, more than anything, is why we stuck primarly with a windows environment. Of course, its as expensive as heck. Quarter of a million dollars in oracle licensing alone! Then a windows license for each box, application center is 5g per cpu per box (we have 8 or 16 cpu's on web boxes total, don't remeber which), Visual Studio for all developers, yadda yadda yadda.

This is just my experiance over here, and I reserve the right to be wrong

Cheers!

Reply With Quote
  #3  
Old September 3rd, 2003, 12:44 PM
hedge hedge is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Apr 2002
Posts: 693 hedge User rank is Sergeant (500 - 2000 Reputation Level)hedge User rank is Sergeant (500 - 2000 Reputation Level)hedge User rank is Sergeant (500 - 2000 Reputation Level)hedge User rank is Sergeant (500 - 2000 Reputation Level)hedge User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 5 Days 4 h 5 m 20 sec
Reputation Power: 25
we use vb for the client server app and php for the website.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesOracle Development > Which language are you using w/ Oracle?

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap