Oracle Sqlplusコマンドログイン複数方法ケーススタディ
2022-01-07 06:19:29
Oracle Sqlplusコマンドのログインをいくつかの方法で
sqlplusコマンドの構文
sqlplus [ <option>] [{logon | /nolog}] [<start>] ]
<option> for: [-C <version>] [-L] [-M "<options>"] [-R <level>] [-S]
-C <version> Sets the compatibility of the affected command to the <version> specified version. This version has the "x.y[.z]" format. For example, -C 10.2.0
-L Tries to log in only once, instead of prompting again in case of errors.
-M "<options>" Sets the automatic HTML tags for the output. The format of the options is :
HTML [ON|OFF] [HEAD text] [BODY text] [TABLE text] [ENTMAP {ON|OFF}] [SPOOL {ON|OFF}] [PRE[FORMAT] {ON|OFF}]
-R <level> Sets the restricted mode to disable SQL*Plus commands that interact with the file system. The maximum restriction level is -R 3, which disables all user commands that interact with the file system.
-S sets the promptless (slient) mode, which hides the prompting of commands and the display of callbacks.
<logon> for: {<username>[/<password>][@<connect_identifier>] | / }[AS {SYSDBA | SYSOPER | SYSASM}] [EDITION=value]
Specify the database account username, password and connection identifier for the database connection. If there is no connection identifier, SQL*Plus will connect to the default database.
The AS SYSDBA, AS SYSOPER and AS SYSASM options are database administrative privileges.
The <connect_identifier> can be of the form Net Service Name or Easy Connect.
@[<net_service_name> | [//]Host[:Port]/<service_name>]
<net_service_name> is the simple name of the service, which resolves to a connection descriptor.
Example: Connecting to a database using a Net service name, and the database Net service name is ORCL.
sqlplus myusername/mypassword@ORCL
Host Specifies the host name or IP address of the database server computer.
Port Specifies the listening port on the database server.
<service_name> Specifies the service name of the database to be accessed.
Example: Connect to the database using an easy connection, and the service name is ORCL.
sqlplus myusername/mypassword@Host
The /NOLOG option starts SQL*Plus without connecting to the database.
EDITION Specifies the value of the session version.
<start> for: @<URL>|<filename>[. <ext>] [<parameter> ...]
Run the specified SQL*Plus script from the web server (URL) or local file system (filename.ext) using the specified parameters that will be assigned to the alternative variables in the script.
After starting SQL*Plus and executing the CONNECT command, the site summary file (for example, $ORACLE_HOME/sqlplus/admin/glogin.sql) and the user summary file (for example, login.sql in the working directory) are run. These files contain SQL*Plus commands.
サポートは充実していますが、共通接続はほんの少しです。
1. sqlplus / as sysdba
sqlplus / as sysdba
データベースが利用可能な状態でなくても、このコマンドでログインし、startupを実行すれば、データベースを起動することができます。
2. sqlplus "/as sysdba"
sqlplus "/as sysdba"
前のコマンドの別の形、2つの間に違いは見いだせません。
3. sqlplus ユーザー名/パスワード@ホスト/サービス名
sqlplus tiger/scott@localhostsqlplus tiger/[email protected]:1521
ユーザー名/パスワード、IP:ポート、サービス名をパラメータにログインします。
4. sqlplus
sqlplus
まず、データベースに接続せずにsqlplusコマンドを使用し、その後connコマンドでログインしてください。
conn tigerconn tiger/[email protected]
この方法は、3番目の方法でログインした後、ユーザー名とパスワードでps経由でプロセスを見るので、3番目の方法より安全です。
Oracle Sqlplusコマンドの複数方法でのログ取得については、この記事が全てです。Oracle Sqlplusコマンドの複数方法でのログ取得についての詳しい情報は、BinaryDevelopの過去の記事を検索するか、以下の関連記事を引き続きご覧ください。今後とも、BinaryDevelopをよろしくお願いします
関連
-
Oracle Logminer クイックスタート詳細
-
オラクルインデックス概要
-
オラクルユーザー作成プロセスの説明
-
SQLPlusコマンドの使い方の説明
-
Oracle PL/SQLを使用して電子メール機能(UTL_MAIL)を実装する方法
-
plsqlを使用してリモートOracleデータベースに接続する複数の方法
-
Oracle TriggersとCursorsを高速に学ぶ
-
[解決済み】Oracle "SQL Error: Missing IN or OUT parameter at index:: 1" と表示されました。
-
[解決済み] ORA-01465: BLOB を使用しているとき、Oracle の 16 進数が無効です。
-
[解決済み] Oracleで変数を宣言して表示する方法
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
Oracleにリモート接続するためのPLSQLDeveloperログイン
-
LogMinerによるOracle Databaseの同期マイグレーション
-
オラクルのTO_DATEの使い方解説
-
Oracleトレースファイルの詳細な使用方法
-
[解決済み] ORA-00955 "名前はすでに既存のオブジェクトによって使用されています"
-
[解決済み] PLS-00382: 式が不正です。
-
[解決済み] オラクル ユーザーデータでConnect By Loop
-
[解決済み] ORA-29283: 無効なファイル操作 ORA-06512: "SYS.UTL_FILE", 行 536 で。
-
[解決済み] oracle pl/sql DBMS_LOCK エラー
-
[解決済み] ORA-01830: 入力文字列全体を変換する前に日付書式画像が終了する / Select sum where date query