Re: Mysql and Oracle

2006-01-23 Thread Martijn Tonies
> 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

RE: MySql and Oracle Forms 6i

2004-02-03 Thread Ken Brown
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

Re: MySql and Oracle Forms 6i

2004-02-02 Thread David Griffiths
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

RE: MySQL and Oracle

2003-11-10 Thread Dathan Vance Pattishall
- 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

Re: MySQL and Oracle

2001-01-22 Thread Tim Bunce
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

Re: MySQL and Oracle

2001-01-19 Thread Tõnu Samuel
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 __