in reply to DBI and getting trigger info
Also I'd make sure the trigger is really there by executing the same SQL statement in sqlplus (but you knew that already, right?).$dbh = DBI->connect ( "dbi:$dbd:$dbname", $dbuser, $dbpass, {RaiseErro +r => 1});
Update: And make sure that your connecting as the same user in both sqlplus and this perl script.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: DBI and getting trigger info
by rbc (Curate) on Dec 19, 2002 at 00:00 UTC | |
by pfaut (Priest) on Dec 19, 2002 at 00:06 UTC |