CMD창 명령어:
sqlplus id/pw@ip:port/sid
id: manta
pw: mantapw
ip: 1.1.1.1
port: 8080
sid: rays
그러면 명령은
sqlplus
manta/mantapw@1.1.1.1:8080/rays
'배운 내용 정리 > ORACLE' 카테고리의 다른 글
[학습정리] 2020.02.05~07 - order by 숫자, translate, rownum, ALL/ANY (0) | 2020.02.12 |
---|---|
[학습정리] 2020.02.04 - DB export/import, to_char, join(3개 이상 table), order by (0) | 2020.02.04 |
[학습정리] 2020.02.03 - 숫자, 문자열, 날짜함수, CAST (0) | 2020.02.03 |
[학습정리] 2020.01.31 - DECODE, CASE, 글자검색, UNION (0) | 2020.02.02 |
[학습정리] 2020.01.30 - NVL, order by 다중조건, distinct, 별명, 문자열 병합, not, data 대소문자 구분 (0) | 2020.01.31 |