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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 82 - 111 of 177   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
Online Now 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
94
... I have added a document to SourceForge describing how to add documentation. It is to be found at ...
chrisrimmer1970
Offline Send Email
Mar 15, 2002
4:29 am
95
[I have finally managed to get access to this group from my workplace...] I need to test some existing stored procs with names that are at the 30-char limit....
abayley2
Offline Send Email
Mar 25, 2002
2:12 pm
96
... Frankly, I am a bit embarrassed that utPLSQL doesn't already deal with this situation. I am looking at a fix so that when you call utPLSQL.test you can ...
Steven Feuerstein
stevenfeuers...
Offline Send Email
Mar 25, 2002
2:16 pm
97
Hello All, I recently joined the community. How do i contribute to the development of the utPLSQL project? Thanks,...
kamal_k_joshi
Offline Send Email
Mar 28, 2002
3:26 pm
98
Hi, I have posted the bug on utplsql.sf.net, repeating here just in case nobody traces bug reports there :) When installing utPLSQL ver.2.0.9.1 on Oracle 8,...
a_tumanov
Offline Send Email
Mar 29, 2002
1:33 pm
99
Hi all, I'm having trouble installing utPLSQL on my Oracle DB. The version is Oracle8i Enterprise Edition Release 8.1.7.1.0. I simply ran the utplsql_install...
bloke_job
Offline Send Email
Apr 12, 2002
3:24 pm
100
... This does sound suspiciously like the DB is broken. Do you have access to the profiler (DBMS_PROFILER package)? You could try running with this and then...
Chris Rimmer
chrisrimmer1970
Offline Send Email
Apr 15, 2002
1:13 pm
101
Friends, Patrick Barel in the Netherlands has generously made available to us his own custom-built discussion forum software to allow us to build threaded ...
Steven Feuerstein
stevenfeuers...
Offline Send Email
Apr 23, 2002
6:00 am
102
Hello All, I had posted this on the sourceforge.net bug tracker. I'm posting it here again, just in case. if you want to look at the attachements, refer to the...
kamal_k_joshi
Offline Send Email
Apr 23, 2002
6:13 pm
103
I've just upgraded to TOAD 7.3. Quest now include the script I wrote to run utPLSQL from TOAD, plus links to the project homepage at SourceForge. Hey, I even...
chrisrimmer1970
Offline Send Email
May 2, 2002
11:33 am
104
Hi folks, I just fooled a bit around with the utplsql packackage. I got the betwnstr example run and right after that I tried to integrate my testing scripts...
Juergen Aschenbrenner
jasche@...
Send Email
May 16, 2002
2:00 pm
105
... Try putting UT_BAR in the FOO schema and run utplsql.test logged in as FOO. If I remember correctly, by default utPLSQL assumes that the program or package...
Chris Rimmer
chrisrimmer1970
Offline Send Email
May 17, 2002
12:47 pm
106
Hi, Does anybody have any idea how to write unit test for testing high- level functions ? I say that function is high-level if it calls some other nontrivial ...
a_tumanov
Offline Send Email
May 21, 2002
2:54 pm
107
Thanx Spencer, David and Steven for Your quick reply, ok, now I put UT_BAR along with BAR into the FOO-schema and granted execute rights un UT_BAR to UTPLSQL....
Juergen Aschenbrenner
jasche@...
Send Email
May 21, 2002
3:58 pm
108
ok, finally I got it run. Another problem I encountered was that I gave the schema where I put the utplsql package in the same name, e.g. 'utplsql'. When I try...
Juergen Aschenbrenner
jasche@...
Send Email
May 23, 2002
2:16 pm
109
... to ... Hmmm, I wish I had a clever solution to this, as I have encountered a related problem. I have a routine which sends out a notification email to...
chrisrimmer1970
Offline Send Email
May 24, 2002
2:49 pm
110
... us his ... threaded ... I am afraid this forum tends not to work. It's more like ORA-03113 errors generator :) I was never be able to use any part of it...
a_tumanov
Offline Send Email
May 28, 2002
2:11 pm
111
Thinking about this problem posed by Albert, I wondered to myself if it was possible to recompile a package into a 'testing' form before the tests are run and...
Chris Rimmer
chrisrimmer1970
Offline Send Email
May 30, 2002
11:53 am
Messages 82 - 111 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