For some reason, I'm not getting any output from NYTProf:
devvm07 ~/dirt-tests # cat /tmp/prof.out
cat: /tmp/prof.out: No such file or directory
devvm07 ~/dirt-tests # export 2>&1 | egrep 'PERL|NYT'
declare -x NYTPROF="file=/tmp/prof.out"
declare -x PERLOPT="-d:NYTProf"
devvm07 ~/dirt-tests # perl
When using the expect module in a perl program, one can log
expect output to a file with a command like
$exp->log_file($somefilename);
You can turn off STDOUT with
$exp->log_stdout(0);
Is there a way to capture either the file output or
expect's STDOUT directly i
On Wed, Apr 2, 2014 at 9:06 AM, Zapp Prefect wrote:
> That means you should Make Sure you have defined the Environment Variable
> $ORACLE_HOME First!
> Find where you installed the Oracle, and add this into your .bashrc, then
> relogin:
> export ORACLE_HOME="/path/to/Oracle"
Thanks, but it was cl
Hi all,
I'm running a linux box with the Oracle SQL Developer installed. The
DBD::Oracle module refuses to install claiming it cannot find a value
for ORACLE_HOME and/or an oralc einstallation. Do I need to install
something else for the perl module to work or does it suffice to point
ORACLE_HOME t