--刪除資料庫例項
ttdestroy ttwind
---1.刪除存在的cache group
ttisql "dsn=ttwind;uid=cacheuser;pwd=cacheuser;oraclepwd=cacheuser"
drop cache group cachetblorders;
call ttcachestop;
exit;
ttdestroy ttwind
---2.根據新的需求調整引數
---3.重新生成新的資料庫
ttisql ttwind
---4.登入資料庫重新設定使用者資訊
--步驟1:cache管理使用者
create user cacheuser identified by cacheuser_01;
grant create session, cache_manager, create any table,drop any table to cacheuser;
--如果用該賬戶做timesten管理員角色
grant admin to cacheuser;
--步驟2:cache對應使用者
create user scott identified by tiger;
grant create session ,admin to scott;
--步驟3:將oracle cache管理使用者與timesten關聯,設定oracle連線的使用者名稱和密碼,
cache agent將會使用這個使用者名稱和密碼去oracle中讀取
call ttcacheuidpwdset ('cacheuser','cacheuser');
--步驟4:建立cache grid
$ ttisql "dsn=ttwind;uid=cacheuser;pwd=cacheuser;oraclepwd=cacheuser"
command> call ttgridcreate('mygrid');
--步驟5:將cache database 和cache grid關聯即把當前的grid設為剛建立好的mygrid
command> call ttgridnameset('mygrid');
--步驟6:測試
autocommit 0;
set passthrough 2;
select * from v$version;
調整音訊引數
有時候將音量調到最大仍然感覺聲音偏小,這個時候就要調音訊引數了 檔案目錄 alps mediatek custom common cgen inc audio volume custom default.h 另外藍芽通話的音量可以通過以下的方法進行調整 調整sph coeff default.h中的...
SAP Sybase引數調整
在建立ase server後,我們需要根據機器的硬體資源情況和應用特徵等因素調整ase server的引數設定。在這裡將以本人的乙個虛擬機器環境為例加以說明。虛擬機器環境如下 4個邏輯cpu intel r xeon r cpu e5620 2.40ghz 記憶體8gb,可用記憶體4gb 針對應用 ...
postgresql引數調整
max connections 512 允許客戶端連線的最大數目 fsync off 強制把資料同步更新到磁碟 shared buffers 30g 決定有多少記憶體可以被postgresql用於快取資料 推薦記憶體的1 4 work mem 16m 使內部排序和一些複雜的查詢都在這個buffer中...