| General Information |
| Library Note |
Morgan's Library Page Header
|
| Purpose |
Internal function supporting
DBMS_UTILITY.GET_COLUMN_LIMIT |
| AUTHID |
DEFINER |
| Dependencies |
| DBMS_UTILITY |
UTL_IDENT |
V$PARAMETER |
|
| Documented |
No |
| First Available |
23ai |
| Security Model |
Owned by SYS with no privileges granted
Protected by ACCESSIBLE CLAUSE |
| Source |
{ORACLE_HOME}/rdbms/admin/prvtutil.plb |
| Subprograms |
|
| |
GET_COLUMN_LIMIT (new 23ai)  |
| Returns the maximum number of columns
that can be supported in a heap table |
prvt_utility.get_column_limit RETURN NUMBER; |
SELECT prvt_utility.get_column_limit;
*
ORA-06553: PLS-904: insufficient privilege to access object PRVT_UTILITY |