Sum, count, decode and some other functions are SQL (not pl/sql) functions and implemented within SQL engine, thus are hidden. Some common functions (e.g. substr, to_char etc) are in SYS.STANDARD package. As for other Oracle's system functions, you may list them by limiting query by "and owner='sys'" Regards, Dima