0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Oracleネタ帳 SQL*Plus接続時に接続文字列ではなく、IPやSIDで接続する

Last updated at Posted at 2019-01-22

コマンドは下記の通り。

$ sqlplus <username>/<password>@<hostname or ip>:<port>/<service_name>/<instance_name>

$ sqlplus "/@192.168.1.11:1521/ORCL as sysdba"

$ sqlplus "/@192.168.1.11:1521/RACSV/instance1 as sysdba"

参考資料

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?