sathish
New Member
I need to disconnect the database(ld-wsl) in runtime and need to connect to similar Replication database(logicaldbname-repl_wsl) with differnt logical name into the same session during runtime.
The disconnected database is not shown any more in the datadictionary but the problem is the disonnected database still hold in memory and present in the session.
Two database logical are
1. wsl
2.repl-wsl
Plese find the example of the error.
example:
for each databasename.tablename no-lock.
disp database name.tablename.tablefield.
end.
It gives the compile error saying :
Table tablename is in database wsl and rep-wsl (425)
Table tablename is in database wsl and rep-wsl (425)
Unknown or ambiguous table job. (725)
** Could not understand line 1. (196)
Can anyone advice what needs to be done to disconnec the database gracefully ?
The disconnected database is not shown any more in the datadictionary but the problem is the disonnected database still hold in memory and present in the session.
Two database logical are
1. wsl
2.repl-wsl
Plese find the example of the error.
example:
for each databasename.tablename no-lock.
disp database name.tablename.tablefield.
end.
It gives the compile error saying :
Table tablename is in database wsl and rep-wsl (425)
Table tablename is in database wsl and rep-wsl (425)
Unknown or ambiguous table job. (725)
** Could not understand line 1. (196)
Can anyone advice what needs to be done to disconnec the database gracefully ?