| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.server -> Re: dbms_system and string parameters
Oxnard wrote:
> ver 9.2.0.5 and AIX
> 
> using dbms_system it is clear how to set a boolean and an integer parameter 
> in someone else's sessions. What about strings? For example I would like to 
> set statistics_level. It has 3 options all strings. I guess maybe the string 
> is changed to an int at some point. Other than setting it for the db in the 
> init.ora or a logon trigger is there a way to alter someone else's session 
> to set strings? 
logon trigger.
www.psoug.org / click on Morgan's Library / click on System triggers
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Wed Oct 26 2005 - 19:17:18 CDT
|  |  |