'Oracle 10g'에 해당되는 글 1건

  1. 2009.02.18 Eclipse + SQL Explorer + Oracle10g

Eclipse + SQL Explorer + Oracle10g

|

Eclipse 설치
http://www.eclipse.org/downloads/

SQL Explorer Plugin 설치
http://sourceforge.net/projects/eclipsesql/

Oracle Client 설치 ( 10g 기준 ) ( 11g는 Vista용이 별도로 없습니다. )
http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winsoft.html
Vista용
http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10203vista.html
설치시 주의점 ( 외장 하드 이용 시 기본 디렉토리를 외장하드로 지정하니 변경 )

SQL Explorer 전체 실행
Eclipse – Windows – Open Perspective – Other 선택
  SQL Explorer 선택
SQL Explorer 개별 실행
Eclipse – Windows – Show View – Other 선택
  SQL Explorer 내의 원하는 것 선택

Connection 설정
Connections 창 위에서 우 클릭 또는 해당 아이콘
  Create New Connection Profile
  Oracle Thin Driver 선택 ( 없으면 Add/Edit Drivers 에서 추가 )
  URL ( jdbc:oracle:thin:@<server>":1521:<database_name> )
          <server> = 서버IP , <database_name> = DB이름
  User Name ( 유저 ID )


Oracle Thin Driver 추가
  Add/Edit Drivers 클릭
  SQL Explorer –> JDBC Drivers 에서
     Oracle Thin Driver 더블 클릭
        Extra Class Path 탭 선택
            Add  -> Oracle Client 폴더의 ojdbc14.jar 선택
            List Drivers 클릭하여 Driver Class Name으로 oracle.jdbc.driver.OracleDriver 선택

And
prev | 1 | next