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.
Geographic Resiliency Geographic resiliency (also called geographic redundancy ) refers to the practice of deploying applications, databa...
No comments:
Post a Comment