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.
Step‑by‑step guide to check CPU sockets, cores, threads, and multithreading (Hyper‑Threading/SMT) ✅ 1. BASIC UNDERSTANDING (IMPORTANT) Term...
No comments:
Post a Comment