Is there any way the following can be achieved ?
1)Connect to MYSQL & SQL Server from oracle DB using their root credentials via a db link or something ?
2)Pass commands from oracle like create database "john1234" to MYSQL & SQL Server where john1234 is concatenation of two columns of the first row in oracle table
3)Repeat the above step till all the rows are covered with FAIL/PASS status on each record(john1234)
Thank you!