Re: Has anyone used this Perl Module? Oracle-Trace-1.06

2003-12-31 Thread Jared Still
FYI, you will need to load several other modules.

Make sure you are using Perl 5.8.1+

Add the following line to Oracle/Trace.pm in the source dir:

  use FileHandle:

This as of Oracle::Trace 1.06.  Haven't actually use it yet.

Jared

On Tue, 2003-12-30 at 18:19, Michael Thomas wrote:
 Hi,
 
 I was wondering if anyone has used this Perl module
 successfully, and what you thought?
 
 http://search.cpan.org
 http://search.cpan.org/~rfoley/Oracle-Trace-1.06/
 
 I noticed its relatively new.
 
 Happy Holidays.
 
 Mike Thomas
 
 __
 Do you Yahoo!?
 Protect your identity with Yahoo! Mail AddressGuard
 http://antispam.yahoo.com/whatsnewfree
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.net
 -- 
 Author: Michael Thomas
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- 858-538-5051 http://www.fatcity.com
 San Diego, California-- Mailing list and web hosting services
 -
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).
 


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jared Still
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


Re: Has anyone used this Perl Module? Oracle-Trace-1.06

2003-12-31 Thread Michael Thomas
Hi,

Thanks, very much. I found about the same things. I'm
curious if you got any farther than me?

I'm on Cygwin-W2K, and I've tried plenty of tricks.
e.g. ...
(1) an old version of Data-Dumper-2.101.tar.gz (not
even sure I needed it), and 
(2) vi Oracle/Trace.pm
add line 12, use FileHandle;

-
Now I'm stuck at 'make test', my best results are:

$ make test
/usr/bin/perl.exe -MExtUtils::Command::MM -e
test_harness(0, 'blib/lib', 'blib/arch') t/*.t
t/TraceName main::a_ftr used only once: possible
typo at t/Trace.t line 26


Re: Has anyone used this Perl Module? Oracle-Trace-1.06

2003-12-31 Thread Michael Thomas
Sorry, the last email got truncated for some reason.

Here is the rest:
-
Now I'm stuck at 'make test', my best results are:

$ make test
/usr/bin/perl.exe -MExtUtils::Command::MM -e
test_harness(0, 'blib/lib', 'blib/arch') t/*.t
t/TraceName main::a_ftr used only once: possible
typo at t/Trace.t line 26

t/Traceok 3/8
# Failed test (t/Trace.t at line 29)
# expected 4 entries (26 - (header + children)) got: 0
t/Traceok 5/8
Can't call method statement on an undefined value at
t/Trace.t line 43.
# Looks like you planned 8 tests but only ran 7.
# Looks like your test died just after 7.
t/Tracedubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4, 6, 8
Failed 3/8 tests, 62.50% okay
Failed Test Stat Wstat Total Fail  Failed  List of
Failed
---
t/Trace.t255 65280 84  50.00%  4 6 8
Failed 1/1 test scripts, 0.00% okay. 3/8 subtests
failed, 62.50% okay.
make: *** [test_dynamic] Error 2

It looks like these results are scrambled because I
don't see test1, test2, test7 but I'm getting credit
as passed. I figure only 3 and 5 really passed. I
stopped here, trying to decide if I should update the
perl version on my server, to continue.

If you got a good 'make test' then I'll proceed.

Regards,

Mike Thomas


__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Michael Thomas
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


Re: Has anyone used this Perl Module? Oracle-Trace-1.06

2003-12-31 Thread Jared Still
Tha author says to use vs. 1.07.  CPAN however
only has vs. 1.06.

I've asked the author how to obtain 1.07, haven't
heard yet.

Jared

On Wed, 2003-12-31 at 02:14, Michael Thomas wrote:
 Sorry, the last email got truncated for some reason.
 
 Here is the rest:
 -
 Now I'm stuck at 'make test', my best results are:
 
 $ make test
 /usr/bin/perl.exe -MExtUtils::Command::MM -e
 test_harness(0, 'blib/lib', 'blib/arch') t/*.t
 t/TraceName main::a_ftr used only once: possible
 typo at t/Trace.t line 26
 
 t/Traceok 3/8
 # Failed test (t/Trace.t at line 29)
 # expected 4 entries (26 - (header + children)) got: 0
 t/Traceok 5/8
 Can't call method statement on an undefined value at
 t/Trace.t line 43.
 # Looks like you planned 8 tests but only ran 7.
 # Looks like your test died just after 7.
 t/Tracedubious
 Test returned status 255 (wstat 65280, 0xff00)
 DIED. FAILED tests 4, 6, 8
 Failed 3/8 tests, 62.50% okay
 Failed Test Stat Wstat Total Fail  Failed  List of
 Failed
 ---
 t/Trace.t255 65280 84  50.00%  4 6 8
 Failed 1/1 test scripts, 0.00% okay. 3/8 subtests
 failed, 62.50% okay.
 make: *** [test_dynamic] Error 2
 
 It looks like these results are scrambled because I
 don't see test1, test2, test7 but I'm getting credit
 as passed. I figure only 3 and 5 really passed. I
 stopped here, trying to decide if I should update the
 perl version on my server, to continue.
 
 If you got a good 'make test' then I'll proceed.
 
 Regards,
 
 Mike Thomas
 
 
 __
 Do you Yahoo!?
 Protect your identity with Yahoo! Mail AddressGuard
 http://antispam.yahoo.com/whatsnewfree
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.net
 -- 
 Author: Michael Thomas
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- 858-538-5051 http://www.fatcity.com
 San Diego, California-- Mailing list and web hosting services
 -
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).
 


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jared Still
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


Re: Has anyone used this Perl Module? Oracle-Trace-1.06

2003-12-31 Thread Michael Thomas
Thanks. It's amazing how you did that. ;-)

The last two updates on CPAN were both on Wednesday,
e.g. 17DEC03, 24DEC03. And, today is Wednesday. So
anyone that depends on BCHR over 99% might expect that
the next release would be ... today! :-O

I stumbled into the Oracle-Trace package while
configuring my instance with chkalert/email from your
'Perl for Oracle DBAs' book. Chkalert is a cool
program.

Happy holidays!

Regards,

Mike Thomas

--- Jared Still [EMAIL PROTECTED] wrote:
 Tha author says to use vs. 1.07.  CPAN however
 only has vs. 1.06.
 
 I've asked the author how to obtain 1.07, haven't
 heard yet.
 
 Jared
 
 On Wed, 2003-12-31 at 02:14, Michael Thomas wrote:
  Sorry, the last email got truncated for some
 reason.
  
  Here is the rest:
  -
  Now I'm stuck at 'make test', my best results are:
  
  $ make test
  /usr/bin/perl.exe -MExtUtils::Command::MM -e
  test_harness(0, 'blib/lib', 'blib/arch') t/*.t
  t/TraceName main::a_ftr used only once:
 possible
  typo at t/Trace.t line 26
  
  t/Traceok 3/8
  # Failed test (t/Trace.t at line 29)
  # expected 4 entries (26 - (header + children))
 got: 0
  t/Traceok 5/8
  Can't call method statement on an undefined
 value at
  t/Trace.t line 43.
  # Looks like you planned 8 tests but only ran 7.
  # Looks like your test died just after 7.
  t/Tracedubious
  Test returned status 255 (wstat 65280,
 0xff00)
  DIED. FAILED tests 4, 6, 8
  Failed 3/8 tests, 62.50% okay
  Failed Test Stat Wstat Total Fail  Failed  List of
  Failed
 

---
  t/Trace.t255 65280 84  50.00%  4 6 8
  Failed 1/1 test scripts, 0.00% okay. 3/8 subtests
  failed, 62.50% okay.
  make: *** [test_dynamic] Error 2
  
  It looks like these results are scrambled because
 I
  don't see test1, test2, test7 but I'm getting
 credit
  as passed. I figure only 3 and 5 really passed. I
  stopped here, trying to decide if I should update
 the
  perl version on my server, to continue.
  
  If you got a good 'make test' then I'll proceed.
  
  Regards,
  
  Mike Thomas
  
  
  __
  Do you Yahoo!?
  Protect your identity with Yahoo! Mail
 AddressGuard
  http://antispam.yahoo.com/whatsnewfree
  -- 
  Please see the official ORACLE-L FAQ:
 http://www.orafaq.net
  -- 
  Author: Michael Thomas
INET: [EMAIL PROTECTED]
  
  Fat City Network Services-- 858-538-5051
 http://www.fatcity.com
  San Diego, California-- Mailing list and
 web hosting services
 

-
  To REMOVE yourself from this mailing list, send an
 E-Mail message
  to: [EMAIL PROTECTED] (note EXACT spelling of
 'ListGuru') and in
  the message BODY, include a line containing: UNSUB
 ORACLE-L
  (or the name of mailing list you want to be
 removed from).  You may
  also send the HELP command for other information
 (like subscribing).
  
 
 
 -- 
 Please see the official ORACLE-L FAQ:
 http://www.orafaq.net
 -- 
 Author: Jared Still
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- 858-538-5051
 http://www.fatcity.com
 San Diego, California-- Mailing list and web
 hosting services

-
 To REMOVE yourself from this mailing list, send an
 E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of
 'ListGuru') and in
 the message BODY, include a line containing: UNSUB
 ORACLE-L
 (or the name of mailing list you want to be removed
 from).  You may
 also send the HELP command for other information
 (like subscribing).


__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Michael Thomas
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


Re: Has anyone used this Perl Module? Oracle-Trace-1.06 (or 1.07)

2003-12-31 Thread Michael Thomas
Google'izing, you can find 1.07 here:

http://cpan.oss.eznetsols.org/authors/id/R/RF/RFOLEY/Oracle-Trace-1.07.tar.gz

My best results with 'make test' are now:
$ make test
/usr/bin/perl.exe -MExtUtils::Command::MM -e
test_harness(0, 'blib/lib', 'blib/arch') t/*.t
t/Traceok 1/8
Name main::a_ftr used only once: possible typo at
t/Trace.t line 26.
t/Traceok 2/8
# Failed test (t/Trace.t at line 21)
) s_hdr(RFI
t/Traceok 3/8
# Failed test (t/Trace.t at line 29)
# expected 4 entries (26 - (header + children)) got: 0
t/Traceok 5/8
Can't call method statement on an undefined value at
t/Trace.
t line 43.
# Looks like you planned 8 tests but only ran 7.
# Looks like your test died just after 7.
t/Tracedubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4, 6, 8
Failed 3/8 tests, 62.50% okay
Failed Test Stat Wstat Total Fail  Failed  List of
Failed
---
t/Trace.t255 65280 84  50.00%  4 6 8
Failed 1/1 test scripts, 0.00% okay. 3/8 subtests
failed, 62.50% okay.
make: *** [test_dynamic] Error 2

DOH? What failed between test2 and test3? 

This is with Perl 5.8.1 on Cygwin/W2K, etc.. 

Please advise if you get better results.

Regards,

Mike Thomas

PS. Otherwise, see ya next week. ;-)

--- Michael Thomas [EMAIL PROTECTED] wrote:
 Thanks. It's amazing how you did that. ;-)
 
 The last two updates on CPAN were both on Wednesday,
 e.g. 17DEC03, 24DEC03. And, today is Wednesday. So
 anyone that depends on BCHR over 99% might expect
 that
 the next release would be ... today! :-O
 
 I stumbled into the Oracle-Trace package while
 configuring my instance with chkalert/email from
 your
 'Perl for Oracle DBAs' book. Chkalert is a cool
 program.
 
 Happy holidays!
 
 Regards,
 
 Mike Thomas
 
 --- Jared Still [EMAIL PROTECTED] wrote:
  Tha author says to use vs. 1.07.  CPAN however
  only has vs. 1.06.
  
  I've asked the author how to obtain 1.07, haven't
  heard yet.
  
  Jared
  
  On Wed, 2003-12-31 at 02:14, Michael Thomas wrote:
   Sorry, the last email got truncated for some
  reason.
   
   Here is the rest:
   -
   Now I'm stuck at 'make test', my best results
 are:
   
   $ make test
   /usr/bin/perl.exe -MExtUtils::Command::MM -e
   test_harness(0, 'blib/lib', 'blib/arch') t/*.t
   t/TraceName main::a_ftr used only once:
  possible
   typo at t/Trace.t line 26
   
   t/Traceok 3/8
   # Failed test (t/Trace.t at line 29)
   # expected 4 entries (26 - (header + children))
  got: 0
   t/Traceok 5/8
   Can't call method statement on an undefined
  value at
   t/Trace.t line 43.
   # Looks like you planned 8 tests but only ran 7.
   # Looks like your test died just after 7.
   t/Tracedubious
   Test returned status 255 (wstat 65280,
  0xff00)
   DIED. FAILED tests 4, 6, 8
   Failed 3/8 tests, 62.50% okay
   Failed Test Stat Wstat Total Fail  Failed  List
 of
   Failed
  
 

---
   t/Trace.t255 65280 84  50.00%  4 6 8
   Failed 1/1 test scripts, 0.00% okay. 3/8
 subtests
   failed, 62.50% okay.
   make: *** [test_dynamic] Error 2
   
   It looks like these results are scrambled
 because
  I
   don't see test1, test2, test7 but I'm getting
  credit
   as passed. I figure only 3 and 5 really passed.
 I
   stopped here, trying to decide if I should
 update
  the
   perl version on my server, to continue.
   
   If you got a good 'make test' then I'll proceed.
   
   Regards,
   
   Mike Thomas
   
   
   __
   Do you Yahoo!?
   Protect your identity with Yahoo! Mail
  AddressGuard
   http://antispam.yahoo.com/whatsnewfree
   -- 
   Please see the official ORACLE-L FAQ:
  http://www.orafaq.net
   -- 
   Author: Michael Thomas
 INET: [EMAIL PROTECTED]
   
   Fat City Network Services-- 858-538-5051
  http://www.fatcity.com
   San Diego, California-- Mailing list and
  web hosting services
  
 

-
   To REMOVE yourself from this mailing list, send
 an
  E-Mail message
   to: [EMAIL PROTECTED] (note EXACT spelling of
  'ListGuru') and in
   the message BODY, include a line containing:
 UNSUB
  ORACLE-L
   (or the name of mailing list you want to be
  removed from).  You may
   also send the HELP command for other information
  (like subscribing).
   
  
  
  -- 
  Please see the official ORACLE-L FAQ:
  http://www.orafaq.net
  -- 
  Author: Jared Still
INET: [EMAIL PROTECTED]
  
  Fat City Network Services-- 858-538-5051
  http://www.fatcity.com
  San Diego, California-- Mailing list and
 web
  hosting services
 

-
  To REMOVE yourself from this mailing list, send an
  E-Mail message
  to: [EMAIL PROTECTED] (note EXACT spelling of
  'ListGuru') and in
  the 

Re: Has anyone used this Perl Module? Oracle-Trace-1.06 (or 1.07)

2003-12-31 Thread Jared . Still

Cool, thanks. Hadn't tried googling for it yet.







Michael Thomas [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
12/31/2003 10:49 AM
Please respond to ORACLE-L


To:Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
cc:
Subject:Re: Has anyone used this Perl Module? Oracle-Trace-1.06 (or 1.07)


Google'izing, you can find 1.07 here:

http://cpan.oss.eznetsols.org/authors/id/R/RF/RFOLEY/Oracle-Trace-1.07.tar.gz

My best results with 'make test' are now:
$ make test
/usr/bin/perl.exe -MExtUtils::Command::MM -e
test_harness(0, 'blib/lib', 'blib/arch') t/*.t
t/Traceok 1/8
Name main::a_ftr used only once: possible typo at
t/Trace.t line 26.
t/Traceok 2/8
#   Failed test (t/Trace.t at line 21)
) s_hdr(RFI
t/Traceok 3/8
#   Failed test (t/Trace.t at line 29)
# expected 4 entries (26 - (header + children)) got: 0
t/Traceok 5/8
Can't call method statement on an undefined value at
t/Trace.
t line 43.
# Looks like you planned 8 tests but only ran 7.
# Looks like your test died just after 7.
t/Tracedubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4, 6, 8
Failed 3/8 tests, 62.50% okay
Failed Test Stat Wstat Total Fail Failed List of
Failed
---
t/Trace.t  255 65280   8  4 50.00% 4 6 8
Failed 1/1 test scripts, 0.00% okay. 3/8 subtests
failed, 62.50% okay.
make: *** [test_dynamic] Error 2

DOH? What failed between test2 and test3? 

This is with Perl 5.8.1 on Cygwin/W2K, etc.. 

Please advise if you get better results.

Regards,

Mike Thomas

PS. Otherwise, see ya next week. ;-)

--- Michael Thomas [EMAIL PROTECTED] wrote:
 Thanks. It's amazing how you did that. ;-)
 
 The last two updates on CPAN were both on Wednesday,
 e.g. 17DEC03, 24DEC03. And, today is Wednesday. So
 anyone that depends on BCHR over 99% might expect
 that
 the next release would be ... today! :-O
 
 I stumbled into the Oracle-Trace package while
 configuring my instance with chkalert/email from
 your
 'Perl for Oracle DBAs' book. Chkalert is a cool
 program.
 
 Happy holidays!
 
 Regards,
 
 Mike Thomas
 
 --- Jared Still [EMAIL PROTECTED] wrote:
  Tha author says to use vs. 1.07. CPAN however
  only has vs. 1.06.
  
  I've asked the author how to obtain 1.07, haven't
  heard yet.
  
  Jared
  
  On Wed, 2003-12-31 at 02:14, Michael Thomas wrote:
   Sorry, the last email got truncated for some
  reason.
   
   Here is the rest:
   -
   Now I'm stuck at 'make test', my best results
 are:
   
   $ make test
   /usr/bin/perl.exe -MExtUtils::Command::MM -e
   test_harness(0, 'blib/lib', 'blib/arch') t/*.t
   t/TraceName main::a_ftr used only once:
  possible
   typo at t/Trace.t line 26
   
   t/Traceok 3/8
   #   Failed test (t/Trace.t at line 29)
   # expected 4 entries (26 - (header + children))
  got: 0
   t/Traceok 5/8
   Can't call method statement on an undefined
  value at
   t/Trace.t line 43.
   # Looks like you planned 8 tests but only ran 7.
   # Looks like your test died just after 7.
   t/Tracedubious
   Test returned status 255 (wstat 65280,
  0xff00)
   DIED. FAILED tests 4, 6, 8
   Failed 3/8 tests, 62.50% okay
   Failed Test Stat Wstat Total Fail Failed List
 of
   Failed
  
 

---
   t/Trace.t  255 65280   8  4 50.00% 4 6 8
   Failed 1/1 test scripts, 0.00% okay. 3/8
 subtests
   failed, 62.50% okay.
   make: *** [test_dynamic] Error 2
   
   It looks like these results are scrambled
 because
  I
   don't see test1, test2, test7 but I'm getting
  credit
   as passed. I figure only 3 and 5 really passed.
 I
   stopped here, trying to decide if I should
 update
  the
   perl version on my server, to continue.
   
   If you got a good 'make test' then I'll proceed.
   
   Regards,
   
   Mike Thomas
   
   
   __





Re: Has anyone used this Perl Module? Oracle-Trace-1.06

2003-12-30 Thread Jared Still
It appears to have only been available since 12/17/2003.

This is the first I've heard of it.

Jared

On Tue, 2003-12-30 at 18:19, Michael Thomas wrote:
 Hi,
 
 I was wondering if anyone has used this Perl module
 successfully, and what you thought?
 
 http://search.cpan.org
 http://search.cpan.org/~rfoley/Oracle-Trace-1.06/
 
 I noticed its relatively new.
 
 Happy Holidays.
 
 Mike Thomas
 
 __
 Do you Yahoo!?
 Protect your identity with Yahoo! Mail AddressGuard
 http://antispam.yahoo.com/whatsnewfree
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.net
 -- 
 Author: Michael Thomas
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- 858-538-5051 http://www.fatcity.com
 San Diego, California-- Mailing list and web hosting services
 -
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).
 


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jared Still
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).