Searching reports [message #396964] |
Wed, 08 April 2009 08:59 |
yog_23
Messages: 79 Registered: March 2007
|
Member |
|
|
I have a situation where I have tons of reports , source code is in SVN .
I need to perform a text search on oracle reports to find if any of the queries or reports use a oracle package / function / procedure.
Whats the best way to do this. Are there any tools / program available ?
Assume I have copied it over to a local drive..how to you search on oracle reports..
I thought of a script which reads line by line and find the string..but this works only for other kinds of programs (e.g. c++ code). I am not sure how to text search a oracle report.
Thank you
Yog
|
|
|
|
|
Re: Searching reports [message #397430 is a reply to message #397110] |
Fri, 10 April 2009 11:48 |
|
vamsi kasina
Messages: 2112 Registered: October 2003 Location: Cincinnati, OH
|
Senior Member |
|
|
Agreed..
Opening each report and converting to rex may be a tedious job.
But using the following command we can achieve this.
I think for 10g - rwconverter not sure about the syntax
For 6i - rwcon60
By
Vamsi
|
|
|