| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> logon_screen_on_error
Hi,
With regards to the procedure LOGON, I would like to ask that how we
set the value of the “logon_screen_on_error” parameter to
FALSE. By default its value is TRUE.
I want to change its default value from True to False in order to
handle the condition.
As we Know LOGON is the built-in procedure, that’s why how can we change the above parameter’s value to false. As
Below you see the Oracle built-in procedure
PROCEDURE LOGON
(username VARCHAR2,
password VARCHAR2,
logon_screen_on_error VARCHAR2);
Could somone also send the code that we can use to handle the condition when we set the value to false for the above parameter.
Thanks,
David Received on Sat Jan 17 2004 - 08:05:03 CST
![]() |
![]() |