Archives
-
Javascript not working or stopped working
Tweet Problem Statement: Sometimes users may find that all Javascript codes stop working in Internet Explorer or any other browsers. Even after clicking on links with javascript code might not do any action and page will remain as it is. This could be caused by many reasons. Cause-1: Sometimes accidentally Javascript Dynamic Linked Library (DLL) [...]
-
Can’t find script engine “VBScript” for script
Tweet Problem Statement: Sometimes Windows users start getting following error while executing certain programs or even when starting windows. Can’t find script engine “VBScript” for script <script_name>.vbs Cause: This error occurs mainly because your VBScript Dynamic Linked Library (DLL) VBScript.dll accidentally gets unregistered due to uninstall of certain non-standard programs Solution: Click Start->Run->Type “regsvr32 VBScript” -> [...]
-
Complete list of ALL ORA errors
Tweet Though it is easy to find any Oracle error through google, ORA Training presents complete list of all ORA errors in single downloadable file for handy reference in situations where you may not have internet access. Save it for your reference. List of ALL ORA- Errors:
Comments OffAug 16th, 2010 | Filed under Oracle -
Installing Oracle Applications (eBusiness Suite) Release 12 on Solaris
Tweet Let us consider we are installing Oracle eBusiness Suite Release 12 (12.1.1) on Sun Solaris 10 on SPARC 64 bit platform. First of all following pre-requisites must be checked at the Operating System level. Packages SUNWarc SUNWbtool SUNWcsl SUNWhea SUNWi15cs SUNWi1cs SUNWi1of SUNWlibC SUNWlibm SUNWlibms SUNWsprot SUNWtoo SUNWuiu8 SUNWulcf SUNWxwfnt Patches 125100-04 or [...]
May 3rd, 2010 | Filed under Installing Oracle Applications, Oracle, Oracle Applications, Oracle Applications DBA, Oracle Applications issues -
Operating Systems Endian formats for migrating databases across platforms
Tweet Nowadays DBAs face requirements for migrating databases across different platforms like from Windows to Linux or Solaris or vice versa. While doing this we would require to use transportable tablespaces or cross-platform transportable tablespaces. In order to decide whether the migration would be simple or will involve file conversion, following command is used to [...]