Oracle 10g instalattion on new server

I need to install Oracle Database Satnadard 10g on my new server Dell PowerEdge 2900.
First I need to install the LINUX on it, can any tell me what is the best for the Oracle DB:
- RedHat ES or Suse 9 or Suse 10, I work with slackware in preasent time.
- ext3 or reiserfs ist best for DB
- how I can make partitions for Linux and Oracle
Oracle 10g Standard Edition
Processor 2 GHz dual-core xeon
Memory 2 GB Ram
Storage controller Perc5i
Hard Disk 76 GB X 6 10K Hot swap
I think about:
suse 10
ext3
2 x HDD on system in raid 0
4 x HDD on oracle in raid 1+0
partition: /boot, swap, /, /var, /usr, /home,
swap 2MB

RedHat ES or Suse 9 or Suse 10, I work with slackware in preasent time.RHEL 4 is simple and there is TONS of info on installing/supporting Oracle on it. I would use that.
ext3 or reiserfs ist best for DBActually, this might surprise you but for the Oracle stuff you might want to use plain old ext2. Journaling on tablespace files (and redo logs) isn't so much fun. Use ext3 for your root partition though.
how I can make partitions for Linux and OracleI would do /, /tmp, and /oracle at a minimum. If this is going to be an Oracle server and not something people have shell access to, you don't need /boot, /home, /var, and /usr to be separate partitions.
Storage controller Perc5iDoes the perc5i allow more than 4 disks per volume? If so, do 6xHDD on a RAID10. Otherwise, to 2xHDD on a RAID1 for / and /tmp and do 4xHDD in a RAID10 for /oracle.
~Jer

Similar Messages

  • When will Oracle 10g/11g support Windows Server 2008 and AIX6.1

    Hi all
    I'm sorry if I post it in a wrong place... But I really want to know when will Oracle 10g/11g support Windows Server 2008 and AIX 6.1?
    I've searched in metalink but found nothing useful. Is there anybody can give me a link of Oracle's roadmap for platform support?
    Thanks!

    Oracle does not announce release dates and neither
    does any other software company.But Oracle does have a very good track record of supporting their products on new windows releases extremely close to the windows release date. Clearly they can't support on an unreleased platform though. Given that the launch of Server 2008 isn't even complete worldwide yet (19th March in the UK for example) it would seem that this enquiry is a little premature.
    Niall Litchfield
    http://www.orawin.info/

  • Installation of oracle 10g by window 2000 Server or Window XP professional

    Dear all
    Did you tried installatin of oracle 10g in Window 2000 Server and/or Window XP professional
    installation on which one will be more reliable and stable?
    As I am choosing which OS will be better as a Server
    please help
    Francis SZE

    I don't think XP professional would be recommended as server.
    would be better if you use 2000 Server or best if you use 2003 if you like windows environment
    cheers

  • Error: SAP installation of ERP Sr3 with ORACLE 10g on Windows 2008 server

    Dear all,
    while installaing SAP ERP SR3 with ORACLE 10g on windows 2008 server...
    we are getting error as not support.
    please confirm wether this version of OS is uspported or not.
    thanking you in all,
    by
    Animesh

    actualy we tried to change Oraparam.ini file in the installation folder...
    edited ...  windows= 5.0, 5.1, 6.0
    we had entered 6.0
    Yes - that is necessary.
    and started ... but after starting we are getting ERROR like unKNOWN and installation popup (OUI popup) exiting with .. error popup.
    Yes - because Oracle delivers its own Java version - which is too old to run on Windows 2008.
    if you suggest us to use 2003 64 bit for temporaray .... purpose.
    and is there any specified procedure to UPgrade OS.
    like... DB should be updated before OS upgradation.
    You can run 10.2.0.4 on Windows 2003 x64 nicely and upgrade to Windows 2008. Since there is no "upgrade" (it is the highest version supported) there´s no need to do anything.
    The question you have to ask is:
    Why do you need Windows 2008? Is there any technical implication?
    Markus

  • Access oracle 10g standard edn one server from oracle 10g exp edn clnt

    Hi,
    I have installed Oracle 10g standard edition one server. I am trying to access the database through oracle 10g express client. i am not able to configure the connection string. is it possible to connect from express edition client to standard edition database server.
    thanks
    ajith

    is it possible to connect from express edition client to standard edition database server.Yes, of course.
    i am not able to configure the connection string.You don't need any. Try
    sqlplus username/password@<server name or IP address>/<service name>example :
    C:\>sqlplus test/[email protected]/db102
    SQL*Plus: Release 10.2.0.1.0 - Production on Lun Lug 27 14:05:25 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connesso a:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>

  • What i need to have to run oracle 10g on win 2000 server.

    hi,
    I want to install oracle 10g on win 2000 server,what should I need to do to install oracle 10g.
    thanks Alok kumar

    Hi...
    Try check http://tahiti.oracle.com
    There are complete documentation and also installation guide for Windows where pre-requisites are included.

  • Creating a connection pool using Oracle 10g, Sun ONE Application Serve 8.1

    Has any one succesfully configured Oracle 10g to work with Sun ONE Application Server 8.1 on Windows 2000 server service pack 4? I am embarking on a new J2EE project and I need to configure it as soon as possible.

    I haven't done it myself on that particular service pack, but I don't see why it should be any different than configuring a connection pool on other vanilla win2k/other OSes.
    Would you please try and let this forum know?
    thanks.

  • Install oracle 10g on windows 2003 server issues

    I am very new to oracle
    I installed oracle 10g release 2 Enterprise Edition on a Win 2003 Server.
    I got all oracle services running after install
    But I can not connect to the database from another machine which is on the same domain
    I set USE_SHARED_SOCKET =TRUE under HKEY_LOCAL_MACHINE/Software/Oracle/HOME
    (as I learned from the forum)
    I turned off windows firewall (or with the firewall turned on add port 1521 to Exceptions list) .
    I restarted listener serivces and I even reboot the machine Still I can not connect to the database from another machine.
    What am doing wrong here?
    We are on a tight schedule now any help will be very appriciated.

    Firewall-related problems normally throw ORA-12535, not ORA-12170 (the message a timeout occurred is the same). Description for this error is:
    Error:     ORA-12170 (ORA-12170)
    Text:     TNS:Connect timeout occurred
    Cause:     The server shut down because connection establishment with a
         client failed to complete within the allotted time interval. This
         may be a result of network/system delays; or this may indicate
         that a malicious client is trying to cause a Denial of Service
         attack on the server.
    Action:     If the error occurred because of a slow network/system,
         reconfigure the SQLNET.INBOUND_CONNECT_TIMEOUT parameter in
         sqlnet.ora to a larger value. If a malicious client is suspected,
         use the address in sqlnet.log to identify the source and restrict
         access. Note that logged addresses may not be reliable as they can
         be forged (e.g. in TCP/IP).
    Hostname in listener.ora has a domain included, while in tnsnames.ora has not. Y Can you ping the host? Does tnsping work? To get more detailed informations you may turn on tracing on the client side (in sqlnet.ora) and the server sid (in listener.ora).
    Werner

  • In Oracle 10g, iSQL* Plus Application Server is not starting

    I have Windows XP OS, installed Oracle 10g.
    But Finally OracleOraDb10g_home1iSQL*Plus is not starting.
    I had looked in windows services OracleOraDb10g_home1iSQL*Plus status is in Starting. Not Starting
    How to solve this problem, Because two or three client systems want to access this oracle iSQL*Plus through browser.
    Not Working

    I Tried this:
    C:\oracle\product\10.1.0\db_1>%ORACLE_HOME%\jdk\bin\java.exe -Djava.awt.headless
    =true -Xrs -Doracle.oc4j.localhome=%ORACLE_HOME%\sqlplus -Djava.security.propert
    ies=%ORACLE_HOME%\oc4j\j2ee\home\config\jazn.security.props -jar %ORACLE_HOME%\o
    c4j\j2ee\home\oc4j.jar -config %ORACLE_HOME%\oc4j\j2ee\isqlplus\config\server.xm
    l
    05/11/20 12:49:54 Copying default deployment descriptor from archive at C:\oracl
    e\product\10.1.0\db_1\oc4j\j2ee\oc4j_applications\applications\isqlplus/META-INF
    /orion-application.xml to deployment directory C:\oracle\product\10.1.0\db_1\oc4
    j\j2ee\isqlplus\application-deployments\isqlplus...
    05/11/20 12:49:54 Auto-deploying isqlplushelp (New server version detected)...
    05/11/20 12:49:55 Auto-deploying file:/C:/oracle/product/10.1.0/db_1/oc4j/j2ee/h
    ome/applications/dms0/ (New server version detected)...
    05/11/20 12:49:55 Auto-deploying file:/C:/oracle/product/10.1.0/db_1/oc4j/j2ee/h
    ome/default-web-app/ (New server version detected)...
    05/11/20 12:49:55 Auto-deploying file:/C:/oracle/product/10.1.0/db_1/oc4j/j2ee/h
    ome/applications/dms/ (New server version detected)...
    05/11/20 12:49:55 Copying default deployment descriptor from archive at C:\oracl
    e\product\10.1.0\db_1\oc4j\j2ee\oc4j_applications\applications\isqlplus\isqlplus
    /WEB-INF/orion-web.xml to deployment directory C:\oracle\product\10.1.0\db_1\oc4
    j\j2ee\isqlplus\application-deployments\isqlplus\isqlplus...
    05/11/20 12:49:55 Auto-deploying iSQL*Plus (New server version detected)...
    05/11/20 12:49:55 Auto-deploying file:/C:/oracle/product/10.1.0/db_1/oc4j/j2ee/o
    c4j_applications/applications/isqlplushelp/isqlplushelp/ (New server version det
    ected)...
    05/11/20 12:50:00 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    initialized
    what happened means for 15 minutes, it does not process itself. So i gave
    ^C
    Still It is not started

  • Pfile parameter configuration in oracle 8i according for new server

    Hi Expert,
    please help me about my question
    my configuration is
    OS win2003 32 bit
    ram 3gb
    database size=80gb
    oracle 8i
    db_block_buffers=122880
    shared_pool_size=419430400
    large_pool_size =24576000
    log_buffer=104857600
    db_block_size=8192
    sort_area_size=5242880
    sort_area_retained_size=5242880
    **now i have server with following configuration**
    ram 64 GB
    database size 80 GB
    processor 2.13 ghz with 8 CPU
    how to configure following parameter
    db_block_buffers=?
    shared_pool_size=?
    large_pool_size =?
    log_buffer=?
    db_block_size=?
    sort_area_size=?
    sort_area_retained_size=?

    Hi,
    how to configure following parameter
    db_block_buffers=?
    shared_pool_size=?
    large_pool_size =?
    log_buffer=?
    db_block_size=?
    sort_area_size=?
    sort_area_retained_size=?
    You can follow my below action plan
    1) Why you want to go to new server?
    Is the DB was slow? --> if yes then you need to run your application with new server
    2) if its 9i or 10g and then run the advisory and check for estimated physical read for db_cache_size
    3) Is it shared_Pool then you need to check shared_pool advisory section and similarly for large_pool_size etc..
    according to me you can decide the size of memory structure only after running your application with database.
    After migration, please collect the system stats
    Kind Regards,
    Rakesh Jayappa

  • Oracle 10g crashes Windows 2003 server (bluescreen)

    Hello,
    i have a problem that Oracle 10G crashes my Windows 2003 Server. All components are up-to-date and it is a certified system setup. The database worked well for months, but three days ago when our staff went to a workshop, I shut down the machine, and when we came back yesterday I just powered it up again (no changes have been done in the meantime).
    The boot procedure ended up at a bluescreen, I tried two more times with the same result. I was able to deactivate many services to narrow down the error cause. It came out that the starting of the OracleDBConsoleorcl service causes the bluescreen :
    BAD_POOL_CALLER 0x000000C2 (0x00000044,0x00000000,0x80000000,0x00000000) . This is re-producable, I just have to switch on that service and it will bluescreen the machine.
    The strange thing is, that the OracleServiceORCL is working fine, I can even use SQL-Plus and RMAN to get to the data, but without the OracleDBConsoleorcl the Enterprise manager doesnt work anymore, and our applications also cannot connect to the database. I´ve looked up the error on google, it seems to be an error in addressing memory. Anyway, the database worked fine for weeks and I wonder why I cant get it back into business anymore. Right now, i´m lost. Anybody know what to do with this error ?

    It turned out to be an error in the Windows 2003 OS-Kernel. Every install/uninstall of programs immediately leads to a bluescreen. Luckily, this can be solved with a hotfix from microsoft (you gotta email them to get it, it is not public yet). The corresponding article in the microsoft knowledge base is http://support.microsoft.com/default.aspx?scid=kb;en-us;888431
    It will install a new ntoskrnl.exe and the problem is solved afterwards (oracle DB starts again, and also the other install/uninstall problems are solved). Hint : Boot to safe mode and then install the hotfix, if you just start the hotfix it will bluescreen right when you click onto the hotfix.

  • Weblogic 81sp5 Spring Oracle 10G Hibernate 3.0 server crash windows xp

    I was using weblogic 81sp5, Spring, hibernate 3 and Oracle 9i and everything was fine. I upgraded to Oracle 10G, and now with the execution of the second SQL statement my server is crashing with the following error. Any help would be appreciated.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x61D4894C
    Function=xaolog+0x6294
    Library=c:\ora10g\bin\OraClient10.Dll
    Current Java thread:
    at oracle.jdbc.driver.T2CStatement.t2cParseExecuteDescribe(Native Method)
    at oracle.jdbc.driver.T2CPreparedStatement.executeForDescribe(T2CPreparedStatement.java:518)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1037)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1132)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3316)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3361)
    - locked <0x101ae1d8> (a oracle.jdbc.driver.T2CPreparedStatement)
    - locked <0x113fe928> (a oracle.jdbc.driver.T2CConnection)
    at weblogic.jdbc.wrapper.PreparedStatement.executeQuery(PreparedStatement.java:124)
    at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:139)
    at org.hibernate.loader.Loader.getResultSet(Loader.java:1669)
    at org.hibernate.loader.Loader.doQuery(Loader.java:662)
    at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
    at org.hibernate.loader.Loader.loadEntity(Loader.java:1785)
    at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:93)
    at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:81)
    at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:2730)
    at org.hibernate.event.def.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:365)
    at org.hibernate.event.def.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:346)
    at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:123)
    at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:82)
    at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:891)
    at org.hibernate.impl.SessionImpl.immediateLoad(SessionImpl.java:849)
    at org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyInitializer.java:62)
    at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(AbstractLazyInitializer.java:98)
    at org.hibernate.proxy.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:158)
    at com.erac.vaa.vincent.domain.poc.Manufacturer$$EnhancerByCGLIB$$bbc19d25.toString(<generated>)
    at org.springframework.beans.BeanUtils.copyProperties(BeanUtils.java:461)
    at org.springframework.beans.BeanUtils.copyProperties(BeanUtils.java:399)
    at com.erac.vaa.vincent.services.poc.ManufacturerServiceImpl.toManufacturerDto(ManufacturerServiceImpl.java:75)
    at com.erac.vaa.vincent.services.poc.ManufacturerServiceImpl.load(ManufacturerServiceImpl.java:35)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:287)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:181)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176)
    at $Proxy9.load(Unknown Source)
    at com.erac.vaa.vincent.view.controllers.poc.ManufacturerController.displayOne(ManufacturerController.java:107)
    at com.erac.vaa.vincent.view.controllers.poc.ManufacturerController.handleGet(ManufacturerController.java:144)
    at com.erac.vaa.vincent.view.controllers.poc.ManufacturerController.execute(ManufacturerController.java:63)
    at com.erac.riskmgmt.arch.struts.action.AbstractBindingAction.processInvoke(AbstractBindingAction.java:861)
    at com.erac.riskmgmt.arch.struts.action.AbstractBindingAction.execute(AbstractBindingAction.java:484)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.erac.vaa.vincent.view.filters.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:104)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:77)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.erac.vaa.vincent.view.filters.AuthenticationFilter.doFilterInternal(AuthenticationFilter.java:92)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:77)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6987)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    Dynamic libraries:
    0x00400000 - 0x0040B000 C:\bea81sp5\jdk142_08\bin\javaw.exe
    0x7C900000 - 0x7C9B0000 C:\WINDOWS\system32\ntdll.dll
    0x7C800000 - 0x7C8F4000 C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E6B000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77E70000 - 0x77F01000 C:\WINDOWS\system32\RPCRT4.dll
    0x7E410000 - 0x7E4A0000 C:\WINDOWS\system32\USER32.dll
    0x77F10000 - 0x77F57000 C:\WINDOWS\system32\GDI32.dll
    0x77C10000 - 0x77C68000 C:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08138000 C:\bea81sp5\jdk142_08\jre\bin\client\jvm.dll
    0x76B40000 - 0x76B6D000 C:\WINDOWS\system32\WINMM.dll
    0x10000000 - 0x10007000 C:\bea81sp5\jdk142_08\jre\bin\hpi.dll
    0x00830000 - 0x0083E000 C:\bea81sp5\jdk142_08\jre\bin\verify.dll
    0x00840000 - 0x00859000 C:\bea81sp5\jdk142_08\jre\bin\java.dll
    0x00860000 - 0x0086E000 C:\bea81sp5\jdk142_08\jre\bin\zip.dll
    0x02B60000 - 0x02B7C000 C:\bea81sp5\jdk142_08\jre\bin\jdwp.dll
    0x00940000 - 0x00945000 C:\bea81sp5\jdk142_08\jre\bin\dt_socket.dll
    0x71AB0000 - 0x71AC7000 C:\WINDOWS\system32\ws2_32.dll
    0x71AA0000 - 0x71AA8000 C:\WINDOWS\system32\WS2HELP.dll
    0x55600000 - 0x55631000 C:\Program Files\Microsoft Firewall Client 2004\FwcWsp.dll
    0x77120000 - 0x771AC000 C:\WINDOWS\system32\OLEAUT32.dll
    0x774E0000 - 0x7761D000 C:\WINDOWS\system32\ole32.dll
    0x71A50000 - 0x71A8F000 C:\WINDOWS\System32\mswsock.dll
    0x76F20000 - 0x76F47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76FB0000 - 0x76FB8000 C:\WINDOWS\System32\winrnr.dll
    0x76F60000 - 0x76F8C000 C:\WINDOWS\system32\WLDAP32.dll
    0x662B0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71A90000 - 0x71A98000 C:\WINDOWS\System32\wshtcpip.dll
    0x77F60000 - 0x77FD6000 C:\WINDOWS\system32\SHLWAPI.dll
    0x773D0000 - 0x774D3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    0x5D090000 - 0x5D12A000 C:\WINDOWS\system32\comctl32.dll
    0x76FC0000 - 0x76FC6000 C:\WINDOWS\system32\rasadhlp.dll
    0x071A0000 - 0x071AF000 C:\bea81sp5\jdk142_08\jre\bin\net.dll
    0x07540000 - 0x07548000 C:\bea81sp5\jdk142_08\jre\bin\nio.dll
    0x07550000 - 0x07556000 C:\bea81sp5\jdk142_08\jre\bin\ioser12.dll
    0x62F00000 - 0x62F13000 C:\ora10g\BIN\ocijdbc10.dll
    0x07D30000 - 0x07D88000 c:\ora10g\bin\OCI.dll
    0x7C340000 - 0x7C396000 C:\WINDOWS\system32\MSVCR71.dll
    0x76BF0000 - 0x76BFB000 C:\WINDOWS\system32\PSAPI.DLL
    0x61C20000 - 0x61E76000 c:\ora10g\bin\OraClient10.Dll
    0x60870000 - 0x60957000 c:\ora10g\bin\oracore10.dll
    0x60A80000 - 0x60B46000 c:\ora10g\bin\oranls10.dll
    0x63690000 - 0x636A8000 c:\ora10g\bin\oraunls10.dll
    0x60EB0000 - 0x60EB7000 c:\ora10g\bin\orauts.dll
    0x636B0000 - 0x636B6000 c:\ora10g\bin\oravsn10.dll
    0x60FA0000 - 0x61092000 c:\ora10g\bin\oracommon10.dll
    0x08940000 - 0x08FA2000 c:\ora10g\bin\orageneric10.dll
    0x63430000 - 0x63457000 c:\ora10g\bin\orasnls10.dll
    0x63750000 - 0x638BF000 c:\ora10g\bin\oraxml10.dll
    0x07DA0000 - 0x07DB1000 C:\WINDOWS\system32\MSVCIRT.dll
    0x60960000 - 0x60A7E000 c:\ora10g\bin\oran10.dll
    0x62740000 - 0x6277D000 c:\ora10g\bin\oranl10.dll
    0x62790000 - 0x627A6000 c:\ora10g\bin\oranldap10.dll
    0x627F0000 - 0x628FC000 c:\ora10g\bin\orannzsbb10.dll
    0x62530000 - 0x625A3000 c:\ora10g\bin\oraldapclnt10.dll
    0x62670000 - 0x6268B000 c:\ora10g\bin\orancrypt10.dll
    0x71AD0000 - 0x71AD9000 C:\WINDOWS\system32\WSOCK32.dll
    0x76D60000 - 0x76D79000 C:\WINDOWS\system32\iphlpapi.dll
    0x62920000 - 0x6296D000 c:\ora10g\bin\oranro10.dll
    0x626B0000 - 0x626B7000 c:\ora10g\bin\oranhost10.dll
    0x62660000 - 0x62666000 c:\ora10g\bin\orancds10.dll
    0x629C0000 - 0x629C8000 c:\ora10g\bin\orantns10.dll
    0x60B50000 - 0x60EA8000 c:\ora10g\bin\orapls10.dll
    0x07DC0000 - 0x07DC9000 c:\ora10g\bin\oraslax10.dll
    0x63080000 - 0x63284000 c:\ora10g\bin\oraplp10.dll
    0x61ED0000 - 0x61F67000 c:\ora10g\bin\orahasgen10.dll
    0x62AB0000 - 0x62B1E000 c:\ora10g\bin\oraocr10.dll
    0x62B20000 - 0x62B63000 c:\ora10g\bin\oraocrb10.dll
    0x5B860000 - 0x5B8B4000 C:\WINDOWS\system32\NETAPI32.dll
    0x62980000 - 0x62990000 c:\ora10g\bin\orantcp10.dll
    0x63520000 - 0x635BA000 c:\ora10g\bin\orasql10.dll
    0x77FE0000 - 0x77FF1000 C:\WINDOWS\system32\Secur32.dll
    0x5AD70000 - 0x5ADA8000 C:\WINDOWS\system32\uxtheme.dll
    0x74720000 - 0x7476B000 C:\WINDOWS\system32\MSCTF.dll
    0x09300000 - 0x09305000 C:\bea81sp5\weblogic81\server\bin\stackdump.dll
    0x09310000 - 0x09315000 C:\bea81sp5\weblogic81\server\bin\wlntio.dll
    0x76C90000 - 0x76CB8000 C:\WINDOWS\system32\imagehlp.dll
    0x59A60000 - 0x59B01000 C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C08000 C:\WINDOWS\system32\VERSION.dll
    Heap at VM Abort:
    Heap
    def new generation total 2496K, used 1836K [0x10010000, 0x102c0000, 0x104f0000)
    eden space 2240K, 74% used [0x10010000, 0x101b1d48, 0x10240000)
    from space 256K, 64% used [0x10240000, 0x10269300, 0x10280000)
    to space 256K, 0% used [0x10280000, 0x10280000, 0x102c0000)
    tenured generation total 32188K, used 18578K [0x104f0000, 0x1245f000, 0x14010000)
    the space 32188K, 57% used [0x104f0000, 0x11714890, 0x11714a00, 0x1245f000)
    compacting perm gen total 31744K, used 31580K [0x14010000, 0x15f10000, 0x18010000)
    the space 31744K, 99% used [0x14010000, 0x15ee7008, 0x15ee7200, 0x15f10000)
    Local Time = Fri Apr 20 12:43:16 2007
    Elapsed Time = 941
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    # An error report file has been saved as hs_err_pid3592.log.
    # Please refer to the file for further information.

    F Hesser wrote:
    I was using weblogic 81sp5, Spring, hibernate 3 and Oracle 9i and everything was fine. I upgraded to Oracle 10G, and now with the execution of the second SQL statement my server is crashing with the following error. Any help would be appreciated.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x61D4894C
    Function=xaolog+0x6294
    Library=c:\ora10g\bin\OraClient10.DllHi. The final one-time solution to this otherwise eternal risk, is
    to stop using the oracle driver in the type-2 OCI mode. The reason
    we all go to java is because native code sucks. It will kill a
    whole JVM dead as you see. If you use the Oracle driver in the
    thin mode, it is much more reliable. Please refer to the latest
    Oracle driver docs. You can tell the thin driver to use the
    tnsnames.ora file, so you retain that central DBMS config, but
    you can get away from the Oracle native code bugs that have been
    sporadically killing application servers since the mid 1990's.
    Joe Weinstein.
    >
    Current Java thread:
    at oracle.jdbc.driver.T2CStatement.t2cParseExecuteDescribe(Native Method)
    at oracle.jdbc.driver.T2CPreparedStatement.executeForDescribe(T2CPreparedStatement.java:518)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1037)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1132)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3316)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3361)
    - locked <0x101ae1d8> (a oracle.jdbc.driver.T2CPreparedStatement)
    - locked <0x113fe928> (a oracle.jdbc.driver.T2CConnection)
    at weblogic.jdbc.wrapper.PreparedStatement.executeQuery(PreparedStatement.java:124)
    at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:139)
    at org.hibernate.loader.Loader.getResultSet(Loader.java:1669)
    at org.hibernate.loader.Loader.doQuery(Loader.java:662)
    at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
    at org.hibernate.loader.Loader.loadEntity(Loader.java:1785)
    at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:93)
    at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:81)
    at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:2730)
    at org.hibernate.event.def.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:365)
    at org.hibernate.event.def.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:346)
    at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:123)
    at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:82)
    at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:891)
    at org.hibernate.impl.SessionImpl.immediateLoad(SessionImpl.java:849)
    at org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyInitializer.java:62)
    at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(AbstractLazyInitializer.java:98)
    at org.hibernate.proxy.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:158)
    at com.erac.vaa.vincent.domain.poc.Manufacturer$$EnhancerByCGLIB$$bbc19d25.toString(<generated>)
    at org.springframework.beans.BeanUtils.copyProperties(BeanUtils.java:461)
    at org.springframework.beans.BeanUtils.copyProperties(BeanUtils.java:399)
    at com.erac.vaa.vincent.services.poc.ManufacturerServiceImpl.toManufacturerDto(ManufacturerServiceImpl.java:75)
    at com.erac.vaa.vincent.services.poc.ManufacturerServiceImpl.load(ManufacturerServiceImpl.java:35)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:287)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:181)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176)
    at $Proxy9.load(Unknown Source)
    at com.erac.vaa.vincent.view.controllers.poc.ManufacturerController.displayOne(ManufacturerController.java:107)
    at com.erac.vaa.vincent.view.controllers.poc.ManufacturerController.handleGet(ManufacturerController.java:144)
    at com.erac.vaa.vincent.view.controllers.poc.ManufacturerController.execute(ManufacturerController.java:63)
    at com.erac.riskmgmt.arch.struts.action.AbstractBindingAction.processInvoke(AbstractBindingAction.java:861)
    at com.erac.riskmgmt.arch.struts.action.AbstractBindingAction.execute(AbstractBindingAction.java:484)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.erac.vaa.vincent.view.filters.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:104)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:77)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.erac.vaa.vincent.view.filters.AuthenticationFilter.doFilterInternal(AuthenticationFilter.java:92)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:77)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6987)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    Dynamic libraries:
    0x00400000 - 0x0040B000 C:\bea81sp5\jdk142_08\bin\javaw.exe
    0x7C900000 - 0x7C9B0000 C:\WINDOWS\system32\ntdll.dll
    0x7C800000 - 0x7C8F4000 C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E6B000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77E70000 - 0x77F01000 C:\WINDOWS\system32\RPCRT4.dll
    0x7E410000 - 0x7E4A0000 C:\WINDOWS\system32\USER32.dll
    0x77F10000 - 0x77F57000 C:\WINDOWS\system32\GDI32.dll
    0x77C10000 - 0x77C68000 C:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08138000 C:\bea81sp5\jdk142_08\jre\bin\client\jvm.dll
    0x76B40000 - 0x76B6D000 C:\WINDOWS\system32\WINMM.dll
    0x10000000 - 0x10007000 C:\bea81sp5\jdk142_08\jre\bin\hpi.dll
    0x00830000 - 0x0083E000 C:\bea81sp5\jdk142_08\jre\bin\verify.dll
    0x00840000 - 0x00859000 C:\bea81sp5\jdk142_08\jre\bin\java.dll
    0x00860000 - 0x0086E000 C:\bea81sp5\jdk142_08\jre\bin\zip.dll
    0x02B60000 - 0x02B7C000 C:\bea81sp5\jdk142_08\jre\bin\jdwp.dll
    0x00940000 - 0x00945000 C:\bea81sp5\jdk142_08\jre\bin\dt_socket.dll
    0x71AB0000 - 0x71AC7000 C:\WINDOWS\system32\ws2_32.dll
    0x71AA0000 - 0x71AA8000 C:\WINDOWS\system32\WS2HELP.dll
    0x55600000 - 0x55631000 C:\Program Files\Microsoft Firewall Client 2004\FwcWsp.dll
    0x77120000 - 0x771AC000 C:\WINDOWS\system32\OLEAUT32.dll
    0x774E0000 - 0x7761D000 C:\WINDOWS\system32\ole32.dll
    0x71A50000 - 0x71A8F000 C:\WINDOWS\System32\mswsock.dll
    0x76F20000 - 0x76F47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76FB0000 - 0x76FB8000 C:\WINDOWS\System32\winrnr.dll
    0x76F60000 - 0x76F8C000 C:\WINDOWS\system32\WLDAP32.dll
    0x662B0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71A90000 - 0x71A98000 C:\WINDOWS\System32\wshtcpip.dll
    0x77F60000 - 0x77FD6000 C:\WINDOWS\system32\SHLWAPI.dll
    0x773D0000 - 0x774D3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    0x5D090000 - 0x5D12A000 C:\WINDOWS\system32\comctl32.dll
    0x76FC0000 - 0x76FC6000 C:\WINDOWS\system32\rasadhlp.dll
    0x071A0000 - 0x071AF000 C:\bea81sp5\jdk142_08\jre\bin\net.dll
    0x07540000 - 0x07548000 C:\bea81sp5\jdk142_08\jre\bin\nio.dll
    0x07550000 - 0x07556000 C:\bea81sp5\jdk142_08\jre\bin\ioser12.dll
    0x62F00000 - 0x62F13000 C:\ora10g\BIN\ocijdbc10.dll
    0x07D30000 - 0x07D88000 c:\ora10g\bin\OCI.dll
    0x7C340000 - 0x7C396000 C:\WINDOWS\system32\MSVCR71.dll
    0x76BF0000 - 0x76BFB000 C:\WINDOWS\system32\PSAPI.DLL
    0x61C20000 - 0x61E76000 c:\ora10g\bin\OraClient10.Dll
    0x60870000 - 0x60957000 c:\ora10g\bin\oracore10.dll
    0x60A80000 - 0x60B46000 c:\ora10g\bin\oranls10.dll
    0x63690000 - 0x636A8000 c:\ora10g\bin\oraunls10.dll
    0x60EB0000 - 0x60EB7000 c:\ora10g\bin\orauts.dll
    0x636B0000 - 0x636B6000 c:\ora10g\bin\oravsn10.dll
    0x60FA0000 - 0x61092000 c:\ora10g\bin\oracommon10.dll
    0x08940000 - 0x08FA2000 c:\ora10g\bin\orageneric10.dll
    0x63430000 - 0x63457000 c:\ora10g\bin\orasnls10.dll
    0x63750000 - 0x638BF000 c:\ora10g\bin\oraxml10.dll
    0x07DA0000 - 0x07DB1000 C:\WINDOWS\system32\MSVCIRT.dll
    0x60960000 - 0x60A7E000 c:\ora10g\bin\oran10.dll
    0x62740000 - 0x6277D000 c:\ora10g\bin\oranl10.dll
    0x62790000 - 0x627A6000 c:\ora10g\bin\oranldap10.dll
    0x627F0000 - 0x628FC000 c:\ora10g\bin\orannzsbb10.dll
    0x62530000 - 0x625A3000 c:\ora10g\bin\oraldapclnt10.dll
    0x62670000 - 0x6268B000 c:\ora10g\bin\orancrypt10.dll
    0x71AD0000 - 0x71AD9000 C:\WINDOWS\system32\WSOCK32.dll
    0x76D60000 - 0x76D79000 C:\WINDOWS\system32\iphlpapi.dll
    0x62920000 - 0x6296D000 c:\ora10g\bin\oranro10.dll
    0x626B0000 - 0x626B7000 c:\ora10g\bin\oranhost10.dll
    0x62660000 - 0x62666000 c:\ora10g\bin\orancds10.dll
    0x629C0000 - 0x629C8000 c:\ora10g\bin\orantns10.dll
    0x60B50000 - 0x60EA8000 c:\ora10g\bin\orapls10.dll
    0x07DC0000 - 0x07DC9000 c:\ora10g\bin\oraslax10.dll
    0x63080000 - 0x63284000 c:\ora10g\bin\oraplp10.dll
    0x61ED0000 - 0x61F67000 c:\ora10g\bin\orahasgen10.dll
    0x62AB0000 - 0x62B1E000 c:\ora10g\bin\oraocr10.dll
    0x62B20000 - 0x62B63000 c:\ora10g\bin\oraocrb10.dll
    0x5B860000 - 0x5B8B4000 C:\WINDOWS\system32\NETAPI32.dll
    0x62980000 - 0x62990000 c:\ora10g\bin\orantcp10.dll
    0x63520000 - 0x635BA000 c:\ora10g\bin\orasql10.dll
    0x77FE0000 - 0x77FF1000 C:\WINDOWS\system32\Secur32.dll
    0x5AD70000 - 0x5ADA8000 C:\WINDOWS\system32\uxtheme.dll
    0x74720000 - 0x7476B000 C:\WINDOWS\system32\MSCTF.dll
    0x09300000 - 0x09305000 C:\bea81sp5\weblogic81\server\bin\stackdump.dll
    0x09310000 - 0x09315000 C:\bea81sp5\weblogic81\server\bin\wlntio.dll
    0x76C90000 - 0x76CB8000 C:\WINDOWS\system32\imagehlp.dll
    0x59A60000 - 0x59B01000 C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C08000 C:\WINDOWS\system32\VERSION.dll
    Heap at VM Abort:
    Heap
    def new generation total 2496K, used 1836K [0x10010000, 0x102c0000, 0x104f0000)
    eden space 2240K, 74% used [0x10010000, 0x101b1d48, 0x10240000)
    from space 256K, 64% used [0x10240000, 0x10269300, 0x10280000)
    to space 256K, 0% used [0x10280000, 0x10280000, 0x102c0000)
    tenured generation total 32188K, used 18578K [0x104f0000, 0x1245f000, 0x14010000)
    the space 32188K, 57% used [0x104f0000, 0x11714890, 0x11714a00, 0x1245f000)
    compacting perm gen total 31744K, used 31580K [0x14010000, 0x15f10000, 0x18010000)
    the space 31744K, 99% used [0x14010000, 0x15ee7008, 0x15ee7200, 0x15f10000)
    Local Time = Fri Apr 20 12:43:16 2007
    Elapsed Time = 941
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    # An error report file has been saved as hs_err_pid3592.log.
    # Please refer to the file for further information.

  • Moving oracle database to a new server with an upgraded oracle software

    Hi Guys,
    Here is the scenario, we have an existing Oracle 9.2 demo database on a Solaris 5.9 server. I was asked to transfer this to another server with same OS but with an Oracle 10g software installed. The original plan was to mount the exisiting Oracle home from the original server to the new server and from there copy all the database files and bring up the database.
    Here are the steps:
    - Issue an "alter database backup controlfile to trace", get the script from the trace file
    - Copy all database files to the new server
    - Edit parameter files
    - Do a startup mount recreate the control files, do a recover database, and startup the database on the new server.
    I suggested that we to a transport tablespace but due to limited resources and that the 9.2 database does not have this feature we can't perform this process. I also can't do a exp/imp of the database since we really have limited resources on a disk. I was wondering if the steps I enumerated above are correct? Or would result in an error?

    Hi,
    why you want to recreate the controlfile, does the mount point locations are changing from old server to new server?
    if you recreating controlfile new incarnation starts, keep in mind.
    you have the downtime to upgrade.. :)
    shutdown
    take cold backup and move to new server.
    create the directory structure as exist in PFILE including CRD files.
    install software
    startup upgrade
    upgrade database(need to add sysaux TBS)
    shut immediate
    startup
    *@?/rdbms/admin/utlrp.sql*
    change hostname in listner.ora/tnsnames.ora files.
    Thanks

  • Migration of Unix AIX11i/10g instance to new server

    Hi All,
    We are planning to migrate our application/db to new server . Please let me know the time saving/quick way for this migration.
    I have gone through the below document , but it seems this will consume more time.
    10g Release 2 Export/Import Process for Oracle Applications Release 11i        [Article ID 362205.1]  
    Application : 11i
    DB : 10G
    Platform : AIX
    Regards,
    MD

    Hi Asif,
    We have restored DB successfully and we are trying to run the autoconfig in APPS tier. Getting the below error in log file. I am checking in meta link for solution.
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution.  Errors are grouped by directory and phase.
    The report format is:
          <filename>  <phase>  <return code where appropriate>
      [SETUP PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: /usr/bin/perl -I /usr/opt/perl5/lib/5.8.2/aix-thread-multi -I /usr/opt/perl5/lib/5.8.2 -I /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi -I /usr/opt/perl5/lib/site_perl/5.8.2 -I /usr/opt/perl5/lib/site_perl -I . -I /data01/applprod/prodappl/au/11.5.0/perl -I /XXXXX/applprod/prodappl/au/11.5.0/perl /XXXXX/applprod/prodcomn/admin/install/PROD
          txkFrmUTF8.pl           INSTE8_SETUP       132
      [APPLY PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: /usr/bin/perl -I /usr/opt/perl5/lib/5.8.2/aix-thread-multi -I /usr/opt/perl5/lib/5.8.2 -I /usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi -I /usr/opt/perl5/lib/site_perl/5.8.2 -I /usr/opt/perl5/lib/site_perl -I . -I /data01/applprod/prodappl/au/11.5.0/perl -I /XXXXX/applprod/prodappl/au/11.5.0/perl /XXXXX/applprod/prodcomn/admin/install/PROD
          txkGenExtSecConf.pl     INSTE8_APPLY       132
          txkGenFormServletIni.pl    INSTE8_APPLY       132
    AutoConfig is exiting with status 3
    Regards,
    MD

  • Install Oracle 10g on Windows 2003 Server cluster (MSCS)

    Hi all
    How do I install Oracle 10g on Windows 2000 cluster (MSCS installed)?
    I have a 2-nodes Microsoft windows 2003 server cluster and I want to install Oracle 10g,
    Do I folloow this order:
    1. Install the software on both without the database
    2. Create the database from the first node
    in this case, The second node can see the database as it is available?,
    and what about the IP adresses?
    If you can point me to some documentation, or help in any way, I would appreciate it.
    Thanks for any help.

    Read here...
    http://download.oracle.com/docs/html/A96685_01/intro.htm
    >>
    Oracle Fail Safe comprises multiple components: Oracle Fail Safe Manager, Oracle Services for MSCS, and server components specific to Oracle Fail Safe.
    >>
    So I don't know how you can achieve this without Fail Safe.
    There might be other link which I cannot find right now.

Maybe you are looking for