Search the web
Sign In
New User? Sign Up
VOUGlist · Virginia Oracle User's Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 757 - 786 of 923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
757
COUNT can be COUNT(*) or COUNT (DISTINCT expression) but not COUNT(expression). ... going wrong on this. My eyes are starting to glaze over staring at it and...
John Flack
jcflack54
Offline Send Email
Jul 4, 2005
3:28 pm
758
actually, count() can count an expression (john, you may be thinking of something else?) SQL> select count(*), count(empno), count(decode(sal,0,null,sal)) as...
Mark C. Stock
mcstock@...
Send Email
Jul 4, 2005
5:25 pm
759
Hi Mark, Thanks for getting back to me. I had the feeling that something was not right with that syntax. I have yet to put my finger on it. I have to dwell on...
Prescribed@...
Send Email
Jul 6, 2005
4:30 pm
760
I have developed a form application built of two blocks on two different canvases. How do I set it up so that when double-clicked, the block will bring up the...
Phillip
psmall57@...
Send Email
Jul 6, 2005
4:30 pm
761
Hello, My issue is dealing with forms and I want to have a page or tab listing of records in one tab. log#, disp, descr,...
Phillip
psmall57@...
Send Email
Jul 6, 2005
4:30 pm
762
I tried to do this but in the drop down on the 'Synchronize with Item' option, the description for the other table is not one of the list. Are you referring...
Phillip
psmall57@...
Send Email
Jul 6, 2005
7:42 pm
763
'mirror item' is a concept -- i think oracle may have used the term in its documentation at one point the idea of a 'mirror item' is that it is a 2nd occurence...
Mark C. Stock
mcstock@...
Send Email
Jul 6, 2005
10:37 pm
764
I have an Oracle form that is a single block at the top of the page and at the bottom the 2nd block is a multi-record block. I went back and added a scrollbar...
shuga01
Offline Send Email
Jul 6, 2005
10:37 pm
765
in your w-m-d trigger go_block('< detail block name >'); execute_query; If you use the datablock wizard and set up your relationships correctly then you...
c.r.farmer@...
formstojava
Offline Send Email
Jul 8, 2005
3:06 pm
766
as far as i can recall (don't have a working forms installation right now) what you are describing is normal behavior -- the scroll bar will scroll the set of...
Mark C. Stock
mcstock@...
Send Email
Jul 8, 2005
3:06 pm
767
Hi, Would anyone shed some light on this... 1) If 98% system availability of Oracle (11 modules) is considered industry standard for an SLA. If so, does IT...
tarveenthadani
Offline Send Email
Jul 8, 2005
3:06 pm
768
Hi Phillip, You need two datablocks based upon the same table with a one to one relationship between them. use the tabular layout as the master block and the...
c.r.farmer@...
formstojava
Offline Send Email
Jul 8, 2005
3:06 pm
769
from just a quick look i think you can probably solve this without triggers -- assuming you have a multi-row block that displays a short single-line version of...
Mark C. Stock
mcstock@...
Send Email
Jul 8, 2005
3:07 pm
770
block coordination should be done with a Relations object, not with EXECUTE_QUERY in a trigger navigation (in your WHEN-MOUSE-DOUBLECLICK) can be done with the...
Mark C. Stock
mcstock@...
Send Email
Jul 8, 2005
3:07 pm
771
In Forms, how do you perform an insert into a table without getting the error 'Identifier table_name must be declared' ? I know there is a way to do inserts in...
psmall57
Offline Send Email
Jul 11, 2005
6:53 pm
772
Tarveen, I can not speak to Oracle 11. Ping of 120 milliseconds does not sound good. From a cable modem/ISDN/LAN connection 120 milliseconds is very bad. You...
Allen Shepard
ashepard@...
Send Email
Jul 11, 2005
6:53 pm
773
Hi, Well I am still at it. Would someone out there please explain what I am doing wrong. I provided a substitution variable in a pl/sql block as part of a...
Prescribed@...
Send Email
Jul 18, 2005
1:26 pm
774
+ Interjection by listserv moderator: + Several helpful replies to this posting, below... ... From: "TNL Technologies, Inc." <subscription@...> Al, I...
Virginia Oracle User'...
vouglist
Offline Send Email
Jul 22, 2005
6:34 pm
775
I am currently working on a Project with Oracle Forms 9i at front end and Microsoft SQL server at back end. Could Any one please recommand me the steps to...
aamerjavaid
Offline Send Email
Jul 22, 2005
6:34 pm
776
The problem is the extra '&' You only need one. (TUNE) SQL>!cat rjq.sql set serverout on verify off feedback off begin ...
Richard Quintin
richardjq
Offline Send Email
Jul 26, 2005
1:39 pm
777
Hi Everyone, I want to thank you for being so helpful. You don't even know how much you are helping. Even though this question is old I had already finished...
Prescribed@...
Send Email
Jul 26, 2005
1:48 pm
778
Hi, Would someone take a look at this statement? I can't seem to locate the error and another pair of eyes may help. EXECUTE IMMEDIATE ?INSERT INTO tt_table...
Prescribed@...
Send Email
Jul 29, 2005
3:01 pm
779
Does Oracle provide any best practice means of dealing with Daylight Savings Time issues for remote servers in multiple locations? If so, what are the details?...
machoman70p
Offline Send Email
Aug 8, 2005
2:08 pm
780
Usually this is an issue handled by the OS ( OpenVMS, Linux, Unix, Windows, Mac, etc etc). With the "new" daylight savings law that passed in the US, ...
Dr Robert Young
rcyoung@...
Send Email
Aug 9, 2005
5:23 pm
781
There may be platform differences that I'm not aware of, but for the most part, Oracle picks up its clock information from the underlying operating system. So...
John Flack
jcflack54
Offline Send Email
Aug 9, 2005
5:23 pm
782
Oracle 9IR2.06 I'm looking for a method to create a reproducible database clone for use within a development test lab. I used to use the Export/Import ...
gofftfln
Offline Send Email
Aug 9, 2005
5:23 pm
783
Use a backup of the database and simply restore it. ================================================== gofftfln <goffd@...> wrote: Oracle 9IR2.06 I'm...
Brett Ogletree
bretto97@...
Send Email
Aug 9, 2005
11:15 pm
784
I forgot to mention my environment does not allow using RMAN. Darrell...
gofftfln
Offline Send Email
Aug 11, 2005
8:57 am
785
Hi Everybody, We have data in Oracle 9i data base. Users want to pull the data in Excel spreadsheet format through web. They like to download the data into...
Ram Iyer
iramsor
Offline Send Email
Aug 11, 2005
9:00 am
786
+ Interjection by listserv moderator: + Several helpful replies to this posting, below... ... From: "I. Michael Snyder" <i.michael.snyder@...> Ram, ...
Virginia Oracle User'...
vouglist
Offline Send Email
Aug 11, 2005
4:53 pm
Messages 757 - 786 of 923   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