码迷,mamicode.com
首页 > 数据库 > 详细

PLSQL Developer

时间:2014-07-09 21:39:00      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:des   os   art   io   rgb   sql   

1 intall oracle11gex

start OracleXEClrAgent

start  OracleXETNSListener

2 install C:\Dev Tool\instantclient_11_2

3 config PLSQL developer:

bubuko.com,布布扣

4 config oracle server side:

add following to tnsnames.ora

impactbac2 =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = lsdbacdbmq.lbps.ibm.lab)(PORT = 1521))
    )
    (CONNECT_DATA =
      (SID = impactbac2)
    )
  )
change following sqlnet.ora

#SQLNET.AUTHENTICATION_SERVICES = (NTS)
NAMES.DIRECTORY_PATH= (NONE)

#sqlnet.authentication_services = (NONE)
names.directory_path = (TNSNAMES, HOSTNAME)
automatic_ipc = off

 

listener.ora

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = PLSExtProc)
      (ORACLE_HOME = C:\oracle11gex\app\oracle\product\11.2.0\server)
      (PROGRAM = extproc)
    )
    (SID_DESC =
      (SID_NAME = CLRExtProc)
      (ORACLE_HOME = C:\oracle11gex\app\oracle\product\11.2.0\server)
      (PROGRAM = extproc)
    )
  )

 
 

DEFAULT_SERVICE_LISTENER = (XE)

 

5 open vpn then connect

 

PLSQL Developer,布布扣,bubuko.com

PLSQL Developer

标签:des   os   art   io   rgb   sql   

原文地址:http://www.cnblogs.com/cici-new/p/3829963.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!