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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 113 - 142 of 177   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
113
If I understood correctly, Chris proposed to write code like that: PROCEDURE My_Proc IS .... /**P ONLY*/ ret_code := My_Function(in_number); /*P ONLY**/ /**T...
a_tumanov
Offline Send Email
Jun 3, 2002
12:54 pm
114
By the way, the Oracle PL/SQL Pipetalk forum (http://pipetalk.revealnet.com/~plsql) performs much-much better since June 1, 2002. I think that utPLSQL forum...
a_tumanov
Offline Send Email
Jun 3, 2002
12:54 pm
115
Hi folks, I would like to inquire about what the better way is to match a given collection against table data: To store the collection in a temporarely created...
Juergen Aschenbrenner
jasche@...
Send Email
Jun 3, 2002
12:54 pm
116
Hello all, Joined yesterday. First post, since my previous first post hasn't appeared! I'm having a look at utPLSQL, but haven't used it in anger yet. (a)...
Colin Wright
colinderekwr...
Offline Send Email
Jun 3, 2002
5:25 pm
117
Great Post! Just what I wanted to say. In a former code generation project, I had implemented a feature like this (Rimmer Method) for test mode, I also had...
david.johnson@...
davidejohnson
Offline Send Email
Jun 3, 2002
8:56 pm
118
Glad to see discussion on this very important topic. The idea of synonyms is interesting, but functions tend to call mostly functions of own schema. I can...
a_tumanov
Offline Send Email
Jun 5, 2002
1:03 pm
119
Albert, ... The thing to remember is that for non-dynamic code the synonym lookup is only used at _compile_ time, which is why you must recompile the procedure...
Colin Wright
colinderekwr...
Offline Send Email
Jun 5, 2002
3:28 pm
120
I wrote the following snipped to illustrate my problem. It must have something to do with a NTHVAL component. Maybe someone can give me a hint what it is....
Juergen Aschenbrenner
jasche@...
Send Email
Jun 5, 2002
5:39 pm
121
I am thinking of giving a presentation at this year's UKOUG in December on utPLSQL to raise the profile of the project (and maybe raise my own profile too...
chrisrimmer1970
Offline Send Email
Jun 11, 2002
12:17 pm
122
... Date: Tue, 11 Jun 2002 12:33:50 -0500 From: Larry Winkler <lawrence.winkler@...> To: Chris Rimmer <chris@...> Subject: Re:...
Chris Rimmer
chrisrimmer1970
Offline Send Email
Jun 12, 2002
11:33 am
123
Problem: in ut_setup method, I'd like to insert some test data. But some of the tables are under another schema. To enable the inserts, I should give grants to...
a_tumanov
Offline Send Email
Jun 17, 2002
11:49 am
124
Create a package to create the data for the other schema, and place it in the other schema. Call it from your ut_setup. It should execute with owner privilege,...
Bayley, Alistair
abayley2
Offline Send Email
Jun 17, 2002
2:56 pm
125
... Date: Mon, 17 Jun 2002 15:25:31 -0500 From: Larry Winkler <lawrence.winkler@...> To: Chris Rimmer <chris@...> Subject: Re:...
Chris Rimmer
chrisrimmer1970
Offline Send Email
Jun 19, 2002
2:21 pm
126
Hi everybody, we're considering the use of utPLSQL to include unit testing in the ETL system we're developing with Oracle Warehouse Builder. Has anybody tried...
cereal_con_fibra
cereal_con_f...
Offline Send Email
Jun 21, 2002
12:32 pm
127
Hi Folks, I tried to install the utplsql on a 7.3.4.0.0 oracle data base. The installation script had proplems with the *utreceq* package as it couldn't handle...
Juergen Aschenbrenner
jasche@...
Send Email
Aug 6, 2002
4:12 pm
128
I have just uploaded the new version to SourceForge. (http://sourceforge.net/project/showfiles.php?group_id=6633) The changes are: utRecEq package spec fixed...
chrisrimmer1970
Offline Send Email
Aug 6, 2002
8:57 pm
129
Hi folks, I've got a problem with how to call utassert.eqqueryvalu on a Version - 7.3.4.0.0 db. the same test runs well on a version 8 something: drop table...
Juergen Aschenbrenner
jasche@...
Send Email
Aug 13, 2002
5:51 pm
130
Hi albert, I don't think it has something to do with execution rights granted, as You see that the *utassert.this* in the exception part works properly. I...
Juergen Aschenbrenner
jasche@...
Send Email
Aug 14, 2002
12:44 pm
131
... as You see that the *utassert.this* in the exception part works properly. I guess, but I am not sure that there is a bug in the *utassert.eqqueryvalu*...
chrisrimmer1970
Offline Send Email
Aug 14, 2002
4:43 pm
132
Hi Albert and Chris, I checked this and it worked :o). Thanks for Your help. Cheers Juergen ... as You see that the *utassert.this* in the exception part works...
Juergen Aschenbrenner
jasche@...
Send Email
Aug 16, 2002
10:49 am
133
Hi All, My requirement is, I need to generate Excel reports from Oracle with Data. Now am using Java as Middle tier to generate Excel Report. Instead of Java,...
Chandra S.Reddy
chandu_reddi
Offline Send Email
Aug 26, 2002
12:35 pm
134
<<Hi All, My requirement is, I need to generate Excel reports from Oracle with Data. Now am using Java as Middle tier to generate Excel Report. Instead of...
Vedder, Henk
h_vedder2002
Offline Send Email
Aug 27, 2002
12:11 pm
135
This question is not appropriate for this list (we are interested here in the utPLSQL unit testing framework). Anyway... Why don't you produce a CSV file? This...
Bayley, Alistair
abayley2
Offline Send Email
Aug 27, 2002
12:11 pm
136
Friends, If you are on Oracle9i, please make sure that you upgrade to utPLSQL 2.0.9.2, which is available at: ...
Steven Feuerstein
stevenfeuers...
Offline Send Email
Aug 27, 2002
3:27 pm
137
Does anyone have any examples of ways they used to test the effects of triggers or any procedures that perform DML on database tables? ...
mark_blakey@...
Send Email
Sep 4, 2002
2:00 pm
138
If you can describe what you're trying accomplish, I probably can help. The best approach I've found is to simply create an anonymous PL/SQL block in a text...
RR
rgosling@...
Send Email
Sep 4, 2002
2:20 pm
139
One, admittedly kludgy, way I have used to check the effects of operations that can't be run from utplsql, but still define and execute checks from utplsql, is...
Dan Spencer
dspencerwi53
Offline Send Email
Sep 4, 2002
2:48 pm
140
Friends, At the end of September, I am going to change the utPLSQL-Info discussion group into an announcement. I will do this not because I don't like ...
Steven Feuerstein
stevenfeuers...
Offline Send Email
Sep 18, 2002
12:22 pm
141
... I don't want to sound ungrateful for Patrick's work, but I am not sure why we are moving to _yet another_ discussion forum for utPLSQL. So far, we have...
Chris Rimmer
chrisrimmer1970
Offline Send Email
Sep 25, 2002
12:00 pm
142
Let's vote ! :) It is possible to create a poll on http://groups.yahoo.com/group/utPLSQL-Info/ The forums to choose from (please add your links): ...
Albert Tumanov
a_tumanov
Offline Send Email
Sep 25, 2002
2:44 pm
Messages 113 - 142 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