当前位置:网站首页>OpenSUSE environment PHP connection Oracle
OpenSUSE environment PHP connection Oracle
2022-06-25 03:48:00 【Diving rice awn】
- Good configuration oracle client
zypper in apache2 # install apache2, Please see the opensuse wiki
zypper in apache2-mod_php8 # install apache Integrate php, See opensuse wiki
zypper in php8-devel # Not installed not found phpize
C_INCLUDE_PATH=/usr/lib/oracle/21/client64 pecl install oci8 # Please refer to your own address here oracle home Address
# In the next prompt box, type
instantclient,/usr/lib/oracle/21/client64
After success, press the prompt to change php.ini,extension=oci8.so( Here to rewrite ,php.ini Yes, but not behind .so, Be careful )
Build process completed successfully
Installing '/usr/lib64/php8/extensions/oci8.so'
install ok: channel://pecl.php.net/oci8-3.2.1
configuration option "php_ini" is not set to php.ini location
You should add "extension=oci8.so" to php.ini
Test the connection :
# Variables switch by themselves , Then if the Chinese characters come out in disorder , Please pay attention to the following UTF8( This is not writing utf-8, Be careful )
$conn = oci_connect($username,$password,$sid,'UTF8');
$stid = oci_parse($conn,$sql);
oci_execute($stid);
echo "<table>\n";
while (($row = oci_fetch_array($stid, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
echo "<tr>\n";
foreach ($row as $item) {
echo " <td>".($item !== null ? htmlentities($item, ENT_QUOTES) : " ")."</td>\n";
}
echo "</tr>\n";
}
echo "</table>\n";
边栏推荐
- Standing at the center of the storm: how to change the engine of Tencent
- Lao Ye's blessing
- How far is the memory computing integrated chip from popularization? Listen to what practitioners say | collision school x post friction intelligence
- Google founder brin's second marriage broke up: it was revealed that he had filed for divorce from his Chinese wife in January, and his current fortune is $631.4 billion
- The sign in function completes 03 "IVX low code sign in system production"
- 做自媒体不知道怎样变现?7大变现方法分享
- MCN institutions are blooming everywhere: bloggers and authors should sign contracts carefully, and the industry is very deep
- ASP.NET会议室预约小程序源码 预约小程序源码
- Peking University has a new president! Gongqihuang, academician of the Chinese Academy of Sciences, took over and was admitted to the Physics Department of Peking University at the age of 15
- ASP. Net conference room booking applet source code booking applet source code
猜你喜欢
香蕉为什么能做随机数生成器?因为,它是水果界的“辐射之王”
Copilot免费时代结束!正式版67元/月,学生党和热门开源项目维护者可白嫖
多睡觉,能减肥,芝加哥大学最新研究:每天多睡1小时,等于少吃一根炸鸡腿...
MySQL根据表前缀批量修改、删除表
Xidian AI ranked higher than Qingbei in terms of AI majors, and Nantah ranked the first in China in 2022 in terms of soft science majors
程序员真人秀又来了!呼兰当主持挑灯狂补知识,SSS大佬本科竟是药学,清华朱军张敏等加入导师团...
中国天眼发现地外文明可疑信号,马斯克称星舰7月开始轨道试飞,网信办:APP不得强制要求用户同意处理个人信息,今日更多大新闻在此...
Dr. Sun Jian was commemorated at the CVPR conference. The best student thesis was awarded to Tongji Ali. Lifeifei won the huangxutao Memorial Award
[proteus simulation] Arduino uno+ nixie tube display 4X4 keyboard matrix keys
老叶的祝福
随机推荐
DateTimeFormat放到@RequestBody下是无效的
[proteus simulation] Arduino uno+ nixie tube display 4X4 keyboard matrix keys
在线股票开户安全吗?
Break the memory wall with CPU scheme? Learn from PayPal stack to expand capacity, and the volume of missed fraud transactions can be reduced to 1/30
Standing at the center of the storm: how to change the engine of Tencent
签到功能完成03《ivx低代码签到系统制作》
C语言数组与结构体指针
程序猿职业发展9项必备软技能
Winxp kernel driver debugging
Copilot免费时代结束!正式版67元/月,学生党和热门开源项目维护者可白嫖
Nacos practice record
Easynvr fails to use onvif to detect the device. What is the reason why "no data" is displayed?
Sleep more, you can lose weight. According to the latest research from the University of Chicago, sleeping more than 1 hour a day is equivalent to eating less than one fried chicken leg
指南针在上面开户安全吗?靠谱吗?
The era of copilot free is over! The official version is 67 yuan / month, and the student party and the defenders of popular open source projects can prostitute for nothing
CVPR大会现场纪念孙剑博士,最佳学生论文授予同济阿里,李飞飞获黄煦涛纪念奖...
XML modeling
Peking University has a new president! Gongqihuang, academician of the Chinese Academy of Sciences, took over and was admitted to the Physics Department of Peking University at the age of 15
【Rust投稿】捋捋 Rust 中的 impl Trait 和 dyn Trait
TC object structure and abbreviation