Oracle V$DATABASEビューからデータベースに関する情報を取得する
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
SELECT ...
Oracle V$LOGビューから制御ファイルからのログ情報を取得する
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
SELECT ...
Oracle INITCAP関数で英文字列の先頭文字の大文字変換サンプル
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
INITCA ...
Oracle NVL2関数で NULLデータを置換えるサンプル
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
NVL2( ...
Oracle TO_MULUTI_BYTE関数で文字列の半角英数字を全角英数字に変換する
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
TO_MUL ...
Oracle V$TEMPFILEビューから一時ファイルの情報を取得する
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
SELECT ...
Oracle TO_SINGLE_BYTE関数で全角英数字を半角英数字に変換する
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
TO_SIN ...
Oracle V$RECOVERY_LOGビューからリカバリの完了に必要なアーカイブ・ログの情報を確認する
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
SELECT ...
Oracle REGEXP_REPLACE関数で文字列を正規表現を使用して置換する
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
REGEXP ...
Oracle V$PROCESSビューからアクティブなプロセス情報を取得する
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
SELECT ...
Oracle V$LOCKビューからロック情報を取得する
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
SELECT ...
Oracle 列にデフォルト値を削除するサンプル
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
ALTER ...
Oracle ALTER TABLEで列にデフォルト値を設定する
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
ALTER ...
Oracle テーブルの複数列をSELECTした結果でUPDATEするサンプル
環境
Oracle Database 11g Release 11.2.0.1.0 – 64bit Production
PL/SQL Release 11.2.0.1.0 – Production
構文 ...
Oracle LIKEであいまい検索するサンプル
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
形式1 ...
Oracle テーブルの特定の列と指定値をINSERT SELECTするサンプル
環境
Oracle Database 11g Release 11.2.0.1.0 – 64bit Production
PL/SQL Release 11.2.0.1.0 – Production
構文 ...
Oracle テーブルの列を指定してINSERT SELECTするサンプル
環境
Oracle Database 11g Release 11.2.0.1.0 – 64bit Production
PL/SQL Release 11.2.0.1.0 – Production
構文 ...
Oracle テーブルのSELECTした結果でUPDATEするサンプル
環境
Oracle Database 11g Release 11.2.0.1.0 – 64bit Production
PL/SQL Release 11.2.0.1.0 – Production
構文 ...