What is a one-time-only procedure?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a one-time-only procedure?
Rating:
A one-time-only procedure is an anonymous block of code encapsulated within a package. It is executed only once when the package is invoked for the first time in a user session. A one-time-only procedure is generally used to initialize public or private variables when the derivation is too complex to be embedded within the variable declaration.
Rating:
Was this information helpful?
Other articles
- Things to practice for Oracle test 1Z0-147.
- What are the guidelines for designing triggers?
- What are OLD and NEW qualifiers?
- What are the development steps for creating a procedure?
- Developing an Oracle Application.