Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: fetchrow_array() issue

by tobyink (Canon)
on Sep 26, 2012 at 14:17 UTC ( [id://995781]=note: print w/replies, xml ) Need Help??


in reply to fetchrow_array() issue

This line needs work, though it's not what's causing your problem...

$sth_A->execute() or die "$sth_A->errstr\n";

And memory is very unlikely to be an issue either (unless your parameter IDs are very long strings - say, hundreds of thousands of characters each - but I'm guessing they're integers or short strings).

Is the filesystem full, or perhaps you have a quota on it?

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

Replies are listed 'Best First'.
Re^2: fetchrow_array() issue
by Freezer (Sexton) on Sep 26, 2012 at 14:37 UTC
    I'm working in Linux and I don't know how to check if my file system is full.
    m@m-workstation:~/Documents/Perl/29_8_2012$ df -k Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda5 315043940 27888296 271385432 10% / udev 8186712 4 8186708 1% /dev tmpfs 3278200 836 3277364 1% /run none 5120 0 5120 0% /run/lock none 8195492 156 8195336 1% /run/shm /dev/sda1 280936 9456 271480 4% /media/07DB-0207

      So why have you not looked up how to do this using your search engine of choice? You seem to want to make things difficult for yourself.

        Should my file system be ok with what I have posted above?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-19 04:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found