DBA Data[Home] [Help]

SYS.DBMS_XS_SESSIONS dependencies on XS$NAME_LIST

Line 92: enable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,

88: -- namespaces or ADMIN_ANY_NAMESPACE system privilege is required.
89:
90: PROCEDURE attach_session
91: (sessionid IN RAW,
92: enable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,
93: disable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,
94: external_roles IN XS$NAME_LIST DEFAULT NULL,
95: authentication_time IN TIMESTAMP WITH TIME ZONE DEFAULT NULL,
96: namespaces IN DBMS_XS_NSATTRLIST DEFAULT NULL);

Line 93: disable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,

89:
90: PROCEDURE attach_session
91: (sessionid IN RAW,
92: enable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,
93: disable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,
94: external_roles IN XS$NAME_LIST DEFAULT NULL,
95: authentication_time IN TIMESTAMP WITH TIME ZONE DEFAULT NULL,
96: namespaces IN DBMS_XS_NSATTRLIST DEFAULT NULL);
97:

Line 94: external_roles IN XS$NAME_LIST DEFAULT NULL,

90: PROCEDURE attach_session
91: (sessionid IN RAW,
92: enable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,
93: disable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,
94: external_roles IN XS$NAME_LIST DEFAULT NULL,
95: authentication_time IN TIMESTAMP WITH TIME ZONE DEFAULT NULL,
96: namespaces IN DBMS_XS_NSATTRLIST DEFAULT NULL);
97:
98: -- Switch / proxy from current user to another user in currently assigned

Line 142: enable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,

138: -- ADMIN_ANY_NAMESPACE system privilege is required.
139:
140: PROCEDURE assign_user(username IN VARCHAR2,
141: is_external IN BOOLEAN DEFAULT FALSE,
142: enable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,
143: disable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,
144: external_roles IN XS$NAME_LIST DEFAULT NULL,
145: authentication_time IN TIMESTAMP WITH TIME ZONE
146: DEFAULT NULL,

Line 143: disable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,

139:
140: PROCEDURE assign_user(username IN VARCHAR2,
141: is_external IN BOOLEAN DEFAULT FALSE,
142: enable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,
143: disable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,
144: external_roles IN XS$NAME_LIST DEFAULT NULL,
145: authentication_time IN TIMESTAMP WITH TIME ZONE
146: DEFAULT NULL,
147: namespaces IN DBMS_XS_NSATTRLIST

Line 144: external_roles IN XS$NAME_LIST DEFAULT NULL,

140: PROCEDURE assign_user(username IN VARCHAR2,
141: is_external IN BOOLEAN DEFAULT FALSE,
142: enable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,
143: disable_dynamic_roles IN XS$NAME_LIST DEFAULT NULL,
144: external_roles IN XS$NAME_LIST DEFAULT NULL,
145: authentication_time IN TIMESTAMP WITH TIME ZONE
146: DEFAULT NULL,
147: namespaces IN DBMS_XS_NSATTRLIST
148: DEFAULT NULL);