2010-11-01から1ヶ月間の記事一覧

リファレンス検索

■Oracle リファレンス検索 http://otn.oracle.co.jp/document/ref/index.html

実行計画採取 その2

/* 1行に表示するバイト数の設定 */ set linesize 1000 /* 1ページの行数 */ set pagesize 0 /* 列ヘッダを非表示 */ set heading off /* SPOOL出力開始 */ spool hogehoge.log /* 開始日時表示 */ select to_char(sysdate, 'yyyy-MM-dd HH:mm:ss') from du…

実行計画採取

■SQL*Plus を使った実行計画の取得 http://www.shift-the-oracle.com/sqlplus/tutorial/autotrace.html■SQL*Plus システム変数 http://www.shift-the-oracle.com/sqlplus/system-variable/