Error with 11G restart of database on Windows XP

Hi
I make the installation of the Oracle 11g on windows XP with the dhcp, and then when i restart the database and try to get connection to the Enterprise Manager page with the http://localhost:1158/em after changing the host in the tnsnames.ora and listener.ora from dhcp ip address to localhost, still i am not able to connect to the EM. when i check the status of the EM from the command line i get the error like
C:\Documents and Settings\chandur>emctl status dbconsole
OC4J Configuration issue. D:\Oracle\product\11.1.0\db_1/oc4j/j2ee/OC4J_DBConsole_42.130.245.46_ORCL
not found.
can some one help how to get rid of the dhcp problmes and make the oracle EM work

Hi
Thanks I will try to figure it out and get it resolved. but i am able to connect from the command prompt to the database, like sqlplus sys as sysdba
and when i do the same from the sql developer with the TNS selected there it don't allow me to connect is this also related to the smae so if i fix the dhcp from the guide provided will help with sql developer as well.

Similar Messages

  • Connectivity issues with 11g Express Edition on 64bit Windows 7 Professional

    Hello,
    I uninstalled my 10g version of Express Edition, and proceeded to install the 11g version.  I can connect with sqlplus, but when I try to open the DB web app (apex), I'm unable to.
    The clsc.log file shows the following error:
    Oracle Database 11g Clusterware Release 11.2.0.2.0 - Production Copyright 1996, 2010 Oracle. All rights reserved.
    2015-01-08 19:55:52.286: [ default][41100]ut_read_reg:2:ocr registry key SOFTWARE\Oracle\olr cannot be opened. error 2
    [    CLSE][41100]clse_get_crs_home: Error retrieving OLR configuration [0] [Error opening olr registry key. The system cannot find the file specified.
    I've uninstalled and re-installed twice with the same results.  Anybody knows what's going on?
    Any help is greatly appreciated.

    Are you installing the 64-bit version of XE ?
    This issue has been reported before - https://community.oracle.com/search.jspa?q=clse_get_crs_home&place=%2Fplaces%2F1272
    This thread might be relevant - Oracle Software Quality - the Installer ...

  • Installation error with 11g release2

    Hello,
    I have a computer with windows7 pro 64 bit os.
    I downloaded oracle 11.2.1.0 release2 wich contains two files.
    I downloaded them to:
    c:\users\joy\ and named them oralce and oracle2.
    I extracted them.
    I read a forum on trouble installation problems and they suggestd to copy the file1 coponents to the file2 coponents file.
    This is what i did.
    I ran the setup. However, it stopped at 42% with the following error message.
    File not found
    C:\app\joy\product\11.2.1.0\dbhome.1\owb\external\oc4j_applications\applications\WFMLRSVCApp.e
    I don't know how to correct this. Can you help?
    Should I uninstall and re-install?

    Hi,
    Please follow the below workaround
    For 11GR2 execute the following:
    mkdir 11202
    mv 11gR2_database_disk1.zip 11202
    mv 11gR2_database_disk2.zip 11202
    cd 11202
    unzip 11gR2_database_disk1.zip
    unzip 11gR2_database_disk2.zip
    cd database
    ./runInstaller
    For more information, kindly check my oracle support note
    Installing 11G on Any Platform : File Not Found Errors Running RunInstaller/Setup.exe (Doc ID 468771.1)
    thanks,
    Krishna

  • Error while installing 10 g database in windows vista

    Hi all,
    While trying to install oracle 10 g database in my laptop , i m getting error in the pre-requisite step itself.
    i am getting the below mentioned error.
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The install has detected that the primary IP address of the system is DHCP-assigned.
    Recommendation: Oracle supports installations on systems with DHCP-assigned IP addresses; However, before you can do this, you must configure the Microsoft LoopBack Adapter to be the primary network adapter on the system. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    can anyone help me on resolving this.

    Problem: The install has detected that the primary IP address of the system is DHCP-assigned.Apart from what OrionNet has already said, the actual problem being you are trying to install Oracle server on a laptop where the IP address is assigned at run-time by DHCP and not a static IP.
    So you can
    1. install a loopback adapter and use that or
    2. get yourself a static IP
    3. if your active directory allows name resolution, then manually override the check box in the installer and configure the network tools using the hostname instead of the IP addresses.

  • MySQL syntax error with TestStand 4.0 database logging

    I had been using MS Access database to log results which worked fine but the access database is too limited. Switched to MySql. Database works fine and I can query it from Visual C++ and was able to create all my result tables fine from TestStand.
    I get a syntax error when actually trying to log results and it has to do with either a missing quote or and extra quote, I can't quite tell. I thought I saw a post on this somewhere but can't find it now. Here is the complaint from TestStand:
    An error occurred calling 'LogOneResult' in 'ITSDBLog' of 'zNI TestStand Database Logging'
    An error occurred executing a statement.
    Statement: UUT_RESULT.
    [MySQL][ODBC 3.51 Driver][mysqld-5.0.45-community-nt]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT VALUES' at line 1
    Description: [MySQL][ODBC 3.51 Driver][mysqld-5.0.45-community-nt]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT VALUES' at line 1
    Number: -2147467259
    NativeError: 1064
    SQLState: 37000
    Reported by: Microsoft OLE DB Provider for ODBC Drivers
    Description: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
    Number: -2147217887
    NativeError: 0
    SQLState: 37000
    Reported by: Microsoft OLE DB Provider for ODBC Drivers
    Source: TSDBLog
    And here is all that appears in the MySql logfile:
    INSERT INTO UUT_RESULT DEFAULT VALUES
    070914
    You can't see it here but the string is truncated after the word VALUES. The next line starts with the odd number.
    Any ideas?
    Thanks,
    Bill Peters
    BAE SYSTEMS

    Sure. There were two bugs in the ini file that contains the default TS schemas (I think it was Default_Database_Options.ini or like that...).
    Anyway the table description for STEP_NUMERICLIMIT had for it's command line INSERT INTO MEAS_NUMERICLIMIT. I guess TestStand looked at that and said hmm I better create that table too. Then later down the page when you try to create MEAS_NUMERICLIMIT it says the table already exists even though it is empty. The generate SQL button builds a bad file and then the database viewer creates a bad database. I would have to go into MySql and drop the database. I had to save the schema under a custom name, edit it read it back in, generate a new SQL file, but then it would still fail validation because the ini files don't get updated until you exit TestStand. So basically I did this process 3 times before I got it right.
    It's wasn't a big deal but it's amazing how a little thing can cause a lot of work.
    The second bug, I'm not certain was initially in the file or somehow got set on the fly. There was a random int statement at the very end of the SQL table description for UUT_RESULT. It was also in the schema INI file. Since the int had no name and occurred in a odd place, it created a syntax error in MySql. Same fix as above.
    But like I said it's working great now. I like this approach because I serve it to the net with Apache and parse the database with simple PHP scripts.
    Thanks,
    Bill Peters
    BAE SYSTEMS

  • Activation error with Adobe Digital Editions 3 on Windows 8. [was:Question]

    I have installed adobe digit editions 3 on a windows 8 machine and it will not let me authorize the computer comes up with an activation server error, please help

    Hi Kishore,
    Which OS are you using?
    There are some solutions mentioned on this thread that might be helpful to you :Re: adobe digital editions has stopped working
    You might also want to check the KB : Installing Adobe Digital Editions 2.0 in Windows Vista
    Regards,
    Rave

  • Error :: ODBC Unable To Open Database And Windows Photo Gallery.  How do I fix?

    I get an ODBC error when I try to get photos in the organizer of Photoshop 4.  It just started.  What is wrong?

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • DB Links with 11g and 8i Databases.

    Hello,
    Does anyone know if an 11g database listener will link to an 8i database listener ?
    Thanks.

    Hi,
    AFAIK, I have not tested, but it should work, since their are not huge process changes with respect to listeners.
    I might be wrong too.
    - Pavan Kumar N
    Oracle 9i/10g - OCP
    http://oracleinternals.blogspot.com/

  • Error with connetion(pool) to database (Entity JavaEE)

    Please help me , I try config pool but not working .I run on other computer(win xp) very good ,so I think glassfish on my computer(win 7) some error .
    This is my error:
    WARNING: RAR5117 : Failed to obtain/create connection from connection pool [ eStore_saPool ]. Reason : com.sun.appserv.connectors.internal.api.PoolingException
    WARNING: RAR5114 : Error allocating connection : [Error in allocating a connection. Cause: null]
    SEVERE: Local Exception Stack:
    Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.0.1.v20100213-r6600): org.eclipse.persistence.exceptions.DatabaseException
    Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: null
    Error Code: 0
    at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:309)
    at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138)
    at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:94)
    at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162)
    at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:584)
    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:228)
    at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:369)
    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.getServerSession(EntityManagerFactoryImpl.java:151)
    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:207)
    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:202)
    at com.sun.enterprise.container.common.impl.EntityManagerWrapper._getDelegate(EntityManagerWrapper.java:197)
    at com.sun.enterprise.container.common.impl.EntityManagerWrapper.createQuery(EntityManagerWrapper.java:424)
    at SessionBeans.CategorySession.LoadCategory(CategorySession.java:23)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:613)
    at org.glassfish.ejb.security.application.EJBSecurityManager.runMethod(EJBSecurityManager.java:1056)
    at org.glassfish.ejb.security.application.EJBSecurityManager.invoke(EJBSecurityManager.java:1128)
    at com.sun.ejb.containers.BaseContainer.invokeBeanMethod(BaseContainer.java:5292)
    at com.sun.ejb.EjbInvocation.invokeBeanMethod(EjbInvocation.java:615)
    at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:797)
    at com.sun.ejb.EjbInvocation.proceed(EjbInvocation.java:567)
    at com.sun.ejb.containers.interceptors.SystemInterceptorProxy.doAround(SystemInterceptorProxy.java:157)
    at com.sun.ejb.containers.interceptors.SystemInterceptorProxy.aroundInvoke(SystemInterceptorProxy.java:139)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:613)
    at com.sun.ejb.containers.interceptors.AroundInvokeInterceptor.intercept(InterceptorManager.java:858)
    at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:797)
    at com.sun.ejb.containers.interceptors.InterceptorManager.intercept(InterceptorManager.java:367)
    at com.sun.ejb.containers.BaseContainer.__intercept(BaseContainer.java:5264)
    at com.sun.ejb.containers.BaseContainer.intercept(BaseContainer.java:5252)
    at com.sun.ejb.containers.EJBObjectInvocationHandler.invoke(EJBObjectInvocationHandler.java:201)
    at com.sun.ejb.containers.EJBObjectInvocationHandlerDelegate.invoke(EJBObjectInvocationHandlerDelegate.java:75)
    at $Proxy134.LoadCategory(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:613)
    at com.sun.corba.ee.impl.presentation.rmi.StubInvocationHandlerImpl.privateInvoke(StubInvocationHandlerImpl.java:228)
    at com.sun.corba.ee.impl.presentation.rmi.StubInvocationHandlerImpl.invoke(StubInvocationHandlerImpl.java:147)
    at com.sun.corba.ee.impl.presentation.rmi.codegen.CodegenStubBase.invoke(CodegenStubBase.java:225)
    at SessionBeans.__CategorySessionRemote_Remote_DynamicStub.LoadCategory(SessionBeans/__CategorySessionRemote_Remote_DynamicStub.java)
    at SessionBeans._CategorySessionRemote_Wrapper.LoadCategory(SessionBeans/_CategorySessionRemote_Wrapper.java)
    at Thanh.SV.LoadCategoryServlet.service(LoadCategoryServlet.java:25)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1523)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:279)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:641)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:97)
    at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:85)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:185)
    at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:325)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:226)
    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:165)
    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791)
    at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693)
    at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954)
    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170)
    at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88)
    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
    at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
    at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330)
    at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309)
    at java.lang.Thread.run(Thread.java:729)
    Caused by: java.sql.SQLException: Error in allocating a connection. Cause: null
    at com.sun.gjc.spi.base.DataSource.getConnection(DataSource.java:112)
    at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:126)
    ... 70 more
    Edited by: user13721004 on Jan 13, 2011 12:51 AM
    Edited by: user13721004 on Jan 13, 2011 12:53 AM

    Here's an idea:
    I suggest you create a very simple program totally independent of your current project that configures a connection pool in code (no external configuration file), gets a connection, and prints out a value from a database table. Then, create a simple program that mimics how you get a connection pool from your current project and get that to work.
    By doing the above, you can help isolate any configuration or firewall(?) problem from your project code.

  • While Installation of 11g database creation time error ORA-28056: Writing audit records to Windows Event Log failed Error

    Hi Friends,
    OS = Windows XP 3
    Database = Oracle 11g R2 32 bit
    Processor= intel p4 2.86 Ghz
    Ram = 2 gb
    Virtual memory = 4gb
    I was able to install the oracle 11g successfully, but during installation at the time of database creation I got the following error many times and I ignored it many times... but at 55% finally My installation was hanged nothing was happening after it..... 
    ORA-28056: Writing audit records to Windows Event Log failed Error  and at 55% my Installation got hung,,,, I end the installation and tried to create the database afterward by DBCA but same thing happened....
    Please some one help me out, as i need to install on the same machine .....
    Thanks and Regards

    AAP wrote:
    Thanks Now I am able to Create a database , but with one error,
    When I created a database using DBCA, at the last stage I got this error,
    Database Configuration Assistant : Warning
    Enterprise Manager Configuration Failed due to the Following error Listener is not up or database service is not registered with it.  Start the listener & Registered database service & run EM Configuration Assistant again....
    But when I checked the listener was up.....
    Now what was the problem,  I am able to connect and work through sqlplus,
    But  I didnt got the link of EM and when try to create a new connection in sql developer it is giving error ( Status : failure - Test Failed the Network Adapter could not establish the connection )
    Thanks & Regards
    Creation of the dbcontrol requires a connection via the listener.  When configuring the dbcontrol as part of database creation, it appears that the dbcontrol creation step runs before the dynamic registration of the databsase with the listener is complete.  Now that the database itself is completed and enough time (really, just a minute or two) has passed to allow the instance to register, use dbca or emca to create the dbcontrol.
    Are you able to get a sqlplus connection via the listener (sqlplus scott/tiger@orcl)?  That needs to be the first order of business.

  • FireFox doesn't appear to shut down completly when I quit, when restart it asked to exit FireFox eventhought it closed. When shut down computor error messeage comes up ' ns AppShell: Event Window end now and computor with shut down using 5.0.1

    This happens after first time opened and closed. If I try to open from desk top, hour glass shows for a few seconds then goes away and FireFox doesn't open.
    If after opened once and try to use 'url' link for e-mail (outlook express) it doesn't open the link and ties up e-mail.
    Shut down computer and error box comes up 'ns AppShell: Event window' end now and computer will shut down.

    Is my Firefox problem a result of Malware ?
    https://support.mozilla.com/en-US/kb/Is%20my%20Firefox%20problem%20a%20result%20of%20malware
    Firefox Hang at Exit
    https://support.mozilla.com/en-US/kb/Firefox%20hangs
    Firefox will not Start
    https://support.mozilla.com/en-US/kb/Firefox%20will%20not%20start
    Check and tell if its working.

  • Global query block is causing a DNS server to fail a query with error code Name Error exists in the DNS database for WPAD

    Global query block is causing a DNS server to fail a query with error code Name Error exists in the DNS database for WPAD on a Windows 2008 server.

    The global query block list is a feature that prevents attacks on your network by blocking DNS queries for specific host names.  This feature has caused the DNS server to fail a query with error code NAME ERROR for wpad.contoso.com. even though data
    for this DNS name exisits in the DNS database.  Other queries in all locally authoritative zones for other names that begin with labels in the block list will also fail, but no event will be logged when further queries are blocked until the DNS server
    service on this computer is restarted.

  • Same message 2 dnld Plugin, (Java), and Adobe Reader: Error 2203.Database: C:\Windows\Installer\ced2e.ipi. Cannot open database file. System error -2147287035.E

    Spent all afternoon downloading Java plugiins and Adobe reader; each with the following "failure message."
    Error 2203.Database: C:\Windows\Installer\ced2e.ipi. Cannot open database file. System error -2147287035.Error 2203.Database: C:\Windows\Installer\ced2e.ipi. Cannot open database file. System error -2147287035.

    This is going to sound lame, but... have you shut down and restarted Windows since this problem began? Sometimes the Windows Installer starts behaving erratically, perhaps due to a backlog of deferred updates, and the only way to get around it is to reboot.

  • Compiling error ORA-00600 with Forms 6 and Database 10g

    Hi,
    I am using "Oracle Database 10g Enterprise Edition Release 10.1.0.4.0" and "Forms [32 Bit] Version 6.0.8.26.0 " with patch 17, when i compile a form that works with some tables in another database under dblink the error ORA-00600:internal error code, arguments:[16203],[],[],[],[],[],[],[] is displayed.
    If i word with reports or sqlplus no error is displayed.
    Before we installed 10g everything worked ok
    What is wrong with forms or do i need to configure something else?
    Regards
    Yuri V. López Manrique

    I searched for this error on Google and found the following blog:
    Is there a tool to troubleshoot ORA-00600 and ORA-07445 errors?
    February 27th, 2006 By Fahd Mirza
    ORA-00600 and ORA-07445 errors are the most esoteric errors in Oracle.
    There is a tool called “ORA-600/ORA-7445 Troubleshooter” available at Metalink. It asks for the first argument of ORA-600 error with an optional database version number.
    For example, to see the description of the error:
    ORA-00600: internal error code, arguments: [723], [25908], [25908], [memory leak]
    You enter 723 in the “ORA-600 First Argument” field. The first argument is a pointer to where in the code the error was caught and thus is the key information in identifying the problem.
    You can also embed (copy/paste) the “Call Stack Trace” there, and, when you click on the “Search Call Stack” button an advanced MetaLink search is performed to find documents containing relevant sections from the call stack.
    Call Stack extracts from the following files are supported:
    * Generic foreground and background server trace files located in background_dump_dest and user_dump_dest
    * OpenVMS NETV2 and BEQ log files located in ORA_ROOT:[NETWORK.LOG]
    * WINDOWS CORE.LOG files
    * GDB (debugger) backtrace call stacks (best endeavors)
    Of course you will need a login to Oracle's Metalink site.
    Hope that helps,
    c

  • [b]Error in installation database in Windows 2003 server[/b]

    Hi, I have a problem. I am trying to install a database Oracle Enterprise Edition 10.1.0.2.0 in a machine that has Windows 2003 Server. On having finished the installation and begin the Database Configuration Assistant appears the error ora-12546 TNS permission denied. In the file listener.log
    the following messages appear:
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    32-bit Windows Error: 5: Input/output error
    In the alert.log appear:
    OER 7451 in Load Indicator : Error Code = OSD-04500: illegal option specified O/S-Error: (OS 1) Incorrect function. !
    I install in local mode, not remote and using Administrator user.
    Help me, please!
    Regards
    Carlos

    Hello,
    There is a note in SAP that indicates that EMT64/x64 is not compatible with Oracle 9.2 (nota 12546) There is Oracle's FAQ that indicates Oracle's versions and Windows that he(she) supports EMT64.
    http://www.oracle.com/technology/tech/windows/faq.html#x86-64
    Since you can see it(he,she) indicates that Oracle 9.2 is supported in Windows 32 bits with technology EMT64
    And that alone the version 10g 2 be reread it(he,she) is compatible with Windows 2003 SEVER 64 bits with technology EMT64
    I hope that this costs(suits) us to solve our problems
    A greeting

Maybe you are looking for

  • Error while trying to run a secure web proxy client

    Hi, I was able to generate a secure proxy client using JDev10.1.3 and I'm able to open the jks file using the keytool gui client. The jks file does not appear to be corrupt or tampered with in anyway. However, when I try to run the secure proxy clien

  • Display image from image path (ASP)

    Help needed please. Sorry if the topic has already been discussed. I did a search but it returned nothing. My problem. I can display images on my website by choosing the datasource and the image path from by database. No issues here. What I want is t

  • Arial Bol;d font doesnt work in PDF

    Hi Experts, I face a strange problem of Arial Bold Font not working in PDF output. I have the fon filed arialbd present in the /fonts folder. What am I missing? Thanks, Swarna

  • Mix of WS1.0 and WS 2.0

    Hi Can we use a mix of WS1.0 and WS2.0 for a particular object? We have "Views" defined for each object. But the childObjects like Relationships, Notes, Products and Attachements are not defined. Can we make use of both these features of WS2.0 and WS

  • Problem in selection criteria

    Hi folks,   In my report i have five selections screen feilds.for each selection i have different selection criteria.for each selection -criteria i have to  write seprate code.if i select first feild i want that selection criteria only.if i select se