PL/SQL (MOSC)

MOSC Banner

Is there a way for us to pick up all the comments written inside a plsql package or procedure throug

edited Aug 20, 2013 4:34AM in PL/SQL (MOSC) 13 commentsAnswered
 Can we just pick up comments that have been written in plsql code.For example
Declare
//declare variables to hold values
FirstNumber Number;
SecondNumber Number;
Total Number;
Begin
//Code Begins
Total:=FirstNumber +SecondNumber ;
//Addition is complete
/*
The code is complete
and it works fine 
*/
End;

Now is there a way to just get the following as output
declare variables to hold values
Code Begins
Addition is complete
The code is complete
and it works fine

Please suggest.

Uday

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center