Hi Manikesh,
The connector defines from the application side how the application can reach out to the database.
For example some application uses a jdbc/odbc connector other relies on oracle net
You have to identify wich one your application is using to passe out the good informations.
Lets take a jdbc example with an oracle database :
On my source i have this string on the application configuration file
jdbc:oracle:thin:@myproduction:1521:MY_DATABASE"
Once the application is linked with delphix it embeds this, so you do have to tell delphix to change this parameter at provision time using hooks and change it to something like
jdbc:oracle:thin:@mytarget:1521:MY_VIRTUAL_DATABASE"
Regards,
Mouhssine