Categories
General oracle

Steps to configure Weblogic proxy plugin in IIS6.0

To configure weblogic Proxy plugin in IIS6.0 we need to have mainly two dll’s (iisforward.dll & iisproxy.dll) and iisproxy.ini in the same folder. The mentioned dll’s  (iisforward.dll & iisproxy.dll) are available with the weblogic installation folder. My environment details Microsoft windows server 2003(32bit) IIS6.0 Weblogic 10.3.6 In my setup the dll’s was available in the below location for […]

Categories
technews

How to get Pre-configured developer VMs?

Oracle gives pre configured Virtual machines, which can be configured in there free Oracle virtual box visualization software. Oracle has  packed development tools into Oracle Virtual box VM appliances that we can download, install and experience.  Import the free downloaded files into Oracle virtual Box and get started. Some of these VMs are designed to […]

Categories
technews

Oracle is bringing back Java time zone updating tool

Oracle is bringing back Java time zone updating tool and has reversed a decision it made to remove the “tzupdater” tool from public download. The tool is used to update Java’s internal time zone database and allows users to adjust Java installations so they reflect correct timezones from around the world. Oracle had decided to remove the “tzupdater” […]

Categories
Databases Errors Linux oracle

ORA-00845: MEMORY_TARGET not supported on this system

Getting ORA-00845: MEMORY_TARGET not supported on this system, while trying to start a database. Error sql> startup ORA-00845: MEMORY_TARGET not supported on this system Reason: This is a very common error which you might face while starting up your oracle database. This happens when your system is out of temporary storage. While starting up the […]

Categories
Databases Errors oracle

ORA-01034: ORACLE Not Available

What to do when we get  errors  like ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist. Solution: The ORA-01034 is  simple error, it means that your database is down!  Oracle oerr utility notes this about the ORA-01034 error: ORA-01034: ORACLE not available Cause:  Oracle was not started up. Possible causes include the […]