C#,Delphi,Oracle,MSSQL 개발자블로그
sqlplus로 간단하게 원격접속하기 본문
** 접속하려는 Oracle PC의 오라클포트가 열려있어야함.
sqlplus 원격접속
sqlplus 사용자아이디/비밀번호@IP주소:포트번호/sid
C:\Users\itwill>sqlplus scott/tiger@192.168.19.1:1521/xe
SQL*Plus: Release 11.2.0.2.0 Production on 금 3월 20 09:31:08 2015
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to: Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
|
혹은
C:\Users\itwill>sqlplus scott/tiger@'tnsnames.ora의 SID' 도 된다.
'Programming > Oracle' 카테고리의 다른 글
Oracle 외부접속하기 (클라이언트에서 세팅.) (0) | 2019.06.08 |
---|---|
오라클 alert log 위치. (0) | 2019.06.08 |
Oracle system, sys 유저 암호 변경. (0) | 2018.11.08 |
초간단 Oracle 계정 생성하기. (0) | 2018.11.08 |
Oracle Client와 ODAC의 차이점. (0) | 2017.07.13 |
Comments