Re: Identify PID for remote database handle--CLARIFICATION...
- From: tyler@xxxxxx (Tyler MacDonald)
- Date: Tue, 23 May 2006 10:15:56 -0700
JupiterHost.Net <mlists@xxxxxxxxxxxxxxx> wrote:
You know I AM a DBA and will withdraw the post as you guys seem to not
be able to grasp the concept.
Ok kids ne nice :)
The question is (assuming I understand it)
Is there a way to get or have DBI set so it can be gotten the PID of the
$dbh process ont he DB server (local or remote)
Depends on the DBD driver on the backend. eg; with postgres you do
it like this:
my $pid = $dbh->{pg_pid};
Cheers,
Tyler
.
- References:
- RE: Identify PID for remote database handle--CLARIFICATION...
- From: Ron Reidy
- Re: Identify PID for remote database handle--CLARIFICATION...
- From: JupiterHost.Net
- RE: Identify PID for remote database handle--CLARIFICATION...
- Prev by Date: Re: Identify PID for remote database handle--CLARIFICATION...
- Next by Date: RE: Identify PID for remote database handle--CLARIFICATION...
- Previous by thread: Re: Identify PID for remote database handle--CLARIFICATION...
- Next by thread: Re: Identify PID for remote database handle--CLARIFICATION...
- Index(es):
Relevant Pages
|