DBA Data[Home] [Help]

SYS.DBMS_XS_SESSIONS dependencies on DBMS_XS_NSATTRLIST

Line 66: namespaces IN DBMS_XS_NSATTRLIST DEFAULT NULL,

62: PROCEDURE create_session (username IN VARCHAR2,
63: sessionid OUT NOCOPY RAW,
64: is_external IN BOOLEAN DEFAULT FALSE,
65: is_trusted IN BOOLEAN DEFAULT FALSE,
66: namespaces IN DBMS_XS_NSATTRLIST DEFAULT NULL,
67: cookie IN VARCHAR2 DEFAULT NULL);
68:
69: -- Attach to an already created Triton session specified by the sessionid.
70: -- The attached session will have the following roles enabled - the roles

Line 96: namespaces IN DBMS_XS_NSATTRLIST DEFAULT NULL);

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
99: -- Triton session. This operation changes the security context of
100: -- the current lightweight user session to a newly initialized security

Line 120: namespaces IN DBMS_XS_NSATTRLIST DEFAULT NULL) ;

116: -- privilege is required.
117:
118: PROCEDURE switch_user (username IN VARCHAR2,
119: keep_state IN BOOLEAN DEFAULT FALSE,
120: namespaces IN DBMS_XS_NSATTRLIST DEFAULT NULL) ;
121:
122: -- Assign a named user to currently attached anonymous Triton session
123: -- sessionid. username is 128 char case-sensitive string. Error is thrown, if
124: -- an attempt is made to assign user to a session not created by XSGUEST user.

Line 147: namespaces IN DBMS_XS_NSATTRLIST

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);
149:
150: -- Detaches the current Database session from the Triton session it is
151: -- currently attached to. If abort flag is set true, it olls back the