Thanks for your response.
I need to connect it so that I can move data between 2 databases.
I am not sure if I should use the following as I need to have other people access the databases as well.
CONNECT mydb1 -1 -db mydb2 -1 NO-ERROR.
What we have above is only for single user mode. I need to have it so that others can access the database as well.
I need to connect it so that I can move data between 2 databases.
Thanks