Monthly Archives: June 2010

Oracle runInstaller – CreateOUIProcess(): 13 : Permission denied

It is lack of execute permission on filesystem or device when we see Oracle runInstaller die there:…Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-0*-**-**-52-53PM. Please wait …Error in CreateOUIProcess(): 13: Permission deniedWorkaround? easy, $ export TMP=$HOME/tmp, then resume it without … Continue reading

Posted in Installation | 1 Comment

Submit Form with Perl for ASP.NET web sites – workaround __dopostback

ASP.NET made a lot change in HTML form. A typical example is __dopostback function. It try to force you to submit form by your hand. However, Perl can easily workaround it. Let us started from capture those ASP.NET stuff, well, … Continue reading

Posted in Perl | Leave a comment

Revoking Privileges Granted to PUBLIC – it blocks PORTAL patch

  Although Oracle recommend revoke those execute privileges which are reset for publicc after applying patchset (metalink  ID 390225.1), it will blocks other oracle product , well, PORTAL patch for Oracle AS10g in our case.   privileges are reset for publicc … Continue reading

Posted in Oracle Fusion Middleware | Leave a comment