Search the web
Sign In
New User? Sign Up
utPLSQL-Info
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 64 - 93 of 177   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
64
Subject says it all. How do people go around this limitation of utplsql?...
Izrail Blank
izblank
Offline Send Email
Feb 5, 2002
3:04 pm
65
... utplsql? Venky posted some code to do ref cursors : http://groups.yahoo.com/group/utPLSQL-Info/message/43 I haven't looked at it myself. He also has been...
chrisrimmer1970
Offline Send Email
Feb 6, 2002
3:14 pm
66
Izrail Blank <iblank@...> sent a note asking how utPLSQL could be used with REF CURSORs. It just so happens that back on Dec 3, Venky sent out some...
Steven Feuerstein
stevenfeuers...
Offline Send Email
Feb 6, 2002
3:14 pm
67
Hello, I am relatively new to utplsql. I would like to be able to test my triggers. Does anyone have any suggestions as to how I could use utplsql for this? ...
Damon Torgerson
damon@...
Send Email
Feb 6, 2002
4:36 pm
68
... You can only test procedures that are called from within your triggers, but there is currently no way to directly test a trigger within the test harness. I...
Steven Feuerstein
stevenfeuers...
Offline Send Email
Feb 8, 2002
5:05 pm
69
... Actually, while I don't have the code available -- I no longer work at the company -- I tested a series of triggers with the test harness. What I did was I...
Austin Ziegler
austin_ziegler
Offline Send Email
Feb 8, 2002
6:24 pm
70
Currently I am developing an application that can be used to managed non-fatal errors and data processing information. The app allows a user to define message...
t_beardwood
Offline Send Email
Feb 13, 2002
5:47 pm
71
For those of you using my script, or thinking about it, there is a minor change to the instructions. As pointed out to me by Jeff Smith at Quest, the script...
chrisrimmer1970
Offline Send Email
Feb 14, 2002
2:59 pm
72
Sorry about this - another tweak to my script. It doesn't work properly when the utplsql prefix contains '_' or '%', as it does by default. This is because I...
Chris Rimmer
chrisrimmer1970
Offline Send Email
Feb 15, 2002
7:17 pm
73
I think this group will have to be renamed Chris'sToadScript-Info soon! I've made another minor change to the script, which can be downloaded from SourceForge....
Chris Rimmer
chrisrimmer1970
Offline Send Email
Feb 19, 2002
12:32 pm
74
I've used utPLSQL for a while - but I haven't yet bothered to figure this out. And, I'll admit, I haven't spent a huge amount of time in the documentation...
jeff621
Offline Send Email
Feb 20, 2002
6:59 pm
75
Hi, ... I was also tired, and I found that there is an option for this: I just add the following line before calling the Test procedure: ...
amaury.forgeotdarc@...
amforgeot
Offline Send Email
Feb 21, 2002
1:46 pm
76
I have recently been reading Kent Beck's book "Extreme Programming Explained" on safari.oreilly.com, while trying out the free 30 day trial (I recommend taking...
chrisrimmer1970
Offline Send Email
Feb 21, 2002
6:13 pm
77
Huzzah! - good points. I spend most of my time in Java and Junit and in practice don't have one TestCase per Class. I create testcases that make sense for...
jeff621
chrisrimmer1970
Offline Send Email
Feb 22, 2002
1:50 pm
78
... Actually, results are displayed with this query: SELECT * FROM utr_outcome WHERE run_id = l_id which means that there was no order enforced at all! That's...
Steven Feuerstein
stevenfeuers...
Offline Send Email
Feb 22, 2002
8:50 pm
79
... This is actually supported right now in utPLSQL. When I originally released the utility, you needed to make calls to utplsql.addtest to "register" the ...
Steven Feuerstein
stevenfeuers...
Offline Send Email
Feb 22, 2002
8:50 pm
80
Friends, As some of you may be aware, I have been working on utPLSQL, a unit testing framework for PL/SQL developers, for the last year or so. There are ...
Steven Feuerstein
stevenfeuers...
Offline Send Email
Feb 26, 2002
1:00 pm
81
The new version is available on SourceForge https://sourceforge.net/project/showfiles.php?group_id=6633 Have a look at the ChangeLog there, or the release...
Chris Rimmer
chrisrimmer1970
Offline Send Email
Feb 27, 2002
5:51 pm
82
I work for Oracle and we run all the Unit tests in the cron job. I was wondering if we can run the entire suite and get a HTML report out. ( with nice colors, ...
Girish Jashnani
gmjashnani
Offline Send Email
Mar 1, 2002
1:37 pm
83
... Well, all results are actually stored in the utr_outcome table. I believe therefore that it would be rather straightforward for *someone* (ie, not me!) to...
Steven Feuerstein
stevenfeuers...
Offline Send Email
Mar 1, 2002
4:50 pm
84
While it doesn't quite fit your request, I run the following script after each test run. The spooled output is linked to a web page. It is a pretty basic...
Dan Spencer
dspencerwi53
Offline Send Email
Mar 1, 2002
5:09 pm
85
This is easy to do using the PL/SQL Web Toolkit and the HTTP Server that comes with Oracle 8.1.7. I built a rudimentary proof of concept version called ...
Daryl Hurley
implestrat
Offline Send Email
Mar 1, 2002
6:15 pm
86
When I run utplsql_update.sql for 2.0.9 ( upgrading from a 2.0.8 installation) it gives me a bunch of errors. What am I doing wrong? Errors for PACKAGE...
Izrail Blank
izblank
Offline Send Email
Mar 1, 2002
6:33 pm
87
... You aren't doing anything wrong. I did something wrong: I have not updated the upgrade script. In fact, what you should do is run utplsql_install and it...
Steven Feuerstein
stevenfeuers...
Offline Send Email
Mar 1, 2002
6:46 pm
88
Runnnig utplsql_install AND manually upgrading ut_utp (adding the "per_method_setup" column) fixed the problem ... From: Steven Feuerstein...
Izrail Blank
izblank
Offline Send Email
Mar 1, 2002
7:24 pm
89
Have a look on ORASNAP freeware for Oracle (very easy to find on google). It may helps to understand how to do your work. ... Gery Pannequin - Independant...
Gery PANNEQUIN
gpannequin@...
Send Email
Mar 4, 2002
2:31 pm
90
I'm From Albania and i just wanted to say that I don't know quite a lot in PL/SQL but I think jus that I'm in the right group. ===== << Laert...
LaertOsmëni
laerto@...
Send Email
Mar 7, 2002
5:49 pm
91
RE Version 2091 Population of ut_assertion fails with primary key constraints failure. Primary key value 15 repeated in insertion steps. I changed...
Larry Winkler
lawrence.winkler@...
Send Email
Mar 9, 2002
2:51 pm
92
Dear all, I have once again revamped the documentation for utPLSQL. The new version is available online at: http://utplsql.sourceforge.net/Doc/index.html The...
chrisrimmer1970
Offline Send Email
Mar 13, 2002
3:15 pm
93
Hi all, I'm new to the utPLSQL world so if you can help me that is great. I have installed utPLSQL and running the examples to see how it works. Most of the...
lai@...
Send Email
Mar 13, 2002
3:37 pm
Messages 64 - 93 of 177   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help