I am trying to run an initial load as shown in the tutorial at http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/goldengate/11g/GGS_Sect_Config_WinUX_ORA_to_WinUX_ORA.pdf and I am seeing t
I have a requirement where i have create replication between two tables with different names and which have different column names. Is it possible to create such replication.
Is it possible to replicate live DB from SQL Server 2008 R2 acting as master 开发者_JS百科(all writes happens here) to 3-4 independent physical SQL Server 2008 R2 machines?
How to find mysql DB is slave with out using \"show slav开发者_开发技巧e status\" by query? Here are 3 options you have to detect if Replication is running
let\'s image that one creates an H2 database with table, indexes, etc... Is there an easy way to extract a SQL script to recreate the structure of this database in another H2 database?
currently I have this scenario, multiple desktop client with mysql db installed on their windows machine.
I have two MySQL servers configured in a multi-master replication setup.Each is a slave and master to the other.My application requires that some large queries be ran in the background, and the result
hi How can i select just the position value from the \'SHOW MASTER STATUS\' query exp something like select position from (show 开发者_开发问答master status);
I have a production DB (running on SQL Server 2008) with some ever-growing tables (orders etc). These tables are large and keep growing, so I want to make a cutoff at some point, but naturally, I do n
I have done replication on my SQL Server 2005 database. Now i want to开发者_高级运维 show the status from my GUI.(Can be C# or else)