Scripts

Active connection script

Today I will be sharing a script for checking active connections in the database.
You can implement this script and couple it with different purposes like, shutting down the database or triggering rman or datapump.

So here in this script, I’m calling the SQL script from the bash prompt.
You can change the script as per your usage.

Continue reading “Active connection script”