APPC_12

Trochę ciekawostek – na weekend (czego to ludzie nie wymyślą ...


[Appendix C] C.12 DBMS_SESSIONAppendix CBuilt-In Packages C.12 DBMS_SESSIONThe DBMS_SESSION package provides you with a programmatic interface to several SQL ALTER SESSION commands and other session-level commands. C.12.1 The CLOSE_DATABASE_LINK procedureThe CLOSE_DATABASE_LINK procedure closes the specified database link. The specification is: PROCEDURE DBMS_SESSION.CLOSE_DATABASE_LINK (dblink VARCHAR2);C.12.2 The IS_ROLE_ENABLED functionThe IS_ROLE_ENABLED function determines whether the specified role is enabled for this session. The specification is: FUNCTION DBMS_SESSION.IS_ROLE.ENABLED (rolename VARCHAR2) RETURN BOOLEAN;C.12.3 The RESET_PACKAGE procedureThe RESET_PACKAGE procedure de-instantiates all packages in the current session. It comes in very handy for releasing all the memory associated with data structures and modules you may be using in your tests. However, this procedure should be used with extreme caution, since it literally wipes the slate clean for all packages in the session. The specification is: PROCEDURE DBMS_SESSION.RESET_PACKAGE;C.12.4 The SET_LABEL procedureThe SET_LABEL procedure changes the dbms_session label in Trusted Oracle. The specification is: PROCEDURE DBMS_SESSION.SET_LABEL (lbl VARCHAR2);C.12.5 The SET_NLS_LABEL procedureThe SET_NLS_LABEL procedure changes the default label format for your session in Trusted Oracle. The specification is: PROCEDURE DBMS_SESSION.SET_NLS_LABEL (fmt VARCHAR2);C.12.6 The SET_NLS procedureThe SET_NLS procedure provides you with a programmatic interface to change the value of a specified National Language Support parameter. The specification is: PROCEDURE DBMS_SESSION.SET_NLS
(param VARCHAR2,
value VARCHAR2);C.12.7 The SET_ROLE procedureThe SET_ROLE procedure enables or disables the role for the current session. The specification is: PROCEDURE DBMS_SESSION.SET_ROLE (role_cmd VARCHAR2);C.12.8 The SET_SQL_TRACE procedureUse SET_SQL_TRACE to turn the trace facility on and off within your program. The specification is: PROCEDURE DBMS_SESSION.SET_SQL_TRACE (sql_trace BOOLEAN);C.12.9 The UNIQUE_SESSION_ID functionThe UNIQUE_SESSION_ID function returns a name that is unique among the sessions currently connected to the database. The specification is: FUNCTION DBMS_SESSION.UNIQUE_SESSION_ID RETURN VARCHAR2;
C.11 DBMS_ROWID (PL/SQL8 Only)C.13 DBMS_SNAPSHOT


O'Reilly & Associates. All rights reserved.
  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • strefamiszcza.htw.pl
  • Copyright (c) 2009 Trochę ciekawostek – na weekend (czego to ludzie nie wymyślą ... | Powered by Wordpress. Fresh News Theme by WooThemes - Premium Wordpress Themes.