http://infodbbase.tistory.com/11
위 사이트를 참고해 공식 홈페이지에서 다운 받는다.
우분투에서 잘 안되어서 centos 에서 시도하였다.
설치 후, source ~/.bash_profile
를 하거나, reboot 해야 환경 설정 파일이 적용된다.(is, server 명령 사용 가능)
$ server start
로 시동시켜주면,
isql 문을 사용 가능하다.
ps. synonym 추가 테스트는 create public synonym PRINT for PUBLIC;
확인은
select SYNONYM_NAME,
object_owner_name table_owner,
OBJECT_NAME table_name
from system_.SYS_SYNONYMS_ a
where nvl(SYNONYM_OWNER_ID, 0) = 0
and OBJECT_OWNER_NAME <> 'SYSTEM_';
댓글 달기