Viewing 15 posts - 61 through 75 (of 213 total)
The functionality I would like is to be able to "right click" in the display panel and say "Lock display". When the session is closed, not just the display panel...
July 18, 2013 at 9:04 am
paul s-306273 (7/15/2013)
No wider than a golf ball. Why golf ball?
Probably because many people know that golf balls are small. Probably because "marketing" types spend alot of time on the...
July 15, 2013 at 10:07 am
Not sure why, but it appeared that this backup wanted to do a "Tail log" backup. Turned that off and it restored fine. (or at least like I needed it).
July 3, 2013 at 10:55 am
Thanks. I had used the browser but did not realize there was an option.
July 1, 2013 at 12:23 pm
You're encrypting the temp stored procedure?? I am not clear what you are saying you "can" do.
June 25, 2013 at 10:09 am
In Oracle you can create "local" procedures that are only available to the current process being executed. The local procedure keeps you from have to duplicate code sections that you...
June 25, 2013 at 9:58 am
geoff-635333 (6/25/2013)
I always forget it too - but only at the end of the session
🙂
June 25, 2013 at 7:49 am
I have read the documentation on it. I guess I tend to believe the examples more than the documentation (probably why I am frustrated so often as I have found...
May 24, 2013 at 8:48 am
OK. Now I am starting to wonder about the wiseness of opening this argument. 🙂
May 24, 2013 at 8:37 am
mister.magoo (5/22/2013)
insert mytable(col1,col2,col3,col4)
select
col1 = myothertable.col3
, col2 = getdate()
, col3 = newid()
, col4 = 'foo'
from myothertable
where foo='bar';
The one draw back...
May 23, 2013 at 1:50 pm
Hey all. I started this little drama and I did not foresee the avenues it would take (had I I still would have started it, but that is a different...
May 23, 2013 at 5:38 am
Change is always possible. There once was a time when you could not do "positional or named parameters". Hope springs eternal.
May 16, 2013 at 8:51 am
Helpful. Thanks.
May 15, 2013 at 9:20 am
still, when you have
insert (ColA, ColB, ColC, ColD, ColE, ColF, ColG, ColH, ColI) values (this, that, the, other, thing, then, one, more, thing)
my eyes just do not match them up...
May 15, 2013 at 6:24 am
Viewing 15 posts - 61 through 75 (of 213 total)