Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-1410 Silliness

Re: ORA-1410 Silliness

From: Stephane Faroult <sfaroult_at_oriole.com>
Date: Thu, 02 Jan 2003 12:13:19 -0800
Message-ID: <F001.00526048.20030102121319@fatcity.com>


> "Jamadagni, Rajendra" wrote:
>
> Lisa,
>
> This is probably not true ...
>
> Oracle doesn't, has never been able to pinpoint exact line number (in
> 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
> order by line, type
> /
>

  Between 1956 and 1975 should be enough, although some people might wish to extend the range to 2003.

-- 
Regards,

Stephane Faroult
Oriole Software
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephane Faroult
  INET: sfaroult_at_oriole.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:13:19 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US