位置: 编程技术 - 正文

PHP:oci_set_edition()的用法_Oracle函数

编辑:rootadmin
oci_set_edition

推荐整理分享PHP:oci_set_edition()的用法_Oracle函数,希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!

(PHP 5.3.2, PECL OCI8 >= 1.4.0)

oci_set_edition — Sets the database edition

说明 bool oci_set_edition ( string $edition )

Sets the database "edition" of objects to be used by a subsequent connections.

Oracle Editions allow concurrent versions of applications to run using the same schema and object names. This is useful for upgrading live systems.

Call oci_set_edition() before calling oci_connect(), oci_pconnect() or oci_new_connect().

If an edition is set that is not valid in the database, connection will fail even if oci_set_edition() returns success.

When using persistent connections, if a connection with the requested edition setting already exists, it is reused. Otherwise, a different persistent connection is created

参数 PHP:oci_set_edition()的用法_Oracle函数

edition

Oracle Database edition name previously created with the SQL "CREATE EDITION" command.

注释

Note: Oracle version requirement

This function is available from Oracle gR2 onwards.

Caution Persistent connections

To avoid inconsistencies and unexpected errors, do not use ALTER SESSION SET EDITION to change the edition on persistent connections.

Caution DRCP Connection Pooling

To avoid inconsistencies and unexpected errors when using editions and DRCP with Oracle .2.0.1, keep a one-to-one correspondence between the oci8.connection_class and the edition name used by applications. Each pooled server of a given connection class should only be used with one edition. This restriction has been removed with Oracle .2.0.2.

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE。

范例

Example #1 Two scripts can use different versions of myfunc() at the same time

<?php//File1echo"Version1ofapplicationn";oci_set_edition('ORA$BASE');$c=oci_connect('hr','welcome','localhost/XE');$s=oci_parse($c,"begin:r:=myfunc();end;");oci_bind_by_name($s,":r",$r,);oci_execute($s);echo"Theresultis$rn";?><?php//File2echo"Version2ofapplicationn";oci_set_edition('E1');$c=oci_connect('hr','welcome','localhost/XE');$s=oci_parse($c,"begin:r:=myfunc();end;");oci_bind_by_name($s,":r",$r,);oci_execute($s);echo"Theresultis$rn";?>

PHP:oci_set_client_info()的用法_Oracle函数 oci_set_client_info(PHP5.3.2,PECLOCI8=1.4.0)oci_set_client_infoSetstheclientinformation说明booloci_set_client_info(resource$connection,string$client_info)SetstheclientinformationforOracletracing.The

PHP:oci_set_action()的用法_Oracle函数 oci_set_action(PHP5.3.2,PECLOCI8=1.4.0)oci_set_actionSetstheactionname说明booloci_set_action(resource$connection,string$action_name)SetstheactionnameforOracletracing.Theactionnameisregisteredwiththe

PHP:oci_pconnect()的用法_Oracle函数 oci_pconnect(PHP5,PECLOCI8=1.1.0)oci_pconnect使用一个持久连接连到Oracle数据库说明resourceoci_pconnect(string$username,string$password[,string$db[,string$charset[,int$session_mode]]])oci

标签: PHP:oci_set_edition()的用法_Oracle函数

本文链接地址:https://www.jiuchutong.com/biancheng/275232.html 转载请保留说明!

上一篇:PHP:oci_set_client_identifier()的用法_Oracle函数

下一篇:PHP:oci_set_client_info()的用法_Oracle函数

  • 印花税的缴纳方法包括哪几种
  • 金税啥意思
  • 劳务费增值税税率13%
  • 个人所得税累计扣除标准
  • 收到外境来电
  • 小规模税收优惠政策1%到什么时候
  • 发放代扣代缴个人所得税分录
  • 善意接受虚开发票只能自认倒霉么
  • 债权转增资本应缴纳什么税
  • 对外支付代扣代缴
  • 会计中制造费用是什么意思
  • 老板投入资金入什么科目
  • 采购商品验收入库流程
  • 集体劳动合同与劳动合同的区别
  • 增值税普票未上传怎么办
  • 小微企业销售已按固定资产入账的办公家具也享受免税政策吗?
  • 小规模印花税减免性质代码和项目名称
  • 出口货物免抵退税 组织收入 影响
  • 回迁房办理房产证契税怎么交
  • 滴滴打车电子普票可以抵扣进项税额吗
  • php模板引擎原理
  • vite搭建vue3
  • vite2.0 vue
  • jquery+thinkphp实现跨域抓取数据的方法
  • 车辆过完户保险还能下浮吗
  • 融资手续费计入长期待摊
  • 小规模企业一定是小微企业吗
  • 汽车4s店厂家返修流程
  • python统计出现次数并排序
  • 阿里云主机安装软件
  • 两个城市的社保可以累计吗
  • 销售收入未开票
  • 旅游业差额开票税率
  • 五种差异化收费方式
  • 发票上的金额是含税还是不含税
  • 在私立医院就诊能报销吗
  • 固定资产入账原值含税价吗
  • 同一控制下收购溢价
  • 厂房改造费用算固定资产吗
  • ibm.data.db2
  • 应交税费的核算范围
  • 汇算清缴银行手续费扣除比例是多少
  • 生产企业免抵退税申报步骤
  • 用现金支付的款项
  • 工程分包如何开具发票
  • 购进商品用于销售
  • 国有企业无偿划转股权缴纳印花税
  • 一年的系统服务费多少钱
  • 购买金税盘未抵税怎么办
  • 提交免税申请
  • 以旧验新发票
  • 银行贷款给个人用于经营属于消费贷款
  • 提高sql执行效率的方法
  • sqlbean
  • 详解十二建星择日方法
  • Windows Server 2008网络安全与终端服务
  • windows10x预览版
  • win8跳过开机密码
  • windows8介绍
  • win7系统怎么设置浏览器主页
  • win7系统教程
  • cocos2dx游戏有哪些
  • webrtc介绍
  • shell脚本一百例
  • 微信和qq时间格式不一样
  • android设计模式的应用场景
  • 批处理 !!
  • jquery实现div左右移动
  • unity preferences
  • bootstrapcdn
  • javascript程序设计教程
  • js特殊字符有哪些
  • 谈谈我对视觉传达的认识
  • 四川省成都市国池酒厂52度原浆多少钱一瓶
  • 供给决定需求,需求影响供给
  • 辽宁省地方税务局公告2014年第10号
  • 化妆品关税怎么算
  • 核定征收一般纳税人
  • 季度申报成功与否怎么查询
  • 新能源车需要缴纳购置税吗?
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设