Skip to main content
Book cover

Expert Oracle pp 981–1026Cite as

Invoker and Definer Rights

  • Chapter
  • 581 Accesses

Summary

In this chapter we thoroughly explored the concepts of definer rights and invoker rights procedures. We learned how easy it is to enable invoker rights, but we also learned of the price that is to be paid with regards to:

  • Error detection and handling.

  • Subtle errors that could be introduced by different table structures at run-time.

  • Additional shared SQL area overhead potential.

  • Additional parse times incurred.

At first glance, these seem too high a price to pay - and in many cases it is. In other cases, such as the generic routine to print out comma-separated data from any query, or to print out the results of a query down the screen instead of across the screen, it is an invaluable feature. Without it, we just could not accomplish what we set out to do.

Invoker rights routines make the most sense in the following cases:

  • When the SQL to be processed is dynamic in nature (as these examples are).

  • When the SQL to be processed is set up to enforce security by the SCHEMAID, as in the case of the data dictionary (or your own application).

  • When you need roles to be in place, invoker rights routines are the only way to do it.

Invoker rights can be used to provide access to different schemas based on the current schema (as returned by SYS_CONTEXT(‘USERENV’,‘CURRENT_SCHEMA’)), but care must be taken here to ensure the schemas are consistent with each other, and that the necessary privileges are in place (or that your code is set up to handle the lack of access gracefully). You must also be prepared to pay the price in shared pool utilization, and additional overhead with regards to parsing.

Definer rights procedures are still the correct implementation for almost all stored procedures. Invoker rights routines is a powerful tool, but should only be used where appropriate.

This is a preview of subscription content, log in via an institution.

Buying options

Chapter
USD   29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD   44.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Learn about institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Rights and permissions

Reprints and permissions

Copyright information

© 2005 Thomas Kyte

About this chapter

Cite this chapter

(2005). Invoker and Definer Rights. In: Expert Oracle. A-Press. https://doi.org/10.1007/978-1-4302-0019-2_25

Download citation

Publish with us

Policies and ethics