가상 컴퓨터 의 Oacle11G 를 PL / SQL 을 통 해 원 격 으로 연결 하 는 방법

3425 단어 oracle11g
환경 요구 사항:
1. win 8.1 운영 체제
2. instantclient 다운로드10_2. 32 비트 여야 합 니 다. http://www.oracle.com/technetwork/cn/topics/winsoft-085727.html
다음 주소 로 다운로드 할 수 있 습 니 다. http://download.csdn.net/detail/u011218159/8346121
32 비트 여야 하 는 이 유 는 현재 32OS 만 지원 하기 때문에 32 비트 를 추가 로 다운로드 한 것 이다.
3. PL / SQL 개발 자 도구: http://download.csdn.net/detail/u011218159/8346143
다음은 몇 가지 설정 입 니 다.
1. PL / SQL 소프트웨어 설치
2. 압축 풀기 instantclient10_2 의 가방
3. tnsnames. ora 에서 인 스 턴 트 클 라 이언 트 디 렉 터 리 로 파일 을 보 거나 복사 하여 파일 을 편집 합 니 다.
[oracle@localhost ~]$ cat /u01/app/product/11.2.0/db_1/network/admin/tnsnames.ora
# tnsnames.ora Network Configuration File: /u01/app/product/11.2.0/db_1/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.

JIAGULUN =//  oracle       
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))//        
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = jiagulun)//$ORACLE_SID
    )
  )

[oracle@localhost ~]

4. 리 눅 스 방화벽 을 닫 거나 오픈 포트 번 호 를 추가 합 니 다.
[root@localhost ~]# /etc/init.d/iptables stop//        
Flushing firewall rules:                                   [  OK  ]
Setting chains to policy ACCEPT: filter                    [  OK  ]
Unloading iptables modules:                                [  OK  ]
[root@localhost ~]# vi /etc/sysc
sysconfig/   sysctl.conf
[root@localhost ~]# vi /etc/sysconfig/ip
ip6tables         ipmi              iptables-config
ip6tables-config  iptables
[root@localhost ~]# vi /etc/sysconfig/iptables
      :oracle -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 1521 -j ACC
    
 

5. PL/SQL :

    PL/SQL         oracle11G_ 1

6. :

TNS_ADMIN=tnsnames.ora :CTR+C—— ——

7. PL/SQL

    PL/SQL         oracle11G_ 2


, !










좋은 웹페이지 즐겨찾기