The old DBA took with him the password for the Distribution Administrative Link, so I am unable to create a new Publisher and select this Distributor as the remote distributor. We are already live in production using another Publisher and this current Distributor so I cannot change the password...
I'm trying to kill sessions on a very old Oracle server (8.0.5.0) with the following script:
begin
for x in (select SID,Serial#,status,last_call_et,username from v$session
where type='USER'
and status='INACTIVE'
and username = 'TESTER'
and last_call_et > 1200
) loop...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.