成人精品一区二区三区中文字幕-成人精品一区二区三区-成人精品一级毛片-成人精品亚洲-日本在线视频一区二区-日本在线视频免费

導航首頁 ? 技術教程 ? PHP:oci_set_client_identifier()的用法_Oracle函數
全站頭部文字 我要出現在這里
PHP:oci_set_client_identifier()的用法_Oracle函數 809 2023-12-12   

oci_set_client_identifier

(PHP 5.3.2, PECL OCI8 >= 1.4.0)

oci_set_client_identifier — Sets the client identifier

說明

bool oci_set_client_identifier ( resource $connection , string $client_identifier )

Sets the client identifier used by various database components to identify lightweight application users who authenticate as the same database user.

The client identifier is registered with the database when the next 'roundtrip' from PHP to the database occurs, typically when an SQL statement is executed.

The identifier can subsequently be queried, for example with SELECT SYS_CONTEXT('USERENV','CLIENT_IDENTIFIER') FROM DUAL. Database administration views such as V$SESSION will also contain the value. It can be used with DBMS_MONITOR.CLIENT_ID_TRACE_ENABLE for tracing and can also be used for auditing.

The value may be retained across page requests that use the same persistent connection.

參數

connection

Oracle 連接標識,由 oci_connect(),oci_pconnect(),或 oci_new_connect() 返回。

client_identifier

User chosen string up to 64 bytes long.

返回值

成功時返回 TRUE, 或者在失敗時返回 FALSE

范例

Example #1 Setting the client identifier to the application user

<?php

// Find the application user's login name
session_start();
$un = my_validate_session($_SESSION['username']);
$c = oci_connect('myschema', 'welcome', 'localhost/XE');

// Tell Oracle who that user is
oci_set_client_identifier($c, $un);

// The next roundtrip to the database will piggyback the identifier
$s = oci_parse($c, 'select mydata from mytable');
oci_execute($s);

// ...

?>

注釋

CautionRoundtrip Gotcha

一些 OCI8 函數會導致 Roundtrips. 對數據庫來說當啟用結果緩存時,查詢可能不產生Roundtrips。

參見

oci_set_module_name() - Sets the module name oci_set_action() - Sets the action name oci_set_client_info() - Sets the client information


主站蜘蛛池模板: 香帅传奇郑少秋版国语全集在线观看高清| 林书宇| 定型枕什么时候能给宝宝用| 老板娘三| 日韩在线日韩| 实时| 泰坦尼克号演员| 诺亚方舟电影免费完整版在线观看| 惊弦电视剧完整版免费观看高清| 郭明翔| 女友电影| 头像图| 电影《kiskisan》在线观看| 天下第一楼剧情介绍| 土壤动植物的乐园教学反思| 大胆艺术| 正在恋爱中全集在线观看| 双生姐妹| 醉翁亭记理解性默写及答案| 我的冠军男友| 安静书素材可打印| 恋爱中的城市 电影| 我是特种兵免费观看完整版 | 边缘战士| 夏和平| 意大利斜体| 陈诗雅韩国演员| 去分母解一元一次方程100道及答案 | 肉丸3| 南来北往连续剧免费观看完整版| 战狼7| 平型关大捷纪念馆| 夫妻的情妇| 二胡独奏我的祖国| 青岛啤酒价格| 西游记tvb| 光明力量2古代封印攻略| 一一影视| 宁波电视台| 《魔女之旅》动漫| 颂文|

!!!站長長期在線接!!!

網站、小程序:定制開發/二次開發/仿制開發等

各種疑難雜癥解決/定制接口/定制采集等

站長微信:lxwl520520

站長QQ:1737366103