Monthly Archives: November 2007

PostgreSQL: Installing “failed to set permissions” on windows XP

Here time to test some advanced features on PostgreSQL, well, download 8.2.5 from their website. *.msi good, click to install.but got error on my screen: "Failed to set PErmissions on the installed files Please see the log file in ***tmppgperm.log". … Continue reading

Posted in PostgreSQL | Leave a comment

IBM TSM backup: errno = 106

Here problem when I found:RMAN> run {2> allocate channel t1 type ‘sbt_tape’      parms ‘ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)’;3> backup current controlfile;4> } released channel: ORA_DISK_1RMAN-00571: ===========================================================RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============RMAN-00571: ===========================================================RMAN-03009: failure of allocate command on t1 channel at 11/19/2007 10:47:05ORA-19554: error … Continue reading

Posted in Backup | Leave a comment

RMAN-20035: invalid high recid

" It was messed up in RMAN catalog database " if following 2 things mixed.1) restored old controlfile from old backup AND 2) forget ‘OPEN RESETLOGS’ you will get error just like what I got here: > rman target / … Continue reading

Posted in Oracle database | Leave a comment

Perl: PPM4 GUI is good but weird

well, it is always a good thing to know PPM (Perl Package Manager) begin to work with GUI instead of command line (I like it anyway). Looks weired for me who used to search/install modules by c:>ppm or $perl -MCPAN … Continue reading

Posted in Perl | Leave a comment

Perl: usage on command line

perl -i -n -e ‘print $_ unless /^perl DST/;’ `ls -al daily*script* |awk ‘{print $9}’`if you don’t understand what i am doing, you can just get it from http://www.perl.com/pub/a/2004/08/09/commandline.html?page=2

Posted in Perl | Leave a comment

OracleAS: unlock ‘cn=orcladmin’

"javax.naming.OperationNotSupportedException: [LDAP: error code 53 – Password Policy Error :9001: cn=orcladmin : Your account is locked. Please contact the Administrator.] java.lang.Exception: Error Connecting to the OiD Server <BR>Login not Sucessful <BR> javax.naming.Operati…." hehe, just run following command:oidpasswd connect=mydb unlock_su_acct=trueOID DB … Continue reading

Posted in Oracle Fusion Middleware | Leave a comment

‘clubbed to death’ got abused?

It is really funny when you saw different non-related things are assigned with the same scheme, yeah, but it did happened. Here the whole story:last night, I just browsed videos at youtube.com for some Jeep owner, wow, a poor guy … Continue reading

Posted in Entertainment | Leave a comment