Create DB Link

It describes how to create the DB Link object with Gui Operation.

DB Link object can be created through the GUI operation as executing the following process.

DB Link Folder > Context Menu > Create DB Link

Create DB Link screen

The users can configure the details of the DB Link through each option, and check the SQL that is applied in the SQL area at the bottom.

필드
설명

DB Link Name

생성할 DB Link의 이름을 입력한다.

Username

원격 데이터베이스에 접속하기 위한 사용자 이름을 입력한다. 사용자 이름을 지정하면 스키마를 지정할 수 없다.

Password

원격 데이터베이스 접속에 사용할 비밀번호를 입력한다.

Connect String

원격 데이터베이스 서비스의 이름을 리터럴 형태로 지정한다. 연결에 필요한 정보를 문자열 형태로 입력하며, 최대 길이는 128바이트로 제한된다.

Public

다른 사용자가 해당 데이터베이스 링크를 사용할 수 있는지 여부를 설정한다. 체크 시 Public DB Link로 생성된다.

각 옵션에서 세부 설정을 완료한 후 [Create 버튼] 을 클릭하면 설정한 내용으로 DB Link 객체가 생성된다.

DB Link > Context Menu > Test DB Link 를 실행하면 DB Link의 연결 상태를 테스트할 수 있다.

Last updated