When compiling gqlplus.sf.net it throws:

Too many open files

What is causing this? After make, I usually do a

cp gqlplus sqlplus

link|improve this question
1  
you can submit your answer to yourself :) – Lucas Kauffman Jan 15 at 18:56
feedback

closed as not a real question by Iain, Ward, Chris S, mailq, Shane Madden Jan 15 at 21:54

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

Being a front-end for sqlplus, gqlplus needs the sqlplus executable to run. gqlplus looks for sqlplus in $PATH first, followed by $ORACLE_HOME/bin, followed by the local directory.

link|improve this answer
I'm posting this answer that the OP added into their question, as per this Meta question – Ben Pilbrow Jan 15 at 19:09
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.