posted 15 years ago
Actually Oracle XE is NOT limited. The main limitation is that you cannot create any databases with it greater than 4GB. You can create databases, allocate security, backup and restore databases, create stored procedures, etc. I highly recommend it as a resource to get your hands dirty with Oracle and learn all about PL/SQL. It should not conflict with your existing software, however beware, Oracle XE is a bit of a resource hog. Another words, it consumes a lot of memory. What I do is deselect the auto start property and only start the Oracle Listener and Service when I'm actually using Oracle.
My opinion on MySQL? If you want to go the open source route, then Postgresql totally rocks. It's a far superior database than MySQL. Oracle has bought out MySQL and it's yet to be determined what plans Oracle has for it.