Redirecting DBI output
Posted by:
flower628
Date: January 30, 2007 11:09AM
I am currently writing a Perl script that will connect to the database using DBI. I have a section that creates a table using the following line $handle->do("CREATE TABLE ...
When that line is executed the following message appears on the xterm:
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index...
How do I prevent that line from appearing on the xterm? Thanks for any help I get.
Subject
Written By
Posted
Redirecting DBI output
January 30, 2007 11:09AM
February 01, 2007 07:42AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.