Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: Re: Windows 2000 Server and Installing Perl

by Zo (Scribe)
on Oct 06, 2001 at 00:27 UTC ( [id://117101]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Windows 2000 Server and Installing Perl
in thread Windows 2000 Server and Installing Perl

here is the code and the following is the error... this works fine on other computer and server but having one issue with this specific server (win.2000, perl v5.6..)
#!perl use DBI; my $dbh = DBI-connect "dbi:Oracle:Db01", "developer", "dev12" ); my $statement = $dbh->prepare( "SELECT * from developer.stats" ); $statement->execute(); my @row = $statement->fetchrow_array(); print @row;


error message:
C:\>connect.pl DBD::Oracle::db prepare failed: ORA-00942: table or view does not exis +t (DBD ERR OR: OCIStmtExecute/Describe) at C:\connect.pl line 9. Can't call method "execute" on an undefined value at C:\connect.pl lin +e 11.

table does exist and connects and executes everywhere else..
baffled brother Zo.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://117101]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-26 07:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found