DevTools
DB 개발환경 구축
매료매료
2019. 8. 31. 12:03
1. 오라클 설치(Oracle Database 11g)
2. cmd -> sqlplus -> system//1234
3. create user scott identified by tiger; // scott(ID) tiger(PW) 생성
4. grant resource, connect to scott; // 권한 부여
5. sqlplus 다시 접속해서 scott 접속되는지 확인
6. SQL Developer 설치하기(18.1)
7. eclipse -> exERD 설치(help - install new software - add... - name: exERD // Location: http://exerd.com/update)