[svn:dbd-oracle] r14700 - dbd-oracle/trunk
[email protected] Thu, 10 Feb 2011 07:23:25 -0800 (PST)
| Newsgroups | perl.dbd.oracle.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: byterock
Date: Thu Feb 10 07:23:25 2011
New Revision: 14700
Modified:
dbd-oracle/trunk/Oracle.pm
Log:
Fixing some typos on the pod
Modified: dbd-oracle/trunk/Oracle.pm
==============================================================================
--- dbd-oracle/trunk/Oracle.pm (original)
+++ dbd-oracle/trunk/Oracle.pm Thu Feb 10 07:23:25 2011
@@ -1707,7 +1707,7 @@
my $dbh = DBI->connect($dsn, $user, $passwd, { ora_client_info => 'Remote2' });
$dbh{ora_client_info} = "Remote2";
-
+
=item ora_client_identifier
When passed in on the connection attributes it specifies the user identifier
@@ -1728,8 +1728,8 @@
my $dbh = DBI->connect($dsn, $user, $passwd, { ora_action => "Login"});
- $dbh{ora_action} = "New Long Query 22"
- ;
+ $dbh{ora_action} = "New Long Query 22";
+
=item ora_dbh_share
Needs at least Perl 5.8.0 compiled with ithreads. Allows to share database
@@ -1741,7 +1741,7 @@
our $orashr : shared = '' ;
$dbh = DBI->connect ($dsn, $user, $passwd, {ora_dbh_share => \$orashr}) ;
-
+
=item ora_context -->deprecated will be removed in 1.29
Use this attribute to send a pointer to a ProC connection when the your dbname is set to extproc.