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?

More than 3 years have passed since last update.

【Linux】teratermでDBに接続してSqlplusコマンドを打った後DB(oracle)にログインするまで

Last updated at Posted at 2020-02-26

###【Linux】teratermでDBに接続してSqlplusコマンドを打った後DB(oracle)にログインするまで

####SQLDeveloperから応答が帰ってこない
SELECTもUPDATEも固まってしまって更新不可能。
直接DBに問い合わせてみることにする。

#####Teraterm
DBのいるip(XX.XX.XX.XX)
サーバーユーザ
サーバーパスワード
portはサーバ設定に合わせる

#####ログイン後
sqlplusを入力エンター
DBユーザ
DBパスワード
を順番に入力する

入れた!SQL打ってみることにする。To be continue...

######課題:sqlplusを入力エンター後めっちゃ文字化けするのなんで?
Teraterm設定は両方UTF-8だった

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?