Hi Folks,
the following "problem" :
2 Oracle Databases , Servers identified by their Names. If one attribute of the Server from Table X is different to Server in Table Y -> Update Table X.
What is the best solution ?
- Fetch all Servers from both Databases and compare change them in an array ?
- Get first Server from Table X , get Server from Table Y , Compare / Update
- ??
I think the problem with number 2 is : I need a new connection for every entry ? It would be fine if you have some nice ideas.
Think i have to explain : Iam not good in SQL and want to do this stuff with PHP!