Programming the Perl DBI by Alligator Descartes and Tim Bunce Unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. This page was updated December 20, 2001. Here's the key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification UNCONFIRMED errors and suggestions from readers: [84] table; There is a listed errata for the syntax line in the "mSQL" section of this tabl eon this site. The example line in same the section is written as: dbi:mSQL:fowliswester.arcana.co.uk:archaeo:1114 If following the new syntax, it should be changed to: dbi:mSQL:archaeo:fowliswester.arcana.co.uk:1114 145] Program: ch06/dbhdump; It works OK. But there is 3 messages come out when execute $dbh->table_info(). It is same problem on calling $dbh->tables(). The 3 messages are the same as listed below : Use of uninitialized value in string eq at /usr/local/lib/perl5/site_perl/5.6.1/aix-thread/DBD/Oracle.pm line 327 {181} examples using DBI_AUTOPROXY: A reader has reported that they needed to add a semicolon character before "hostname=" for the examples to work. If so then that may be a bug in the DBD::Proxy module.