在查 Symantec Backup Exec 9.0 for Linux Servers 資料時,發現這個網站,討論儲存資料相關大廠的軟硬體,不過在查詢資料的經驗也愈來愈發現對岸真的是藏龍臥虎,什麼疑難雜症的資料幾乎相關大陸網站一定查得到。
2007年10月16日 星期二
VirtualBox
VirtualBox 類似 VMware 軟體,支援多國語系(不過目前只支援簡體),個人版是免費的,目前可供下載安裝的版本。
- VirtualBox 1.5.0 for Windows hosts x86 AMD64 (only on Windows x64!)
- VirtualBox for OS X Hosts (Beta 2; Intel Macs only)
- VirtualBox 1.5.0 for Linux Hosts:
- Ubuntu 7.04 ("Feisty Fawn") i386 AMD64
- Ubuntu 6.10 ("Edgy Eft") i386
- Ubuntu 6.06 LTS ("Dapper Drake") i386
- Debian 4.0 ("Etch") i386 AMD64
- Debian 3.1 ("Sarge") i386
- Univention Corporate Server 1.3-2 instructions
- openSUSE 10.2 i386 AMD64
- SUSE Linux Enterprise Server 10 (SLES10) i386 AMD64
- Fedora 7 ("Moonshine") i386 AMD64
- Fedora 6 ("Zod") i386
- Mandriva 2007.1 i386
- Red Hat Enterprise Linux 5 ("RHEL5") i386 AMD64
- Red Hat Enterprise Linux 4 ("RHEL4") i386
- Xandros Desktop 4.1 i386
- All distributions i386 AMD64
官方網址:http://www.virtualbox.org/
改天再好好測測與VMware差別
2007年10月4日 星期四
Oracle 常用指令
Oracle 常用指令:
1、listen 指令
#lsnrctl start
#lsnrctl status
#lsnrctl stop
2、EM指令
#emctl start dbconsole
#emctl status dbconsole
#emctl stop dbconsole
3、isqlplus 指令
#isqlplusctl start
#isqlplusctl stop
4、連線SQLPLUS
#sqlplus /nolog
SQL>connect ID/PW@SID(資料庫名字) as sysdba(資料庫權限)
5、開啟資料庫 sqlplus指令
SQL>startup nomount
SQL>startup mount
SQL>startup open
SQL>alter startup mount
SQL>alter startup open
6、關閉資料庫 sqlplus指令
SQL>shutdown normal
SQL>shutdown transaction
SQL>shutdown immediate
SQL>shutdown abort
7、連線RMAN
本機
#rman target sys/oracle
RMAN>
另一方式
#rman
RMAN>connect target sys/oracle
client 機
#rman target sys/oracle@SID
8、變換database參數
#export ORACLE_SID=資料庫名字
訂閱:
意見 (Atom)