久久机这里只有精品,国产69精品一区二区亚洲孕妇,91精品国产综合久久婷婷香蕉,午夜久久久久久电影

最新活動:電腦PC端+手機端+微網(wǎng)站+自適應網(wǎng)頁多模板選擇-建站388元起價?。?!
當前位置:主頁 > 網(wǎng)站建設(shè) > [Oracle] 如何使用觸發(fā)器實現(xiàn)IP限制用戶登錄建站知

[Oracle] 如何使用觸發(fā)器實現(xiàn)IP限制用戶登錄建站知

時間:2023-05-22 18:05:22 閱讀: 文章分類: 網(wǎng)站建設(shè) 作者: 網(wǎng)站編輯員

導讀:1建站知識在Oracle里,不像MySQL那樣方便,可以直接在用戶上進行IP限制,Oracle要實現(xiàn)用戶級別的IP限制,可以使用觸發(fā)器來迂回網(wǎng)站建設(shè)公司營銷型網(wǎng)站建設(shè)。

網(wǎng)站建設(shè)公司營銷型網(wǎng)站建設(shè)下面是一個觸發(fā)器的例子:

復制代碼 代碼如下:

create or replace trigger logon_ip_controlafter logon on databasedeclare  ip STRING(30);  user STRING(30);beginSELECT SYS_CONTEXT('USERENV','SESSION_USER') into user from dual;SELECT SYS_CONTEXT('USERENV','IP_ADDRESS') into ip from dual;if user='EPAY_USER'   THEN      IF ip not in ('192.168.219.20','192.168.219.22')        THEN raise_application_error(-20001,'User '||user||' is not allowed to connect from '||ip);      END IF;END IF;end;/

該觸發(fā)器對用戶EPAY_USER進行了IP限制(只允許'192.168.219.20','192.168.219.22'建設(shè)網(wǎng)站,如果需要設(shè)置IP段,用%或?代替即可,如'192.168.219.%‘)。下面看幾個例子測試一下:1)從非允許IP地址登陸 (192.168.219.21),連接失敗

復制代碼 代碼如網(wǎng)站建設(shè)制作下:

[oracle@lxdb2 ~]$ sqlplus epay_user@priSQL*Plus: Relea網(wǎng)站seo優(yōu)化診斷工具se 11.2.0.3.0 Production on Wed Jul 3 19:23:48 2013Copyright (c) 1982, 2011, Oracle.  All rights reserved.Enter password: ERROR:ORA-00604: error occurred at recursive SQL level 1ORA-20001: User EPAY_USER is not allowed to connect from 192.168.219.21ORA-06512: at line 10

2)從允許IP地址登陸(192.168.219.22),連接成功

復制代碼 代碼如下:

[oracle@lxdb1 ~]$ sqlplus epay_userSQL*Plus: Release 11.2.0.3.0 Production on Wed Jul 3 11:24:25 2013Copyright (c) 1982, 2011, Oracle.  All rights reserved.Enter password: Connected to:Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing options

3)從本地登陸(192.168.219.23)不受IP限制影響,連接成功

復制代碼 代碼如下:

[oracle@lxdb1 ~]$ sqlplus epay_userSQL*Plus: Release 11.2.0.3.0 Production on Wed Jul 3 11:24:25 2013Copyright (c) 1982, 2011, Oracle.  All rights reserved.Enter password: Connected to:Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing options

相關(guān)網(wǎng)站建設(shè)公司營銷型網(wǎng)站建設(shè)。

關(guān)鍵詞標簽: IP 用戶登錄 觸發(fā)器

聲明: 本文由我的SEOUC技術(shù)文章主頁發(fā)布于:2023-05-22 ,文章[Oracle] 如何使用觸發(fā)器實現(xiàn)IP限制用戶登錄建站知主要講述觸發(fā)器,用戶登錄,IP網(wǎng)站建設(shè)源碼以及服務器配置搭建相關(guān)技術(shù)文章。轉(zhuǎn)載請保留鏈接: http://www.bifwcx.com/article/web_5054.html

我的IDC 網(wǎng)站建設(shè)技術(shù)SEOUC.COM
專注網(wǎng)站建設(shè),SEO優(yōu)化,小程序設(shè)計制作搭建開發(fā)定制網(wǎng)站等,數(shù)千家網(wǎng)站定制開發(fā)案例,網(wǎng)站推廣技術(shù)服務。
  • 5000+合作客服
  • 8年從業(yè)經(jīng)驗
  • 150+覆蓋行業(yè)
  • 最新熱門源碼技術(shù)文章

    主站蜘蛛池模板: 金川县| 中阳县| 旬邑县| 汨罗市| 年辖:市辖区| 贺州市| 梅河口市| 秭归县| 虎林市| 香格里拉县| 广丰县| 迁西县| 玛多县| 增城市| 福海县| 三门县| 毕节市| 南开区| 汝州市| 华坪县| 略阳县| 内乡县| 原阳县| 陆良县| 麟游县| 盐边县| 富顺县| 灵宝市| 原阳县| 武平县| 白山市| 阜平县| 墨玉县| 自贡市| 图们市| 凤庆县| 大连市| 历史| 沁阳市| 图木舒克市| 文昌市|