国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 開(kāi)發(fā) > 綜合 > 正文

Deploy Environment of ExtProc on Serve.

2024-07-21 02:06:38
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
,歡迎訪問(wèn)網(wǎng)頁(yè)設(shè)計(jì)愛(ài)好者web開(kāi)發(fā)。
how to depoly the environment of c external oracle procdure on oracle server?
  1. deploy
  there are two files need to focus on: at oracle_home/network/admin/listener.ora and tnsnames.ora
  the listener.ora must be like this:
  #====================begin=========================
  listener =
  (description_list =
    (description =
      (address_list =
        (address = (protocol = tcp)(host = 192.168.16.27)(port = 1521))
      )
      (address_list =
       (address = (protocol = ipc)(host = 192.168.16.27)(key = extproc))#map to the address in tnsnames.ora
      )
    )
  )

  sid_list_listener =
  (sid_list =
    (sid_desc =
      (sid_name = plsextproc)#map to the sid in tnsnames.ora
      (oracle_home = e:/oracle/ora90)
      (program = extproc)
    )
    (sid_desc =
      (global_dbname = lbs)
      (oracle_home = e:/oracle/ora90)
      (sid_name = lbs)
    )
  )
  #===================end============================
  and the tnsnames.ora must be like this:
  #===================begin===========================
extproc_connection_data.caswsoft.casw.com =
  (description =
    (address_list = #map to the address_list in the listener.ora
      (address = (protocol = ipc)(key = extproc)) #must match the key of address_list in the listener.ora
    )
    (connect_data = (sid = plsextproc)(presentation = ro))#sid must equals to the sid_name in the listener.ora
  )
  #===================end==============================
  2. validate
  a. validate the program of external procedure
      execute oracle_home/bin/extproc.exe, if display those information
      #==================================
      oracle corporation --- 星期三 11月 03 2004 21:02:58.931

      heterogeneous agent release 9.0.1.1.1
     #======================================
     ,it is ok!
  b. validate the database environment
      compare the listener.ora and tnsnames.ora file strictly following to the sample listed on the head of this file.
  c. validate the listener
      confirm the listener.ora file is correct firstly.
      then with command: tnspint extproc_connect_data.default_domain(in this case is extproc_connect_data.caswsoft.casw.com), if the tip information is:
         #================================================
         已使用的參數(shù)文件:
         e:/oracle/ora90/network/admin qlnet.ora
         e:/oracle/ora90/network/admin/tnsnames.ora

        已使用 tnsnames 適配器來(lái)解析別名
        attempting to contact (description = (address_list = (address = (protocol = ipc)
        (key = extproc))) (connect_data = (sid = plsextproc)(presentation = ro)))
        ok(20毫秒)
        #============================================
      it is ok.

now, congratulation, you external procedure environment is ok!
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 宜君县| 肇源县| 乌拉特中旗| 晋州市| 罗江县| 渭源县| 镇江市| 安阳县| 青田县| 五原县| 武定县| 东城区| 莱西市| 永川市| 万年县| 咸丰县| 栾城县| 彭水| 新干县| 双城市| 卓资县| 新兴县| 正阳县| 芮城县| 澜沧| 施秉县| 沐川县| 镇坪县| 华池县| 乐亭县| 杨浦区| 泸西县| 福清市| 四川省| 赤水市| 华坪县| 遵义县| 施秉县| 阿城市| 平阴县| 周至县|