Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: dbms_system and string parameters
Oxnard wrote:
> "DA Morgan" <damorgan_at_psoug.org> wrote in message > news:1130372231.686709_at_yasure... >
> > > I do use logon triggers, however what if the session is already on? > Unfortunately, what often happens to me is I get the call. "My job is > running slow. Why is it so long? We donot want to stop it as it has been > running for X^Y hours".
If you are responding to a phone call about something being slow the last thing you should do is start mucking about with session parameters on-the-fly.
Go to Morgan's Library at www.psoug.org. Depending on your version take a look at DBMS_SUPPORT (you need to install it using $ORACLE_HOME/rdbms/ admin/dbmssupp.sql) and DBMS_MONITOR.
Find out what is broken ... before replacing parts.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Thu Oct 27 2005 - 10:25:03 CDT
![]() |
![]() |