I wonder if there is a official documentation/API for the different functions which is defined in Oracle? I find it rather hard to remember functions when I stumble upon them and then bookmark the website for later reference.
Thanks in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Documentation for Oracle versions 8.1.7 and on is available at http://tahiti.oracle.com
For every version, there is a PL/SQL Packages and Types Reference manual that should provide information about all the supplied packages (occasionally, you’ll find a package that is associated with a specialized function documented in the specialized manual rather than in the packages & types reference, but that’s pretty rare). The SQL Reference also has a chapter on functions that lists the supplied functions.