Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-1410 Silliness
Jamadagni, Rajendra wrote:
> Oracle doesn't, has never been able to pinpoint exact line number (in
Can you please prove it? Do not you think that this statement contradicts to the sql query you provided below. :) There is quite some difference with GUI which pulls/[s]pools PL/SQL code out and PL/SQL engine. There can be some bugs, for sure, but there are no bugs in PL/SQL (read ADA) concepts of line numbers handling.
> cases such as these) especially with pl/sql packages. I believe the
> problems can be found by executing following query ...
>
> select line, type, source
> from user_source
> where name = <your package_name)
> and line between 1960 and 1980
-- Vladimir Begun The statements and opinions expressed here are my own and do not necessarily represent those of Oracle Corporation. -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Vladimir Begun INET: Vladimir.Begun_at_oracle.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Jan 02 2003 - 14:51:19 CST
![]() |
![]() |