aspose file tools
The moose likes Oracle/OAS and the fly likes Oracle PL/SQL and MySQL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "Oracle PL/SQL and MySQL" Watch "Oracle PL/SQL and MySQL" New topic
Author

Oracle PL/SQL and MySQL

John Paterson
Ranch Hand

Joined: Mar 12, 2012
Posts: 81
Hi Folks...

Currently in my system I have installed Oracle PL/SQL. In addition to this, I am now thinking of installing MySQL. Is there any known issue in running both these databases on the same machine? I hope someone can advise or share their experience. Thanks.

regards
John
chris webster
Bartender

Joined: Mar 01, 2009
Posts: 1103
    
    7

"PL/SQL" is simply the proprietary procedural extension to SQL that runs inside Oracle's RDBMS i.e. it is a programming language, not the database.

You should have no problems running MySQL and Oracle on the same machine, although it will depend on your RAM and processor. Oracle and MySQL listen on different standard ports for connections, so it is perfectly possible to have separate sessions running against each database without conflict.


ex-Oracle bloke
John Paterson
Ranch Hand

Joined: Mar 12, 2012
Posts: 81
Thanks Chris..
 
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.
 
subject: Oracle PL/SQL and MySQL
 
Similar Threads
Advice OCA DBA and Developer exam?
How to find out number of years worked using sql
prepare Oracle OPCA ceterfication
does mysql support pl/sql?
Hibernate and Stored Procedure