I am using Oracle 9i and want to know to the definition(code) of predefined functions in Oracle like,REVERSE(),REPLACE(). Is there any library of oracle where i can serach these library functions!
Please Suggest!!
I am using Oracle 9i and want to know to the definition(code) of predefined functions in Oracle like,REVERSE(),REPLACE(). Is there any library of oracle where i can serach these library functions!
Please Suggest!!
Nope. Oracle wraps the body (implementation) of virtually all of its packages, and the functions you've mentioned are part of the STANDARD package.