LoginSignup
0
0

More than 5 years have passed since last update.

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

Last updated at Posted at 2019-01-22

コマンドは下記の通り。

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

$ sqlplus "/@192.168.1.11:1521/ORCL 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