Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Multiple filter arguments in dbms_ldap
LegeDoos wrote:
> Anyone?
>
SQL> select distinct object_name
2 from all_arguments
3 where package_name = 'DBMS_LDAP
4 order by 1;
OBJECT_NAME
COUNT_ENTRIES COUNT_VALUES COUNT_VALUES_BLOB COUNT_VALUES_LEN
GET_DN GET_SESSION_INFO GET_TRACE_LEVEL GET_VALUES GET_VALUES_BLOB GET_VALUES_LEN
NLS_CONVERT_FROM_UTF8 NLS_CONVERT_TO_UTF8 NLS_GET_DBCHARSET_NAME
RENAME_S SEARCH_S SEARCH_ST
SQL> Do you see a problem here with the question?
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Thu Oct 12 2006 - 16:03:11 CDT
![]() |
![]() |