> I have a questions:
>
> I installed MySQL and Oracle 9i in the same XP box, is there any
> interference with each other?
They'll both compete for CPU and memory, but for testing
or development, it's fine.
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
iffiths [mailto:[EMAIL PROTECTED]
Sent: 02 February 2004 23:42
To: Ken Brown; [EMAIL PROTECTED]
Subject: Re: MySql and Oracle Forms 6i
Someone posted an answer:
"Oh wow... I can't think of how you'd get that to work without a ton of
custom. For starters, you'll have to write
Someone posted an answer:
"Oh wow... I can't think of how you'd get that to work without a ton of
custom. For starters, you'll have to write your own transactional triggers
and intercept every one of Oracle's select, lock, update, insert, delete,
like On-Lock, On-Insert, etc. since Forms will want
- Dathan Vance Pattishall
- Sr. Programmer and mySQL DBA for FriendFinder Inc.
- http://friendfinder.com/go/p40688
-->-Original Message-
-->From: Chen, Mao [mailto:[EMAIL PROTECTED]
-->Sent: Monday, November 10, 2003 2:25 PM
-->To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
-->Subject: My
On Fri, Jan 19, 2001 at 04:07:59PM -0700, Jason Radley wrote:
> I am currently using php and mysql and I was wondering if you can take the
> data from a mysql database and move it to a oracle database?
I'll be experimenting soon with using Oracle's ODBC Gateway to access
MySQL data 'live' via MyO
Jason Radley wrote:
>
> I am currently using php and mysql and I was wondering if you can take the
> data from a mysql database and move it to a oracle database?
> Thank you,
mysqldump exports data from MySQL database and them Oracle should be
able to import it.
--
MySQL Development Team
__