Terminates or kill a session in AWS Oracle RDS
BEGIN
rdsadmin.rdsadmin_util.kill(
sid => sid,
serial => serial_number,
method => 'IMMEDIATE');
END;
/
BEGIN
rdsadmin.rdsadmin_util.kill(
sid => 1231,
serial => 54321,
method => 'IMMEDIATE');
END;
/
Dream Always Dream , if you don't work on it : Real-world Oracle DBA troubleshooting guides for RAC, Data Guard, RMAN, performance tuning, upgrades, backups, and cloud migration. Tested in production environments.
Oracle Data Guard 26ai (and 21c onwards) Faster role transitions – Reduces switchover and failover time by optimizing role change workfl...
No comments:
Post a Comment