星期四, 七月 16, 2009

sqlldr 关键词详解

节录重要部分 详情请见:
http://camden-www.rutgers.edu/help/Documentation/Oracle/server.815/a67792/ch06.htm
sqlldr ... Valid Keywords:
userid -- Oracle username/password control -- Control file name log -- Log file name bad -- Bad file name data -- Data file name discard -- Discard file name discardmax -- Number of discards to allow (Default all) skip -- Number of logical records to skip (Default 0) load -- Number of logical records to load (Default all) errors -- Number of errors to allow (Default 50) rows -- Number of rows in conventional path bind array or between direct path data saves (Default: Conventional Path 64, Direct path all) bindsize -- Size of conventional path bind array in bytes (System-dependent default) silent -- Suppress messages during run (header, feedback, errors, discards, partitions, all) direct -- Use direct path (Default FALSE) parfile -- Parameter file: name of file that contains parameter specifications parallel -- Perform parallel load (Default FALSE) readsize -- Size (in bytes) of the read buffer file -- File to allocate extents from

Using Command-Line Keywords

Keywords are optionally separated by commas. They are entered in any order. Keywords are followed by valid arguments.

For example:

SQLLDR CONTROL=foo.ctl, LOG=bar.log, BAD=baz.bad, DATA=etc.dat     USERID=scott/tiger, ERRORS=999, LOAD=2000, DISCARD=toss.dis,    DISCARDMAX=5

星期三, 七月 15, 2009

zz msn無法登入,惱人的810030d 以及81000306 解決方法

http://blog.xuite.net/jackcloud/flyingv/23048209

使用版本msn 9.0,作業環境是XP sp3。安裝好msn9.0後某天突然就無法登入.. 顯示錯誤碼是810030d,不論試了多少次或是重新安裝,都無法順利登入,後來只好先移除掉換回msn 8.5 (方法之一),同時也在尋找解決方式,後來在網路上找到一些方法,順利解決掉8100030d的問題!
解決方式有數種,我每種都有做..orz,分述如下:
用記事本打開 C:\WINDOWS\system32\drivers\etc\hosts 檔案,在最下方加入下列2行:65.54.239.80 messenger.hotmail.com65.54.239.80 dp.msnmessenger.akadns.net存檔後退出記事本。

關掉MSN把C:\Documents and Settings\Your Windows logon name\Local Settings\ApplicationData\Microsoft\Windows Live Contacts\{cc一堆亂碼的資料夾}\DBStore\LogFiles裡的edb這個文件砍掉,然後開MSN就好了。(edb後面有數字的不要砍,否則自己跟朋友之前的顯示名稱都會不見)然後回我的電腦->工具->資料夾選項->檢視-> 改回原來的設定
一般正常狀況8100030d至此會順利排除掉,不過我卻又接著發生了81000306的情況= =,剛好兩個最主要無法登入的錯誤代碼都讓我給遇上了...無言,也是又找了一些解決方法,目前試過有效的就是清除DNS chache,遇到此問題的朋友不妨試試看。
在windows視窗選擇 開始→執行,在執行視窗中輸入cmd 之後再按下Enter鍵。接著在視窗中輸入ipconfig/flushdns 指令再按下〔Enter〕(此指令為清除DNS快取)。