Home | Previous Page | Next Page   Running a User-Defined Routine >

Understanding Routine Resolution

You can assign the same name to different UDRs, as long as the routine signature is unique. It is the routine signature that uniquely identifies a UDR, not the routine name alone. A routine that has many versions is called an overloaded routine. When you invoke an overloaded routine, the database server must uniquely identify which routine to execute. This process of identifying the UDR to execute is called routine resolution.

This section provides the following information about routine resolution:

You need to understand the routine-resolution process to:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]