Archive for the ‘DATABASE’ Category.

Protected: [memo] 標準前台安裝 , SOP , steps

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


Protected: [LAB] Best practices guidelines for running MySQL databases on NetApp® storage , 測試結果

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


Protected: special oracle SQL command , prevent join

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


建 mysql partition table 遇到的問題

1. Out of resources when opening file
在 my.cnf 加 open-files-limit = 6000

2. Too many partitions were defined

Ref. URL :  http://www.monster.com.tw/archives/2504

[note] ubuntu 裝 LAMP 的 guide (中文)

很好的一篇文章 Apache Cassandra

URL  = http://www.rackspace.com/cloud/blog/2010/05/12/cassandra-by-example/

先用 SQL 式的來說明 twitter 的結構 / 流程 , 再用 no-SQL 的 Cassandra 再解釋一次 , 說明得很清楚 , 可以當做入門 Cassandra 的好範例.

 

http://wiki.apache.org/cassandra/ThriftExamples

Protected: mysql grouping syntax vs. php code grouping performance compare …. 待查

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


[case] compare Oracle : select …. in (…) / or … explain result

擷取oracle_or_in_syntax

explain 結果一樣.

Protected: [memo] mysql CPU / MEMORY / DISK / SERVER

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


[memo] MySQL PROCEDURE ANALYSE / schema 分析

Protected: [memo] mysql index usage

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


Protected: strange problem, RAC , ORACLE data block corrupted (file # %s, block # %s)

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


oracle export / import command

exp userid=user/password file=/path/database_$(date +%Y%m%d).dmp log=/path/database_$(date +%Y%m%d).log ROWS=Y

imp user/password file=database_20100914.dmp fromuser=user1 touser=user2 grants=n ignore=y feedback=1000000

Protected: oracle 的一些 SOP command

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


Maximum Availability Architecture – Oracle Streams Configuration Best Practices

Oracle doc PDF URL : http://dn.monster.tw/my/docs/oracle/MAA_10gR2_Streams_Configuration.pdf

Oracle® Streams Advanced Queuing User’s Guide and Reference
10g Release 2 (10.2) –
http://download.oracle.com/docs/cd/B19306_01/server.102/b14257/toc.htm

sample memo: http://www.monster.com.tw/archives/2565

Oracle Maximum Availability Architecture – Overview – http://www.oracle.com/technology/deploy/availability/htdocs/maaoverview.html

[設定/memo] PL/SQL Developer , plsql 免設 tnsname 檔的方法

在 Database 那格用這種格式: IP_ADDRESS/SERVICE_NAME

擷取PLSQL

Protected: [memo] Streams process

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


Protected: oracle standby SOP

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


Protected: dbs222 mysql innodb Troubleshutting

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


mysql performance tunning – pdf