Google News
logo
PL/SQL - Interview Questions
Mention what is the use of PLVprs and PLVprsps?
PLVprs : It is an extension for string parsing for PL/SQL, and it is the lowest level of string parsing functionality

PLVprsps : It is the highest level package to parse PL/SQL source code into separate atomics. It relies on other parsing packages to get work done.
Advertisement