Viewing 15 posts - 6,706 through 6,720 (of 14,953 total)
You're welcome.
April 7, 2010 at 8:17 am
jrajkhowa (4/5/2010)
your idea wont give me a and b, but all a,b and d.you solve this part, then next part will continue.
and this is not homework but work
No, my idea...
April 7, 2010 at 8:16 am
sumit.joshij (4/6/2010)
At least they(ORACLE corp) can have the knowledge...
April 7, 2010 at 7:43 am
Set up either a script or job that the IT people need to run before they do a shutdown. Maybe a simple VB.NET Windows app with a "pre-shutdown check"...
April 6, 2010 at 3:05 pm
Can you set up the Access app to handle that for you? I used to manage an Access-on-SQL (sounds like that should be an English town name) application. ...
April 6, 2010 at 2:51 pm
Um, this may be a stupid question, but is your server suddenly shutting down spontaneously on a regular basis?
If I need something to run before the server shuts down, I...
April 6, 2010 at 2:41 pm
jcrawf02 (4/6/2010)
GSquared (4/5/2010)
April 6, 2010 at 2:15 pm
You're missing a close-paren after the size on the x3 line.
April 6, 2010 at 2:11 pm
In that case, if you delete from table1, it will delete from table2, which will then delete from table3. At the same time, you're telling it to delete from...
April 6, 2010 at 11:03 am
I did a Bing search for the exception message, and found this: http://ora-12154.ora-code.com/
Does it help?
April 6, 2010 at 10:30 am
I don't mind being shown features that aren't in common use. There's always the possibility that they aren't in common use because not enough people have been shown them....
April 6, 2010 at 10:27 am
This isn't a simple situation. It's not really something we can walk you through on an online forum, unless you can take a month or so of trial and...
April 6, 2010 at 9:49 am
I'd have to see a sample of how the data is put together before I could suggest anything. That and I'd need to know what method you are using...
April 6, 2010 at 9:41 am
IF doesn't work that way. It tests a condition and executes or skips the statement after it based on that condition.
You'll be better of building a cursor and having...
April 6, 2010 at 9:39 am
What does the wait data say?
The usual causes are either the disk is full, or the log file has a maximum size and has reached it.
The usual solutions are run...
April 6, 2010 at 9:32 am
Viewing 15 posts - 6,706 through 6,720 (of 14,953 total)