Search the web
Sign In
New User? Sign Up
cis4301fa06 · CIS 4301 Fall 2006
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 91 - 120 of 670   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
91
As I warned in class, they are a bit sparse (and text only), but here they are, --Chris -- ____________________________________________________________...
Christopher Jermaine
chris.jermaine
Offline Send Email
Nov 1, 2006
2:09 pm
92
Hi all-- I was contacted by a local business looking for a database programmer. The job seems to involve writing some Visual Basic code for a GPS database....
Christopher Jermaine
chris.jermaine
Offline Send Email
Nov 1, 2006
10:16 pm
93
I was wondering if there is anything wrong with the following answers to Part A (5) b/c they look very different than the solution posted online. RA: PROJECT...
relmdor2004
Offline Send Email
Nov 2, 2006
2:19 am
94
I was wondering if (and if so what) is wrong with the following answer to Part A (5): RA: PROJECT r_name ( SELECT score > avg_score ( RATINGS * EATER ) ) ...
relmdor2004
Offline Send Email
Nov 2, 2006
2:32 am
95
Just from the little bit I looked at it, it's because your RA answer returns all restaurants that have had anyone that rated them higher than average. The...
Sean Larson
burninglutai
Offline Send Email
Nov 2, 2006
3:46 am
96
I agree with Sean's explanation, --Chris...
Christopher Jermaine
chris.jermaine
Offline Send Email
Nov 2, 2006
6:45 am
97
If y'all are like me and prefer to use a graphical interface as opposed to the command line stuff and have therefore downloaded Oracle's SQL Developer, you're...
Aric Benkoski
steelzephyr
Online Now Send Email
Nov 3, 2006
6:00 pm
98
Are we permitted to use built-in Pl/SQL functions for Assignment 3?...
JONES,MALACHI GABRIEL
ufnsbesenator
Offline Send Email
Nov 4, 2006
10:23 pm
99
if i have a variable ... Declare myVariable mytable.colname%type Begin select colname into myVariable from mytable where colname='yadda' ... if there were no...
Alicia Cosenza
amcgatoruf
Offline Send Email
Nov 4, 2006
10:43 pm
100
What is the acceptable edit distance value form A to B for this task? For example is this value 2? I didn't find a defined value in the project description....
JONES,MALACHI GABRIEL
ufnsbesenator
Offline Send Email
Nov 4, 2006
11:13 pm
101
You can use "IS NULL" or "IS NOT NULL". IF myVariable IS NULL then .... END IF; If myVariable contains a null value, the "IF" expression evaluates to TRUE. ...
Ravi Jampani
ravi_baji
Offline Send Email
Nov 4, 2006
11:28 pm
102
Please take acceptable edit distance value as 1. Ravi...
Ravi Jampani
ravi_baji
Offline Send Email
Nov 4, 2006
11:42 pm
103
Of course, --Chris...
Christopher Jermaine
chris.jermaine
Offline Send Email
Nov 5, 2006
12:36 am
104
I just want to make sure this is okay, but we're allowed to write helper functions as necessary for assignment 3, correct? --Aric ...
Aric Benkoski
steelzephyr
Online Now Send Email
Nov 5, 2006
10:05 pm
105
Yes, you are allowed to write such functions. Ravi...
Ravi Jampani
ravi_baji
Offline Send Email
Nov 5, 2006
11:15 pm
106
Thanks for that. I was losing my mind. ... From: "cis4301fa06@yahoogroups.com" <cis4301fa06@yahoogroups.com> To: "cis4301fa06@yahoogroups.com"...
William E. W. Russell
elsiguiente37
Online Now Send Email
Nov 6, 2006
2:47 pm
107
Hi, I'm getting the error that says ORA-04077: WHEN clause cannot be used with table level triggers on the first problem. This is the sample code I'm using for...
cee1106
Offline Send Email
Nov 6, 2006
8:46 pm
108
The problem is that if you have a "WHEN", then it needs to be a so-called "row-level" trigger that fires separately for each row or tuple in the database......
Christopher Jermaine
chris.jermaine
Offline Send Email
Nov 6, 2006
9:06 pm
109
same problem when i use for each row ... Access over 1 million songs - Yahoo! Music Unlimited....
mirko richter
cee1106
Offline Send Email
Nov 6, 2006
9:50 pm
110
This may be related to previous emails but I am getting this error... LINE/COL ERROR ... 8/1 PL/SQL: Statement ignored 8/13 PLS-00302: component...
Alicia Cosenza
amcgatoruf
Offline Send Email
Nov 6, 2006
9:56 pm
111
You could use to_date(), to_char(), to_number() and substr() functions. to_date(date, format) -- returns a date is specified format substr(s,start,len) --...
Ravi Jampani
ravi_baji
Offline Send Email
Nov 6, 2006
10:49 pm
112
I think the errors you are getting now are due to some syntax mistakes. A couple of them I could catch: 1. line six: missing "'" at end of string 2. when...
Ravi Jampani
ravi_baji
Offline Send Email
Nov 6, 2006
10:56 pm
113
Be sure you don't have a space after the dot in dbms_output.putline(' '); Other than that, you might want to be sure to have checked that you enabled server...
Aric Benkoski
steelzephyr
Online Now Send Email
Nov 6, 2006
11:01 pm
114
The error is due to using "putline" instead of "put_line" (you forgot an "_"). Thanks, Ravi...
Ravi Jampani
ravi_baji
Offline Send Email
Nov 7, 2006
1:46 am
115
Hi all-- In Oracle, if you subtract two dates you get the difference between them in days (or fractions of days). So to do #1 in the HW, just compare the...
Christopher Jermaine
chris.jermaine
Offline Send Email
Nov 7, 2006
10:49 pm
116
Hello, Here was the error I was getting if I changed my trigger to happen after insert instead of before insert. One error saving changes to table...
Jim Dubernickle
marabou12
Online Now Send Email
Nov 8, 2006
2:16 am
117
there is also a function called months_between(date1, date2) i <3 google...
Alicia Cosenza
amcgatoruf
Offline Send Email
Nov 8, 2006
2:53 am
118
Hi all-- Just a reminder that as was discussed in class yesterday, assignment 3 will be due before class next Tuesday. Assignment 4 will still be assigned...
Christopher Jermaine
chris.jermaine
Offline Send Email
Nov 8, 2006
9:07 pm
119
I have No idea what is wrong. Here is the stripped down trigger.. ... CREATE OR REPLACE TRIGGER myTrigger BEFORE INSERT ON sightings FOR EACH ROW DECLARE ...
Alicia Cosenza
amcgatoruf
Offline Send Email
Nov 9, 2006
1:26 am
120
There is a name clash between the FLOWERS table in the database and the "flowers" cursor you are defining. Please change the cursor name. Ravi...
Ravi Jampani
ravi_baji
Offline Send Email
Nov 9, 2006
4:55 am
Messages 91 - 120 of 670   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