Hi,
Robert Treat wrote:
> I whipped up a quick dtrace probe for one of our servers to monitor
> connection
> attempts. My goal was to monitor for any connection attempts from a specific
> role within the database.
How about adding probes not only for connection attempts but also for
connect
I whipped up a quick dtrace probe for one of our servers to monitor connection
attempts. My goal was to monitor for any connection attempts from a specific
role within the database. Unfortunatly you can't set logging of connections
for a specific user, and logging all connections on that machi