Posts tagged ‘ruten’

Protected: 20100322 msg

This post is password protected. To view it please enter your password below:


2010 拼翻身!! 開工紅包 $$

Desktop 大掃除

MIS team 小尾牙

隨便拍

這個是右手領年終左手買相機, 衝最快的..

R0011376

開箱文 – 標準圖1 (Eric buy 500G HD)

R0011516

這些人領了年終獎金就立刻上 24H …

檢視 0210

Protected: [note] Oracle 11G R1 RAC + openfiler on xen

This post is password protected. To view it please enter your password below:


Protected: 2010.0204 一團混亂 … 迷霧解開

This post is password protected. To view it please enter your password below:


Protected: 觀察 22:40 – 23:15 apache log 的變化

This post is password protected. To view it please enter your password below:


2010 新年快樂 Happy New Year

Protected: 一箱 oracle 的問與答 / tunning / password 公司統編

This post is password protected. To view it please enter your password below:


codeigniter / ci / oracle database.php 的設定方式 / utf8 / big5 粉難搞

$db['oci']['hostname'] = "//IP_ADDRESS/INSTANT_NAME";
$db['oci']['username'] = "USERNAME";
$db['oci']['password'] = "PASSWORD";
$db['oci']['database'] = "INSTANT_NAME";
$db['oci']['dbdriver'] = "oci8";
$db['oci']['dbprefix'] = "";
$db['oci']['pconnect'] = TRUE;
$db['oci']['db_debug'] = TRUE;
$db['oci']['cache_on'] = FALSE;
$db['oci']['cachedir'] = "";
$db['oci']['char_set'] = "utf8"; // database 是 UTF8
$db['oci']['char_set'] = "ZHT16BIG5"; // database 是 big5

$db['oci']['dbcollat'] = "utf8_general_ci";

記得 codeigniter 的 /system/database/drivers/oci8/oci8_driver.php 這個檔要改一下

2009.0303 補充, 若要連 oracle standby database.php 要改成這樣 用 service name ( 看那個 tnsnames.ora )

擷取-oracle-standby-ci