DBA Text Search
Description
Categories: Enginatics
Repository: Github
Repository: Github
Full text search through database source code objects such as packages, procedures, functions, triggers etc.
The search can also be done using regular expressions.
To retrieve incorrect custom code such as a frequent performance issue calling the fnd_concurrent\.wait_for_request\s function with a zero interval time, for example, use parameter 'Multi Line Regex search' with the following valu ... more
The search can also be done using regular expressions.
To retrieve incorrect custom code such as a frequent performance issue calling the fnd_concurrent\.wait_for_request\s function with a zero interval time, for example, use parameter 'Multi Line Regex search' with the following valu ... more
select ds.* from ( select ds.owner, ds.type, ds.name, ds.line, ds.text, &multi_line_text null multi_line_text from dba_source ds where 1=1 ) ds where 2=2 order by ds.name, ds.line |
| Parameter Name | SQL text | Validation | |
|---|---|---|---|
| Code Text contains |
| Char | |
| Multi Line Regex search |
| Char | |
| Cote Text Regexp search |
| Char | |
| Multi Line window size |
| LOV | |
| Object Name starts with |
| Char | |
| FND Message Text |
| LOV | |
| Object Type |
| LOV | |
| Schema |
| LOV | |
| Line Number From |
| Number | |
| Line Number To |
| Number |