This document discusses creating and using stored functions in Oracle databases. It describes stored functions as named PL/SQL blocks that return a value and can be stored in the database for repeated execution. The document provides the syntax for creating functions, examples of creating and invoking functions, and restrictions on using functions in SQL statements. It also compares functions to procedures and describes how to remove functions from the database.