Hello group
After importing the dumpfile from the production server I change the name of
the sub server with
connect system/manager
update pdm.pdm_fileserver set fsvhost='456' where fsvhost='123';
update pdm.pdm_pool set poolhost='456' where poolhost='123';
commit
quit
When I check the dataserver name I can see it is '456' which is correct.
But when I try to connect with my local client on 456 to 456 it does not
work although I changed the tnsnames.ora. It says something like "no oracle
connection while loading scheme".
DSMU allows me to log in with system/pw but I can not login as Admin with
INTRALINK/pw. It says "Please, check that dataserver is up and running".