Oracle12c 手動でOracleクライアントをアンインストールする
環境
Windows 10 Pro
Oracle Database 12c
操作方法
1.「コントロールパネル」->「管理ツール」->「サービス」をクリックします。
「Oracl ...
Oracle 12c ORA-00942: 表またはビューが存在しません対処方法
環境
Oracle 12c
Windows 10 Home 64bit
エラーメッセージ
SQL : ORA-00942: 表またはビューが存在しません。
ORA-02063: 先行のエラー ...
Oracle12c Oracleクライアント(client)をアンインストールする
環境
Windows 10 Pro
Oracle Database 12c
操作方法
1.スタートボタン->「すべてのプログラム」->「Oracle Ora Client Home」-& ...
Windows10 Oracle Database 12c Clientをインストールする
環境
Windows 10 Pro
Oracle Database 12c Client x64
操作方法
1.インストールメディア内の「Setup.exe」を起動します。
2.インスト ...
Oracle TRUNCとADD_MONTHS関数を使って来月1日や先月1日の日付を取得する
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
書式
TRUNC( ...
Oracle LAST_DAY関数を使って今月末、先月末、来月末の日付を取得する
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
操作方法
1.現在 ...
Oralce in文と副問合せを使って複数の値を条件にするサンプル
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
select ...
Oracle SELECT構文に数値定数を出力する方法
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
select ...
Oracle SELECT構文に文字列定数を出力する方法
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
select ...
Oracle 12cでデータベースリンクの一覧を確認する方法
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
操作方法
1.デー ...
「Oracle 」DESCRIBEコマンドで指定テーブルのカラム一覧を出力する
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0SQL*Plus: Release 12.2.0.1.0構文
DESC {object}
「Oracle 12c」ALL_TAB_COLUMNSを使ってテーブルの列のデフォルト値を確認する方法
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
SELECT ...
「Oracle 12c」ALL_TABLESからログインユーザーがアクセスできるすべてのテーブル一覧を取得する
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
書式
SELECT ...「Oracle 12c」テーブルの列にデフォルト値を設定/削除する方法
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
1.列にデフ ...
「Oracle 12c」 ORA-01400: NULLは挿入できませんの解決方法
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
エラー現象
ORA ...
Oracle12cでリスナーの起動、停止、状態確認方法
環境
Windows Server 2012 R2
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production
操作 ...
「Oracle」DBA_SOURCEからストアドプロシージャのソースを取得する
環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production
書式
SELECT TEXT
FROM D ...
「Oracle」USER_SOURCEからストアドプロシージャのソースを取得する方法
環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production
書式
SELECT TEXT
FROM U ...