What are Oracle supplied packages?
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 are Oracle supplied packages?
Rating:
Oracle supplied packages are provided with the Oracle server to extend the functionality of the database. They also enable access to certain SQL features that are normally restricted for PL/SQL. The advantage of the functionality provided by these packages can be taken while creating an application. They may also be simply used as ideas when creating stored procedures.
Most of the standard packages are created by running the catproc.sql script.
Rating:
Was this information helpful?
Other articles
- What is DBMS_SQL Oracle supplied package?
- How is a SQL statement executed?
- What is the UTL_FILE Oracle supplied package?
- What is the syntax for creating a package specification?
- What is remote dependency?