Re: How do I know the line number in a stored procedure?
From: Jean Boulé <jboule_at_capitale.qc.ca>
Date: 1999/11/22
Message-ID: <Foh_3.3107$63.57979_at_news.globetrotter.net>#1/1
Date: 1999/11/22
Message-ID: <Foh_3.3107$63.57979_at_news.globetrotter.net>#1/1
Try the table user_source
Name Null? Type ------------------------------- -------- ---- NAME NOT NULL VARCHAR2(30) TYPE VARCHAR2(12) LINE NOT NULL NUMBER TEXT VARCHAR2(4000)
Jean Boulé
Joe Sugden a écrit dans le message ...
Does anyone have any recommendations? How do you deal with this?
I have been creating some lengthy stored procedures lately, and using
Enterprise Manager to help de-bug them. The problem for me is finding the
right line when there is an error. I know there is a V$ view that has the
line numbers and corresponding code, but I don't remember which one that is.