From what I learned about JDBC you can use any database that does the job. I am wondering what the advantages would be to use Oracle. Isn't it more expensive?
Stanley Tan
Ranch Hand
Joined: May 17, 2001
Posts: 243
posted
0
Oh yeah, it's a LOT more expensive. You should use it only if its a major project that is mission-critical for the business. Otherwise, consider using other DBMSes such as mySQL which is I think 3 times faster than Oracle.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.