i found a couple of serious typos in Oracle.pm.

thanks,

tom r


-- 
it's tough to handle, this fortune and fame.  everybody's so different.  i 
haven't changed.  -- james gang
Index: Oracle.pm
===================================================================
--- Oracle.pm	(revision 9395)
+++ Oracle.pm	(working copy)
@@ -907,14 +907,14 @@
 (James Taylor and Lane Sharman have contributed much of the text in
 this section.)
 
-=head2 Connecting without environment variables or tnsname.ora file
+=head2 Connecting without environment variables or tnsnames.ora file
 
 If you use the C<host=$host;sid=$sid> style syntax, for example:
 
   $dbh = DBI->connect("dbi:Oracle:host=myhost.com;sid=ORCL", $user, $passwd);
 
 then DBD::Oracle will construct a full connection descriptor string
-for you and Oracle will not need to consult the tnsname.ora file.
+for you and Oracle will not need to consult the tnsnames.ora file.
 
 If a C<port> number is not specified then the descriptor will try both
 1526 and 1521 in that order (e.g., new then old).  You can check which

Reply via email to