Thursday, May 6, 2010

HOW to find a list of Oracle Forms, Reports and Shell Scripts that include the keyword “SEARCH KEYWORD”

1. Log in to the application server using APPLMGR

2. Change directory to $AU_TOP/forms/US and execute following -
find . -exec grep "SEARCH KEYWORD" '{}' \; -print

3. Change directory to $CUSTOM_TOP and execute following -

find . -exec grep "SEARCH KEYWORD" '{}' \; -print

No comments:

Post a Comment