Oracle

環境
Oracle Database 11g Release 11.2.0.1.0 – 64bit Production

SPFILEについて
SPFILEと呼ばれるバイナリファイルに記載された ...

Oracle

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

構文
ALTER PROFILE プロファイル名 ...

Oracle

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

構文

CREATE PROFILE プロファイル名 ...

Oracle

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

構文
CREATE PROFILE プロファイル名 ...

Oracle

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

構文
CREATE PROFILE プロファイル名 ...

Oracle

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

構文
ALTER PROFILE プロファイル名 ...

Oracle

環境
Oracle Database 11g Release 11.2.0.4.0 – 64bit Production

書式
REPLACE(‘文字列’,’ ...

Oracle

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

書式
列名 AS 別名

使 ...

Oracle

書式

SELECT * FROM USER_TBL ORDER BY 列1 ASC,列2 DESC

使用例1
テーブル「USER_TBL」の「SCL_NO」列昇順、「LOGIN_DATE」列降順に並び替えます

Oracle

書式
SELECT 列名 FROM テーブル名 ORDER BY 列名

1.昇順でレコードをソートします
テーブル「USER_TBL」では、並び順に「SCL_NO」を指定し、ASCで昇順としています。

Oracle

環境
Oracle Database 11g Release 11.2.0.4.0 – 64bit Production

書式
INSERT INTO テーブル名(カラム名)VALUES(NUL ...

Oracle

環境
Oracle Database 11g Release 11.2.0.4.0 – 64bit Production

書式
SELECT NVL(カラム名,値) FROM テーブル名;

Oracle

環境
Oracle Database 11g Release 11.2.0.4.0 – 64bit Production

書式

INSERT INTO テーブル名(カラム名)VALUES(TO_D ...

Oracle

環境
Oracle Database 11g Release 11.2.0.4.0 – 64bit Production

書式
UPDATE テーブル名 set カラム名=NULL where ...

Oracle

環境
Oracle Database 11g Release 11.2.0.4.0 – 64bit Production

1.現在の日付時刻を登録します
書式
INSERT INTO テ ...

Oracle

書式
LIKE 検索文字列
比較はlike演算子を使って、検索文字列に部分一致したレコードを検索します。

操作方法
1.列「UNAME」の最後に文字列”TA%”が付

Oracle

環境
Oracle Database 11g Release 11.2.0.1.0 – 64bit Production

書式
定数名 CONSTANT データ型> { := | DEF ...

Oracle

使用例1.データベースリンクを変更する
ALTER DATABASE LINK CFTLNK
CONNECT TO cftuser IDENTIFIED BY
cft;

使用例2 パブリックデータベ ...