Home  >  Article  >  Database  >  Oracle中的包变量

Oracle中的包变量

WBOY
WBOYOriginal
2016-06-07 17:01:381295browse

在CS结构系统开发中,Oracle中的包变量常用来做为session的全局变量使用,在操作员登录时给包变量赋值,在本次登录后一直都可

  在CS结构系统开发中,Oracle中的包变量常用来做为session的全局变量使用,在操作员登录时给包变量赋值,在本次登录后一直都可以随时取值。减少传递参数的个数,,如操作员姓名、子系统名称等变量。

  而在三层结构系统或Oracle启用了共享服务器模式时,就不能这样使用了。因在三层结构中,客户端并不与数据库直接连接,而是通过中间层访问数据库。客户端每次与数据库的连接并不一定是同一个sesson,因此不能把包变量做为全局变量使用。

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn