Viewing 15 posts - 346 through 360 (of 486 total)
Alright, getting somewhere now.
I have the Oracle Management Server up and running, can connect using Oracle EM.
However, when I try to click on my database, I get a login screen....
August 5, 2009 at 11:03 am
Thanks for the response.
These services are running under local system accounts.
OracleOraHome92Agent
OracleOraHome92TNSListener
That's a start, I guess.
I can't find the strings "service name", or "service name" in any .ORA file on...
May 21, 2009 at 1:05 pm
And furthermore, assuming we can switch to app.sec., can we still determine their login name (SUSER_SNAME()) at the server?'
The auditing requires that we know who's done what.
February 10, 2009 at 1:27 pm
Thanks for the quick replies.
OK, more info:
These same users are members of an Active Directory group (IMS_Live), which is granted DB access.
They are to use only one application (IMS) to...
February 10, 2009 at 1:19 pm
Done with nested cursors (curses!)
Does not significantly hinder perf -- in dev.
Now, let's try running 30 times a minute, with 250 users!
mwah-ah-ah-ah-ah-ah
December 10, 2008 at 1:11 pm
BTW: Rows 7 and 8 should be as follows (I forgot to increment the nLevels).
INSERT tmp_list VALUES (7, 3, 'SubSubHeading1')
INSERT tmp_list VALUES (8, 4, 'DetailA')
What I'm trying to do is...
December 10, 2008 at 11:18 am
There were also NINJA loans: No Income, No Job, No Assets (collateral).
Really now, who in their right mind could think these would ever be repaid, regardless of what the models...
October 14, 2008 at 9:13 am
It comes down to the first acronym I ever learned having to do with computers and computing: GIGO -- Garbage In, Garbage Out.
True for both data and code, which always...
October 14, 2008 at 8:11 am
re: Definitions
In my mind, the data model *is* business logic incarnate. The objects and relationships expressed though the model's design are nothing if not business logic. (I'm not saying that...
June 6, 2008 at 8:07 am
John,
Looks like you hit it with the SET options. Closer inspection revealed that SET ANSI_WARNINGS was ON for QA, OFF from app.
Changing that made the difference.
Steve,
Running everything...
April 8, 2008 at 10:15 am
This weekend, I came upon the definition of kludge. The following is from Wikipedia: In modern computing terminology, a kludge (or often a "Hack") is a 'solution' to a problem,...
April 7, 2008 at 9:14 am
Indexes rebuilt for the second time in 2 hours.
What took 20 minutes earlier today -- but after the same index rebuild 2 hours ago -- now returns in...29 seconds!!!!!
My head...
April 7, 2008 at 8:50 am
Only difference in SET options is Quoted Identifiers on for QA, off for app.
All others identical.
Now, running same reports, but for a shorter time period: 20 minutes and counting both...
April 7, 2008 at 8:39 am
"It (always) depends", and I've found it's poor performance and complaints from users that tends to focus the DBA's mind.
After a few episodes, thinking begins.
P
February 14, 2008 at 10:00 am
Viewing 15 posts - 346 through 360 (of 486 total)