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

[email protected] Fri, 14 Oct 2011 15:02:42 -0700 (PDT)
Newsgroups perl.dbd.oracle.changes
Message-ID <[email protected]>
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.