DB link된 remote DB의 table을 주기적으로 local DB에 옮기려고 합니다.
remote table의 column중에 CLOB type이 있는데 이 column은 가져올 수가 없네요.
temporary table을 이용해서 가져오는 방식을 테스트 해서 가능한 것으로 확인이 되어,
procedure를 생성하여 작업을 하려고 하였으나 temporary table에 insert가 안되네요.
대략적인 순서는 아래와 같습니다.
1. temporary table 생성
2. temporary table에 remote table을 insert
3. temporary table에서 local table로 insert
CLOB을 가져오거나 아니면 다른 방법이 없을까요?
|