> > Is it possible in a PLSQL function to call an external program/script residing at /usr/bin and return the result ? > > No, because plsql is a trusted language. > You can't run external commands from such a language. Is that a deciding criteria for a language to be flagged trusted or not ? KM