ORA-06508 [message #163363] |
Thu, 16 March 2006 07:26 |
jeet_oracle10g
Messages: 1 Registered: February 2006 Location: Mumbai
|
Junior Member |
|
|
Hello Sir/Madam,
I am getting the same error (ora-06508), but this is not in case of Imort.
My problem is that, i have 1 procidure (e.g. prc_a) in Library & i am calling another library procidure (e.g.prc_b) from my prc_a procidure, now i simply dragged my procidure prc_a to program unit, to make it local for adding further logics, but i have not dragged the procidure prc_b (i.e. i have not made my prc_b a local program unit, it's still there in library only). Now there is no compilation error or warning, but am facing the the error (ora-06508) in runtime.I would also like to mention that, i am running my application from 'citrix metaframe'(web-based application) environment.
can u Pls. give me the reason , why i am getting the error?
my error is solved when i made my procidure prc_b local program unit, but still i want to know why it is necessary?
Regards
Abhijeet M. Odhekar
Software Professional
email:- jeet_saga@yahoo.co.in,abhijeet_as@indiatimes.com
|
|
|
Re: ORA-06508 [message #163486 is a reply to message #163363] |
Thu, 16 March 2006 21:17 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Did your Form run when BOTH prc_a and prc_b were in the library?
David
|
|
|