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...
Didn't work for me... I tried "set echo off" before the prior posting but it didn't seem to do anything and I'm not sure why? Could it be this version??
I'm not too familiar with all of the set commands to make it work this way, however I'm close to getting it working like you suggested. Can you help with how to get the output file to contain only my output from sql I run?
HERE IS WHAT I DO IN SQL PLUS:
set heading off
SPOOL e:\test.sql...
Yep, Oracle 8.0.5 is old and we'd like to upgrade, but we aren't right at the moment.
Any more takers? What's wrong with my code? It looks like it would work if I had the proper quotes or something.
TYIA!
Immediate doesn't work ... Immediate is highlighted with an error stating "encountered the symbol "IMMEDIATE" when expecting one of the following :=.(@%;
Any more suggestions?
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.