Question : How to find a packaged stored proc in Oracle?

I have a name of a stored procedure which is included in a package.  I don't know the name or the owner of that package.  Is there a way for me to find this stored procedure, assuming that I have a right to view the package body?
 

Answer : How to find a packaged stored proc in Oracle?


read this one:http://www.regular-expressions.info/characters.html#qe

"Escaping a single metacharacter with a backslash works in all regular expression flavors. Many flavors also support the \Q...\E escape sequence. All the characters between the \Q and the \E are interpreted as literal characters. E.g. \Q*\d+*\E matches the literal text *\d+*. The \E may be omitted at the end of the regex, so \Q*\d+* is the same as \Q*\d+*\E. "


regards.
Random Solutions  
 
programming4us programming4us