PL/SQL DEVELOPER 환경설정 방법
| 설정 | 설정 방법 | |
| 1 | 세미콜론(;) 단위로 실행 | Tool > Preferences > Window Types > SQL Window > AutoSelect statement 체크 |
| 2 | 키워드 대문자 변경 | Tool > Preferences > User Interface > Editor > Syntax Highlighting > Keyword case [Uppercase] 변경 |
| 3 | 라인번호 표시 | Tool > Preferences > Window Types > SQL Window > Show gutter (line numbers) 체크 |
| 4 | NULL(널) 값 색 지정 | Tool > Preferences > Window Types > SQL Window > Null value cell color 에서 색 지정 |
| 5 | 단축키 지정 | Tool > Preferences > User Interface > Key Configuration 에서 변경 |
| 6 | DB 연결 유지 | Tool > Preferences > Oracle > Connection > Check connection 체크 |
| 7 | DB 접속정보 저장 | Tool > Preferences > Oracle > Logon History > Definition > Store with password 체크 |
'ORACLE' 카테고리의 다른 글
| 오라클 병렬처리 Parallel Processing (0) | 2021.01.23 |
|---|---|
| ORACLE 유저 별 테이블 비교 (0) | 2021.01.23 |
| [ORALCE] GREATEST, LEAST (0) | 2019.03.08 |
| [ORACLE] 페이징 쿼리 (0) | 2018.09.06 |
| [ORACLE] REPLACE 문법 (0) | 2018.07.24 |
