https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/1.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/2.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/3.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/4.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/5.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/6.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/7.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/8.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/9.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/10.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/11.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/12.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/13.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/14.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/15.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/16.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/17.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/18.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/19.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/20.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/21.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/22.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/23.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/24.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/25.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/26.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/27.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/28.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/29.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/30.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/31.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/32.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/33.html
https://www.ibm.com/developerworks/jp/websphere/library/was/was_tips/34.html
Oracle 表領域確認
続・表領域の使用率を確認する! | 我が社を有名にするブログ
DBA_TABLESPACE_USAGE_METRICS
set linesize 200 set pagesize 1000 set colsep ‘|’ col TABLESPACE_NAME for a20 col TOTAL(GB) for 999,990.9 col USED(GB) for 999,990.9 col USED(%) for 990.9 select TABLESPACE_NAME, TABLESPACE_SIZE/1024/1024/1024 “TOTAL(GB)”, USED_SPACE/1024/1024/1024 “USED(GB)”, USED_PERCENT “USED(%)” from DBA_TABLESPACE_USAGE_METRICS;
Listenerが複数ある場合のjdbcthinのurlこれでいけるかな
jdbc:oracle:thin:@hostname:1521:orcl1,jdbc:oracle:thin:@hostname:1521:orcl2
jdbc:oracle:thin:@(DESCRIPTION=
(ADDRESS=(PROTOCOL=TCP)(HOST=hpstname1)(PORT=1521))
(ADDRESS=(PROTOCOL=TCP)(HOST=hostname2)(PORT=1521))
(CONNECT_DATA=(SERVICE_NAME=service_name)))
"jdbc:oracle:thin:@(description=(address_list=
(address=(protocol=tcp)(port=1610)(host=webHost))
(address=(protocol=tcp)(port=5221)(host=oraHost)))
(connect_data=(INSTANCE_NAME=orcl))
(source_route=yes))"
Active Directory を知る 1
買った。とりあえず一周読む。特にActiveDirectoryの章。
購入 4,000円
標準テキスト Windows Server 2012 R2 構築・運用・管理パーフェクトガイド 単行本
– 2014/9/27 知北 直宏 (著), 日本マイクロソフト株式会社 (監修)
費用対効果
1.自分のスキル
2.チーム内共有(用語の意味・用途を統一化することによるチームでの共通言語化)
3.しばらくは2012R2でしょう。