-
2008-09-19 11:18:49 / 站务管理
This problem started to happen lately. When I tried to reply to others' private messages, I got the error:Discuz! info: MySQL Query ErrorUser: Yong HuangTime: 2008-9-18 9:13pmScript: /pm.phpSQL: INSERT INTO pms (msgfrom, msgfromid, msgtoid, folder, new, subject, dateline, messag
查看(105)
评论(1)
-
2008-05-01 03:47:52 / Oracle专题深入讨论
There're many articles on the Internet that talk about cracking Oracle passwords, i.e., retrieving clear text password from the password hash (dba_users.password). Has anybody done this? From time to time, we have a legitimate use of this. Sometimes our application teams forget their passwords an
查看(678)
评论(2)
-
2008-05-01 02:39:01 / Oracle专题深入讨论
This is interesting. Read the second paragraph.http://www.freelists.org/archives/oracle-l/04-2008/msg00877.htmlYong Huang
查看(520)
评论(0)
-
2008-04-21 00:35:35 / Oracle专题深入讨论
I've been thinking of this for some time. Ever since Oracle started to write some code in Java, I suppose we're offered agreat opportunity to study Oracle internals by taking advantage of the fact that Java is easily disassembled. Unlike machine dependent assembly code, Java byte code is fairly
查看(758)
评论(6)
-
2008-04-15 03:46:22 / Oracle专题深入讨论
It should be around 3:30am Beijing time. Posting a message to itpub.net exposed MySQL code used by the web site. I gradually stripped more and more backslashes in my message and got it posted. Unfortunately, more than one message was posted, and I don't have a way to delete duplicate postings. So
查看(421)
评论(0)
-
2008-04-15 03:06:29 / Oracle专题深入讨论
Has anybody used expdp specifying both flashback_xxx (where xxx is either timestamp or scn) and network_link which links to the source database that has a lot of DML activity? In the past, we would use:exp username/password@sourcedb consistent=yNow I want to try data pump. Thinking consis
查看(637)
评论(2)
-
2008-04-10 06:06:21 / Oracle专题深入讨论
On both our 10.2.0.2 and 10.2.0.4 RAC (RH Linux), cursor_sharing is shown as force in gv$parameter but exact in gv$spparameter for all instances. dba_hist_parameter only has the value exact. Even though the value force exists in gv$parameter, isdefault is TRUE. But ismodified is MODIFIED (isadjus
查看(920)
评论(11)