develooper Front page | perl.dbd.oracle.changes | Postings from October 2011

[svn:dbd-oracle] r14947 - dbd-oracle/trunk

From:
byterock
Date:
October 14, 2011 15:02
Subject:
[svn:dbd-oracle] r14947 - dbd-oracle/trunk
Message ID:
20111014220243.00828184B9B@xx12.develooper.com
Author: byterock
Date: Fri Oct 14 15:02:41 2011
New Revision: 14947

Modified:
   dbd-oracle/trunk/Changes
   dbd-oracle/trunk/Oracle.pm

Log:
fixed broken link to Oracle DRCP doc

Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes	(original)
+++ dbd-oracle/trunk/Changes	Fri Oct 14 15:02:41 2011
@@ -9,6 +9,7 @@
  [DOCUMENTATION]
  - add mention of the github mirror of the subversion repository
  - add 'resources' info to META.yml
+ - fixed broken link to Oracle DRCP doc
 
 Changes in DBD-Oracle 1.31_00
 

Modified: dbd-oracle/trunk/Oracle.pm
==============================================================================
--- dbd-oracle/trunk/Oracle.pm	(original)
+++ dbd-oracle/trunk/Oracle.pm	Fri Oct 14 15:02:41 2011
@@ -1533,7 +1533,7 @@
 
   $dbh = DBI->connect('dbi:Oracle:DB','username','password')
 
-You can find a white paper on setting up DRCP and its advantages at L<http://www.oracle.com/technology/tech/oci/pdf/oracledrcp11g.pdf>.
+You can find a white paper on setting up DRCP and its advantages at L<http://www.oracle.com/technetwork/articles/oracledrcp11g-1-133381.pdf>.
 
 Please note that DRCP support in DBD::Oracle is relatively new so the
 mechanics or its implementation are subject to change.



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About