1. ホーム
  2. データベース
  3. 神託

sqlplusコマンドによるOracleデータベースへのさまざまなログイン方法

2022-01-07 17:54:46

1 概要

  • sql*plus Oracle データベースにコマンドラインからログインする方法は、次の 2 つです。
  • 方法1:Oracleデータベースへのログインは、以下の方法で行います。 sql*plusコマンドウィンドウ (Oracleをダウンロードした際に付属しています)

  • 方法2:方法によって cmdウィンドウ (その Even if you forget your password, you can still log in )

2 3つのログイン方法

Method 1.
> sqlplus / as sysdba
Mode 2.
> sqlplus username/password@ip:port/sid
> sqlplus username/password@orcl -- abbreviated (provided TNS is configured), same as below
Method 3: (recommended)
> sqlplus /nolog
> conn username/password@ip:port/sid

で設定した場合 "TNSリスニング"。 の省略形もあります。

2.1 sqlplus / as sysdba

> sqlplus / as sysdba

2.2 sqlplus ユーザー名/パスワード@ip:port/sid

> sqlplus scott/scott@orcl -- shorthand
>
> sqlplus username/password@ip:port/sid -- full name

2.3 sqlplus /nolog

  • でスタート ログなし にログインし、接続しないようにします。 データベース
  • メリット:ログインが不要になる ユーザー名、パスワードが漏れる
> sqlplus /nolog
> conn scott/scott@orcl

3 代替コマンド

> exit Quit
> ho cls clear screen


これは、Oracleデータベースにログインするsqlplusコマンドの2つの方法についてのこの記事の終わりです、より関連するOracleコンテンツにログインするsqlplusコマンドは、スクリプト家の前の記事を検索してくださいまたは次の関連記事を閲覧し続けるあなたは、将来的に多くのスクリプト家をサポートしています願っています