DBMS_SESSION.SET_ROLE error (merged 3) [message #399999] |
Fri, 24 April 2009 22:30  |
shahidmahmood2069
Messages: 11 Registered: February 2009
|
Junior Member |
|
|
I have written role and assigned that role to user but not as default role then In my form in when_new_form_instance I write
DBMS_SESSION.SET_ROLE('R_WRITE');
but when I complied my file I got this error
ora-00600 internal error code arguments [17069], [51512860], [], [],..
I am using 10g with form 6.
Is there any hint what error is this and how to remove it.
thanks
|
|
|
|
DBMS_SESSION.SET_ROLE error [message #400006 is a reply to message #399999] |
Fri, 24 April 2009 23:57   |
shahidmahmood2069
Messages: 11 Registered: February 2009
|
Junior Member |
|
|
I have written role and assigned that role to user but not as default role then In my form in when_new_form_instance I write
DBMS_SESSION.SET_ROLE('R_WRITE');
but when I complied my file I got this error
ora-00600 internal error code arguments 17069, 51512860], [, [],..
I am using 10g with form 6.
Is there any hint what error is this and how to remove it.
|
|
|
|
DBMS_SESSION.SET_ROLE error [message #400010 is a reply to message #399999] |
Sat, 25 April 2009 00:29   |
shahidmahmood2069
Messages: 11 Registered: February 2009
|
Junior Member |
|
|
I have written role and assigned that role to user but not as default role then In my form in when_new_form_instance I write
DBMS_SESSION.SET_ROLE('R_WRITE');
but when I complied my file I got this error
ora-00600 internal error code arguments 17069, 51512860], [, [],..
I am using 10g with form 6.
Is there any hint what error is this and how to remove it.
|
|
|
|
|
|