|
-
Connect MYSQL from ORACLE
Hi
I would like to use mysql as a backup database. May I know how to insert/update changes made from Oracle database to Mysql? Can it be done by Oracle trigger?
Thanks!
-
Are there any alternatives? Or it can be done with an open connection from Oracle to mysql?
-
Lookup the chapter "Heterogenous services" in your local Oracle-documentation-corner. That'll probably do the trick.
Erik
An expert is one who knows more and more about less and less until he knows absolutely everything about nothing.
-
Thanks! I read up on the distributed database from oracle documentation. It mentioned mostly on database links which only applies for oracle databases.
How do i setup for Mysql database? Any notes or help please?
Much appreciated!
-
As for me, I would write external function.
Best wishes!
Dmitri
-
What do you mean by external function? How will it be able to detect if there are any changes made in Oracle database before updating them to mysql?
-
Does Oracle Heterogeneous Services supports mysql?
-
Any more advices please? Many thanks!
-
Originally posted by mooks
What do you mean by external function? How will it be able to detect if there are any changes made in Oracle database before updating them to mysql?
Create trigger on Oracle table and call this function/procedure from the trigger.
Triger should fire on INS/UPD/DEL.
Best wishes!
Dmitri
-
When calling the external Oracle procedure, it cannot update in mysql database in another server right?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|