Home » Developer & Programmer » Forms » Need utility that seaches multiple Oracle Forms for string. (Oracle Fomrs and Reports)
Need utility that seaches multiple Oracle Forms for string. [message #516027] Thu, 14 July 2011 11:55 Go to next message
mrsjodin
Messages: 5
Registered: July 2011
Location: USA
Junior Member
Is anybody aware of a utility that will take in a string and then search through multiple Oracle Forms and Reports modules (.fmb, .rdf, .mmb, .plx, etc). simultaneously to find which modules have strings that match the search criteria ?

To do this on an individual form is easy enough using the Oracle Forms Developer editor however I have over 100 Forms and reports.

I would like need a utility that will search all Oracle Forms in a given directory without having to actually open a Form(s) in the Oracle Forms Developer editor and then report which Forms may contained the sought after string.

Thank you ahead of time for your help.
Re: Need utility that seaches multiple Oracle Forms for string. [message #516028 is a reply to message #516027] Thu, 14 July 2011 12:03 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
find ./ -exec strings {} | grep -i -l search_criteria >> collect.txt\;
Re: Need utility that seaches multiple Oracle Forms for string. [message #516029 is a reply to message #516028] Thu, 14 July 2011 12:10 Go to previous messageGo to next message
mrsjodin
Messages: 5
Registered: July 2011
Location: USA
Junior Member
Please note that Oracle Forms and Reports source files are not ASCII but rather proprietory binary format.
Re: Need utility that seaches multiple Oracle Forms for string. [message #516030 is a reply to message #516029] Thu, 14 July 2011 12:21 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>Please note that Oracle Forms and Reports source files are not ASCII but rather proprietory binary format.
Please NOTE that I included the "strings" utility which ingests binary files & return only printable ASCII text!
Re: Need utility that seaches multiple Oracle Forms for string. [message #516032 is a reply to message #516030] Thu, 14 July 2011 12:44 Go to previous messageGo to next message
mrsjodin
Messages: 5
Registered: July 2011
Location: USA
Junior Member
You provided: find ./ -exec strings {} | grep -i -l search_criteria >> collect.txt\; Is this a DOS command line utility or ?
Re: Need utility that seaches multiple Oracle Forms for string. [message #516033 is a reply to message #516032] Thu, 14 July 2011 12:48 Go to previous messageGo to next message
mrsjodin
Messages: 5
Registered: July 2011
Location: USA
Junior Member
I'm look for more on the syntax. Thank you.
Re: Need utility that seaches multiple Oracle Forms for string. [message #516036 is a reply to message #516033] Thu, 14 July 2011 12:54 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>You provided: find ./ -exec strings {} | grep -i -l search_criteria >> collect.txt\; Is this a DOS command line utility or ?
They are *NIX command line utilities which can be installed on Windows; if you are so inclined
Re: Need utility that seaches multiple Oracle Forms for string. [message #516039 is a reply to message #516036] Thu, 14 July 2011 13:29 Go to previous message
mrsjodin
Messages: 5
Registered: July 2011
Location: USA
Junior Member
thanks, I think I can run with your last post. Thank you.
Previous Topic: Oracle Form Issue.
Next Topic: Is it possible to disable mouse navigation on data block or text item
Goto Forum:
  


Current Time: Sun Sep 08 23:02:32 CDT 2024