Viewing 15 posts - 56,086 through 56,100 (of 59,072 total)
Also, not sure what you were looking at, but even you second example took over a minute the first time I executed it.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 19, 2007 at 6:38 am
Thilina,
The real key is that Oracle caters to ISAM programmers (I call it "RBAR" which is pronounced "ree-bar" and is a Modenism for "Row By Agonizing Row") and cursors and loops,...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 19, 2007 at 6:33 am
As a previous post inferred... do you have cursors and/or WHILE loops? That'll be the performance killer... you might want to post your code with a description of what it...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 19, 2007 at 6:07 am
Sugesh,
Do you have any batch code that will actually do this?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 19, 2007 at 5:58 am
They bought a monster machine... thought they should have some monster software that can actually use all of it
And, of course,...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 19, 2007 at 5:16 am
Robert brought up some very good points and I just wanted to expound on them. There are two keys to good performance... one, of course, is the code folks write......
--Jeff Moden
Change is inevitable... Change for the better is not.
June 19, 2007 at 4:58 am
Pop, I agree with Serqiy... I don't think you need to break the source information into "by the minute" rows. If you could post some T/A rows for a couple of...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2007 at 6:14 pm
Thanks, Aders, Steve, and Michael!
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2007 at 6:02 pm
Sohil...
You do realize that UTC is based on the time at the Prime Meridian and that you need to subtract some hours from that to get Eastern Time, right?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2007 at 6:00 pm
Ok... whatever... that's still not the way to do it... the $ sign should be added in a SELECT (if you've gotta do it that way)... in truth, the formatting...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2007 at 7:09 am
USE GMT and pass the hour offset to do the correction.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2007 at 7:05 am
Pop,
How many rows are we talking about?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2007 at 6:31 am
Midan,
Answer the question and I can help... do you want the SN to be the same for all 20 new rows? This is an easy problem... I just need the...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2007 at 6:24 am
Ummm... upgrade to Enterprise Edition??? Why have a muscle car if you're just going to use if for a golf cart?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 18, 2007 at 6:10 am
Yep... I know that... you're saying you want 20 new rows with the same SN?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2007 at 7:19 pm
Viewing 15 posts - 56,086 through 56,100 (of 59,072 total)