Problem Access2000-- ODBC-- Oracle 9.2 reexecuting on scrolling down result

I have the following problem:
I have an access 2000 frontend-db with linked oracle tables and views via Oracle-ODBC driver Version 9.2. I have relative complex linked Oracle-views which are collecting data from 4 different tables with outer joins.
When I open one of this Oracle-views inside my Access-Frontend (in Access-Table-Register), I get the result after a few seconds. that's ok.
But, if I want to scroll through the resultset in access, it seems, that everytime I push the 'pagedown' key, the view has to be executed again on my oracle database server. I can see that in the performance log of the Win2000 server from my Oracle-databaseserver.
I testet the oracle-ODBC-parameter 'Prefetch count'. I set it to 1000 which should save 1000 records in the local memory. (my view has approx. 350 records). Even when I relink my Oracle-views in MS-Access and I check, the parameter settings, this doesn't help.
I would be very gratefull for any help or suggestions.
Thanks in advance,
Zigi

Thanks Pierre. I've performed the following test:
1) I insert a chinese character in an NCHAR field in my table by using the UNISTR function thus:
insert into tbl_test_ch (field1) values (unistr('\3E00'))
2) I interrogated the value using the dump function thus:
select dump(field1, 1016) FROM tbl_test_ch
I'm struggling to understand the output. Obviously the character set being used is "AL16UTF16" (which I would expect to be able to store chinese characters), but the return_format argument I've provided to the function (1016) should return the hexadecimal code point of the character that's being stored. I would expect this to be the same as I inserted ("3E00"), but I'm getting the following output:
DUMP(FIELD1,1016)
Typ=1 Len=2 CharacterSet=AL16UTF16: 3e,0
Can you shed any light on this?

Similar Messages

  • Problem with a Table Control Scroll Down.

    Hi,
    I´m working with a table control in which I select one of the many lines the table contains and I move it into a structure, I delete the data of the table control internal table and I move the selected line back into the internal table to show only that record. My problem is the following:
    Whenever I have to scroll down to select a line, the selected line doesn´t appear afterwards. I believe that it´s because the scroll bar disappears and keeps on showing the line where the record I selected used to be and because the selected record is added in the fist line of the TC.
    Is there any way of avoiding the disappearrance of the vertical scroll bar? Or how can I show the record added in the first line if the TC only displays the position where the selected record used to be?
    This is the logic I use to show the single record.
      READ TABLE TI_ASIGLOT WITH KEY PUSH = 'X'.
      IF SY-SUBRC = 0.
        MOVE-CORRESPONDING TI_ASIGLOT TO ST_ASIG.
        CLEAR TI_ASIGLOT.
        REFRESH TI_ASIGLOT.
        MOVE-CORRESPONDING ST_ASIG TO TI_ASIGLOT.
        ST_ASIG-CPEND = ST_ASIG-GAMNG.
        MOVE ST_ASIG-CPEND TO TI_ASIGLOT-CPEND.
        APPEND TI_ASIGLOT.
    Thank´s and regards.
    Lucila

    Well, I´m going to anwser my own question. The problem was that in my TC the top field value was the line number of the record I've selected. So the only thing I had to do to fix it was to asign 1 to the field TC-top_line inside the form where I select the record.
      READ TABLE TI_ASIGLOT WITH KEY PUSH = 'X'.
      IF SY-SUBRC = 0.
        MOVE-CORRESPONDING TI_ASIGLOT TO ST_ASIG.
        CLEAR TI_ASIGLOT.
        REFRESH TI_ASIGLOT.
        MOVE-CORRESPONDING ST_ASIG TO TI_ASIGLOT.
        ST_ASIG-CPEND = ST_ASIG-GAMNG.
        MOVE ST_ASIG-CPEND TO TI_ASIGLOT-CPEND.
        APPEND TI_ASIGLOT.
        W_INI = 1.
      ELSE.
        MESSAGE I889(100) WITH TEXT-T07.
        EXIT.
      ENDIF.
    z_result-top_line = 1.
    (z_result is my TC )
    Best regards,
    Lucila

  • ODBC/oracle problem

    To further clarify the problem I mention below, the specific error I get
    with integer datatypes is "Driver Not Capable". Thanks.
    Date: Wed, 07 May 1997 11:53:54 -0500
    To: forte users
    From: Tim Clotworthy <[email protected]>
    Subject: ODBC/oracle problem
    I have a problem related to accessing a personal oracle database with Forteservice objects via ODBC. The problem is that I cannot do inserts into
    number fields with integers or integer nullables. The only thing I can get
    to work are textdata types. Has anyone else had this problem? AM I using too
    old a version of ODBC driver (Oracle71 version 1.11.0002)?
    >
    Thanks. Tim.

    This is a Forte bug I reported a few months ago. It is being tracked
    under Forte call number 26402. Scheduled to be fixed in R3. There are
    no work arounds that I am aware of.
    Kalvin Inman
    Andersen Windows
    From: Tim Clotworthy[SMTP:[email protected]]
    Sent: Wednesday, May 07, 1997 12:09 PM
    To: [email protected]
    Subject: ODBC/oracle problem
    To further clarify the problem I mention below, the specific error I get
    with integer datatypes is "Driver Not Capable". Thanks.
    Date: Wed, 07 May 1997 11:53:54 -0500
    To: forte users
    From: Tim Clotworthy <[email protected]>
    Subject: ODBC/oracle problem
    I have a problem related to accessing a personal oracle database with Forteservice objects via ODBC. The problem is that I cannot do inserts into
    number fields with integers or integer nullables. The only thing I can get
    to work are textdata types. Has anyone else had this problem? AM I using too
    old a version of ODBC driver (Oracle71 version 1.11.0002)?
    Thanks. Tim.

  • ASP application has problems working with oracle database 8.1.7

    ASP application has problems working with oracle database 8.1.7 through both oracle ODBC driver and Microsoft ODBC driver
    We have an ASP application running on Windows 2000 server, and with 8.1.7 Net8Client and MDAC 2.6 SP1.
    The application worked fine with an Oracle 8.0.5 database.
    After upgrading oracle database to 8.1.7.0.0, our ASP application works fine except when updating the same data record more than once. The application is not saving our updates.
    We tested our application using Oracles ODBC driver v8.1.7.5.0
    and experienced more problems. We had problems just bring up our data entry pages. In either case, we are returned with some 505 errors in our browser, problems with the ASP pages and IIS, the page is not displaying.
    If anyone has some suggestions on how to fix my problem, please advise. Thanks in advance.

    thanks...i saw one article with this approach..but the document did not present the detailed process...do you have one? i am still searching for a good procedure to follow...since it is an old database and focusing/studying old versions like this is a pain in the a**... :(

  • I met problem when installing Oracle 8.1.6 on Turbo Linux 7.0

    I met problem when installing Oracle 8.1.6 on Turbo Linux 7.0.
    After setting up environment variables, and successfully
    accessed KDE interface, everything was going on well.
    The process of installation blocked at 80% in "Database Creation
    Process" dialog window.
    I have tried two times and got the same result.
    The error message is:
    Warning: Cannot convert string "-*-Kochi Gothic-medium-r-normal-
    *-*100...
    Help!

    I have done some oracle installations over RedHat 7.0 (not certificated):
    Let's check some things:
    1- You must have changed very few parameters on your shm.h sem.h files which are in /usr/include/linux directory.
    2- You need to upgrade the glibc and libstdc libraries (.rpm)
    3- You must have installed the jre116_v5 on /usr/jre and made a symbolic link like this
    ln -s /usr/jre/jre116_v5 /usr/local/jre
    4- You must include in the CLASSPATH parameter the jre116_v5 directory. It should look something like this
    CLASSPATH=/usr/jre/jre116_v5:$ORACLE_HOME/jlib
    5- Be sure to create and export all the parameters in your .bash_profile.
    6- Run the ./runInstaller.sh in a terminal window inside the Xwindow.
    You can find the jre116_v5 in www.backdown.org
    I hope these tips help you
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by xx:
    Hi every body
    when I run ./runInstaller from cdrom
    I get this messages :
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre.Please wait ...
    Error in CreateOUIProcess ():-1
    : Bad Address
    I use JDK-1-1-6.
    Thx<HR></BLOCKQUOTE>
    null

  • Probleme to install Oracle 8.1.7 on Mandrake 9.1

    Hi,
    I have some problem to install Oracle 8.1.7 on Mandrake 9.1.
    I log on a non root user and launch "./runInstaller" but nothing happens. It's only written "please wait"...
    I see on the Oracle site that I must use glibc 2.1 but only if Oracle is already installed? So if you could give me some indications?
    Thanks.

    Hi,
    I have also the same problem : when I launch the program "./runInstaller", nothing appears.
    However, I thought I found a good solution on a forum, but it doesn't run.
    The explication is given at the following address :
    http://colalug.org/ml-archive/0210/msg00051.html
    The only point where I'm not sure is when it's said to use a specific library in the "LINUX STUFF" section. They are using glibc2.1 and I'm using glibc2.3.
    I have also changed the "ASSUME_KERNEL" variable to the version of my kernel, that's 2.4.21.
    What are your suggestions ?
    Thanks to give me an answer.

  • Problem in installing Oracle 9i R2 on Windows 2003 Server Enterprise

    We are having problem installing the Oracle 9i R2 Server on Windows 2003 Server Enterprise Edition. During installation, it generates error saying "The IP Address of the machine not found". When clicking the "Continue" button, it tries to install other things but few minutes later it asks to stop complete installation or installation of that feature.
    But when we installed it on Windows XP it works fine and we have no problem in configuring it. What's the problem with Windows 2003 Server?
    If we drop the idea of installing it on Windows 2003 Server, can we make Windows XP maching as a Server?

    ORACLE asumes that the first network device you have on your server has a fixed IP address.
    Is this the case?
    If not so you should install a loopback adapter as network device with a fixed IP.
    Does this help?
    Regards,
    Lutz

  • Problem on Installing Oracle 10g on Windows XP Professional

    I'm getting the following error while I install Oracle 10g R1, on Windows XP Professional.
    The Path enviroment variable is bigger than 1023 characters. This value cannont be set.
    Has anyone seen this error before?

    Hi,
    you have two option to start your oracle service. your problem is your oracle serivce is not start.
    for that you can start manully....
    like
    on command prompt.
    cmd>net start oracleservice<sid>
    or
    you can set automatic for oracle service.
    go services window. start >>>> run >>>> services.msc <<<enter>>>
    check and select oracle services and right click and set automatic..
    every time your system is reboot then oracle service is automatically is start.
    regards
    Taj

  • Having problem to install Oracle Portal Forms Reports and Discoverer 11g on Windows Server 2008 64 bit

    Dear All Precious Friends,
    I am having problem while installing Oracle Portal Forms Reports and Discoverer 11g on Windows Server 2008 64 bit,
    I have already installed Oracle Database 11g Release 2 -------
    ----Then i configured JAVA Access bridge
    --------then installed and configured Required Schema using Repository Creation Utility of same version of Database 11g,
    -----------then installed Oracle Business Intelligence 11g version 11.1.1.6.0 which includes Web logic..............I am feeling that i did right at this point...........
    ..............also feeling comfortable after install Oracle Identity and Access Management 11g ..................
    -----------------but don't know how to configure OID to install Oracle Portal Forms Reports and Discoverer 11g...............
    Please help my Oracle Friends
    Your early help will be highly appreciated.
    thanks and regards
    Hassan

    You said, "...+I would like to install Release 2(11.1.1.2.0)+ ...". Be careful. 11.1.1.2.0 is not Release 2. The version for Rel 2 is 11.1.2.0, notice that there is one less "1". Also, there is no way to patch from Release 1 to Release 2.
    In EDelivery, this is what you should find if you search on "Oracle Fusion Middleware" for "Microsoft Windows x64 (64-bit)":
    First look for this link then drill into it:
    Oracle Fusion Middleware 11g Media Pack for Microsoft Windows x64 (64-bit)
    In this section you will find the following:
    This is the full product installation of FMw 11 Release 2 (Forms & Reports)
    Oracle Forms and Reports 11g R2 (11.1.2.0.0) for Microsoft Windows x64 (64-bit) V28761-01
    This is the full product installation of FMw 11 Release 1 (includes Portal, Forms, Reports, and Disco)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 1 of 4) V18785-01
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 2 of 4)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 3 of 4)
    Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 4 of 4)
    This is the FMw 11 Release 1 patch set that will bring the above 11.1.1.2.0 installation to 11.1.1.6.  This is NOT a full product installation - just a patch
    Oracle Portal, Forms, Reports and Discoverer 11g Patch Set 5 (11.1.1.6.0) for Microsoft Windows x86 (64-bit) V29850-01
    There are no patch sets for Release 2 as of yet.

  • Problem for using oracle xml parser v2 for 8.1.7

    My first posting was messed up. This is re-posting the same question.
    Problem for using oracle xml parser v2 for 8.1.7
    I have a sylesheet with
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">.
    It works fine if I refer this xsl file in xml file as follows:
    <?xml-stylesheet type="text/xsl" href="http://...../GN.xsl"?>.
    When I use this xsl in pl/sql package, I got
    ORA-20100: Error occurred while processing: XSL-1009: Attribute 'xsl:version' not found in 'xsl:stylesheet'.
    After I changed name space definition to
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> in xsl file, I got
    ORA-20100: Error occurred while processing: XSL-1019: Expected ']' instead of '$'.
    I am using xml parser v2 for 8.1.7
    Can anyone explain why it happens? What is the solution?
    Yi

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Steven Muench ([email protected]):
    Element's dont have text content, they [b]contain text node children.
    So instead of trying to setNodeValue() on the element, construct a Text node and use the appendChild method on the element to append the text node as a child of the element.<HR></BLOCKQUOTE>
    Steve,
    We are also creating an XML DOM from java and are having trouble getting the tags created as we want. When we use XMLText it creates the tag as <tagName/>value rather than <tagName>value</tagName>. We want separate open and close tags. Any ideas?
    Lori

  • Problems to initiate oracle 10g express edition

    Good afternoon I am speaking of Brazil with a text translator.
    But I have installed Hundreds and I am trying to install oracle 10g express edition release 2.
    I am with a problem in the Oracle 10g Express Edition in the installation part when I vo to initiate the service, it does not initiate.
    And when I give I command /etc/init.d/oracle-xe status appears the following message: Your default context is user_u: system_r: unconfined_t. Of it you want you choose different one? [n]
    I do not know more what to make to decide this.
    I thank the attention.
    Gabriel.
    Message was edited by:
    user523701

    Oracle XE has it's own forum - to register and discuss XE problems with XE experts use URL http://www.oracle.com/technology/xe/registration
    Once you have registered, you sign in to the forums and the link to the XE forum is there. But you do have to sign in as the user who registered XE.
    You will also need to provide a few more pieces of information:
    1) actual distro and version of Linux
    2) userid used to install XE (should be root)
    3) userid used to run "/etc/init.d/oracle-xe start" (should be root)

  • Problems getting ODBC SQL Interface to work for Essbase 11.1.1.3

    Hi folks.
    We're running Essbase 11.1.1.3 on Linux (32 bit) and I want to use the ODBC SQL Interface to load fact data.
    We have run the SQL Interface install .sh script successfully, then restarted the Essbase agent, and have modified the ODBC.ini file to use the Oracle Wire Protocol driver.
    I enter the SQL query in the rule Data Prep Editor in EAS (File | Open SQL) and when I hit "OK/Retrieve" I get the error "Failed to Establish Connection with SQL Database Server."
    The application log file says:
    ODBC Layer Error: [S1000] ==> [[DataDirect][ODBC Oracle Wire Protocol driver]TNS-12154: TNS:could not resolve the connect identifier specified]
    [Wed Oct  6 15:31:26 2010]Local/appx/Plan1/username/Info(1021014)
    ODBC Layer Error: Native Error code [0]
    [Wed Oct  6 15:31:26 2010]Local/appx/Plan1/username/Error(1021001)
    Failed to Establish Connection With SQL Database Server. See log for more information
    [Wed Oct  6 15:31:26 2010]Local/EXECDEV/Plan1/username/Warning(1080014)
    Transaction [ 0x6b0001( 0x4cacce8e.0xe4d2f ) ] aborted due to status [6].
    Any suggestions?
    Edited by: user12087276 on Oct 6, 2010 3:39 PM

    Have you followed the info here :- How to define a relational data source in (odbc.ini) V11 Essbase?
    You don't need to run Inst-SQL.sh
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Problem with install oracle on OEL5.3 linux

    Hello,
    Have some strange problem with oracle enterpise linux 5.3 32 bit, during install Oracle 10gR2 got link errors,
    after founded what is problem with linking oracle executables:
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    relink oracle
    /usr/bin/ld: cannot find -lskgxn2
    all depended rpms and parameters are set, looks like missing some library, but cannot recognise with one.
    Have somebody spoted souch error ?

    The zipfile on technet has a checksum:
    Oracle Database 11g Release 1 (11.1.0.6.0) for Linux x86
              linux_11gR1_database_1013.zip (1,844,527,800 bytes) (cksum - 1044354138)
    When the zipfile is downloaded, you can check the zipfile on linux with the cksum command, it should be exactly the same as listed on technet, otherwise the zipfile is corrupted.

  • Facing problem in installing oracle 9i on 2003 server

    hi all
    i am getting the following problem while installing oracle 9i on windows 2003 server.
    my system is haveing 3 more JRE s 1.4 and above installed as part of others softwares.
    error log i am getting is like this-
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0xa272c7d
    Function name=Java_W32LocateSidNative_w32LocateSidHome
    Library=D:\temp\OraInstall2006-08-24_11-39-01AM\SID_Queries.dll
    Current Java thread:
    at W32LocateSidNative.w32LocateSidHome(Native Method)
    at getAllOracleHomes.performQuery(getAllOracleHomes.java:39)
    at oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:2330)
    at Components.oracle.emprod.oemagent.agentca.v9_2_0_1_0.CompContext.getCalculatedValueObject_PRE_REQUISITE(Unknown Source)
    at Components.oracle.emprod.oemagent.agentca.v9_2_0_1_0.CompContext.getCalculatedValueObject(Unknown Source)
    at oracle.sysman.oii.oiis.OiisCompContext.getCalculatedValue(OiisCompContext.java:612)
    at oracle.sysman.oii.oiis.OiisPreRequisiteVar.getCalculatedValue(OiisPreRequisiteVar.java:138)
    at oracle.sysman.oii.oiis.OiisVariable.setVariable(OiisVariable.java:1353)
    at oracle.sysman.oii.oiis.OiisCompInstallation.getPreRequisite(OiisCompInstallation.java:683)
    at oracle.sysman.oii.oiis.OiisCompInstallation.getContext(OiisCompInstallation.java:368)
    at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.checkPreReq(OiiodDepEngine.java:4496)
    at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.applySelection(OiiodDepEngine.java:2793)
    at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.depModeApply(OiiodDepEngine.java:2369)
    at oracle.sysman.oii.oiif.oiifw.OiifwPostDepModesWCCE.doOperation(OiifwPostDepModesWCCE.java:327)
    at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
    at oracle.sysman.oii.oiic.OiicDepWizEngine.doOperation(OiicDepWizEngine.java:339)
    at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
    at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:586)
    at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:177)
    at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
    at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:358)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:637)
    Dynamic libraries:
    0x00400000 - 0x00405000 d:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\javaw.exe
    0x7C800000 - 0x7C8C0000 C:\WINDOWS\system32\ntdll.dll
    0x77E40000 - 0x77F42000 C:\WINDOWS\system32\kernel32.dll
    0x77F50000 - 0x77FEC000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77C50000 - 0x77CEF000 C:\WINDOWS\system32\RPCRT4.dll
    0x77380000 - 0x77412000 C:\WINDOWS\system32\USER32.dll
    0x77C00000 - 0x77C48000 C:\WINDOWS\system32\GDI32.dll
    0x77BA0000 - 0x77BFA000 C:\WINDOWS\system32\MSVCRT.dll
    0x62D80000 - 0x62D89000 C:\WINDOWS\system32\LPK.DLL
    0x75490000 - 0x754F1000 C:\WINDOWS\system32\USP10.dll
    0x6D420000 - 0x6D4EE000 d:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\hotspot\jvm.dll
    0x76AA0000 - 0x76ACD000 C:\WINDOWS\system32\WINMM.dll
    0x6D220000 - 0x6D227000 d:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000 d:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\verify.dll
    0x6D250000 - 0x6D266000 d:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\java.dll
    0x6D3C0000 - 0x6D3CD000 d:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\zip.dll
    0x6D020000 - 0x6D128000 D:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\awt.dll
    0x73070000 - 0x73097000 C:\WINDOWS\system32\WINSPOOL.DRV
    0x76290000 - 0x762AD000 C:\WINDOWS\system32\IMM32.dll
    0x77670000 - 0x777A4000 C:\WINDOWS\system32\ole32.dll
    0x6D1E0000 - 0x6D21B000 D:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\fontmanager.dll
    0x10000000 - 0x1001E000 D:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\JavaAccessBridge.dll
    0x6D2C0000 - 0x6D2DB000 D:\temp\OraInstall2006-08-24_11-39-01AM\jre\bin\jpeg.dll
    0x08730000 - 0x08745000 D:\temp\OraInstall2006-08-24_11-39-01AM\oui\bin\win32\oraInstaller.dll
    0x08240000 - 0x08249000 D:\temp\OraInstall2006-08-24_11-39-01AM\dbwsec.dll
    0x08C80000 - 0x08C86000 D:\temp\OraInstall2006-08-24_11-39-01AM\orawsec9.dll
    0x091F0000 - 0x09214000 D:\temp\OraInstall2006-08-24_11-39-01AM\WinPrereq.dll
    0x08CA0000 - 0x08CAC000 D:\temp\OraInstall2006-08-24_11-39-01AM\Win32Env.dll
    0x09A30000 - 0x09A3F000 D:\temp\OraInstall2006-08-24_11-39-01AM\w32RegQueries152.dll
    0x09E50000 - 0x09E5E000 D:\temp\OraInstall2006-08-24_11-39-01AM\WindowsGeneralQ.dll
    0x0A270000 - 0x0A28B000 D:\temp\OraInstall2006-08-24_11-39-01AM\SID_Queries.dll
    0x76C10000 - 0x76C39000 C:\WINDOWS\system32\imagehlp.dll
    0x6D580000 - 0x6D628000 C:\WINDOWS\system32\dbghelp.dll
    0x77B90000 - 0x77B98000 C:\WINDOWS\system32\VERSION.dll
    0x76B70000 - 0x76B7B000 C:\WINDOWS\system32\PSAPI.DLL
    Local Time = Thu Aug 24 11:43:20 2006
    Elapsed Time = 256
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
    #

    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0xa272c7d
    Function name=Java_W32LocateSidNative_w32LocateSidHome
    Library=D:\temp\OraInstall2006-08-24_11-39-01AM\SID_Queries.dllNote that the above error information is not pointing at Java code. You will do better asking this question at Oracle.

  • ODBC Oracle 10g on BOE XI 3.1

    Hello
    I want to know if the installation of BOE has a ODBC driver for ORACLE in the installation route.
    Or ORACLE has its own driver?
    I checked the SAP Note 1292899 to download data direct drivers, but I can't find the link on SAP support portal.....
    Thanks in advance
    Oscar Barrientos

    Hi,
    I downloaded the Data Direct driver for Crystal Reports and installed it on the path of the BO installation.
    I modified the odbc.ini with the next lines:
    [ODBC Data Sources]
    CLUB=DataDirect 5.3 Oracle Wire Protocol Driver
    [CLUB]
    Driver=/home/bobj/boe31/bobje/enterprise120/linux_x86/odbc/lib/CRora23.so
    Description=DataDirect 5.3 Oracle Wire Protocol Driver
    HostName=172.16.5.203
    ServiceName=CLUB
    PortNumber=1521
    LogonID=club
    Password=***
    In the universe, I selected the Generic ODBC datasource for the connection.
    But when I create a Webi report, I got this message:
    A database error occured. The database error text is: [Crystal Reports][ODBC Oracle Wire Protocol driver][Oracle]TNS-12514: TNS: listener could not resolve SERVICE_NAME given in connect descriptor. (wis 10901)
    Regards,
    Oscar Barrientos

Maybe you are looking for

  • Trouble with Adobe Bridge

    Hi, It appears that the instllation of Adobe Bridge did not function with my Cretive Cloud downloads and installs... Bridge does not appear as an application or anywhere within my Mac's directory structure (OS X Lion). Is there anyway to reinstall it

  • Assign G/L Account VKOA

    Hi Friends when i am assingin G/L account transaction code VKOA the transaction screen opend ....when i am press the 1.Cust.grp/material.grp/account key..... it is taking time ......then its going to DUMP ERROR syntax error in program SAP L089C.... 

  • Can't add any buddies

    Just trying to get iChat (v.4) set up for first time on iMac running Leopard, using Bonjour. How do we add buddies??? There's no "+" sign on the Bonjour window and we can't see another way to do it. Searching the iChat "help", it says to click the "+

  • HT4437 Updating my ipod

    I have a 2nd generation ipod and I cannot update or get any new apps as I need to have the version ios 4.3. My ipod only lets me update to 4.2.1. Is there any way I can update my ipod to 4.3 ? I cant even use some of the apps I already have. I need i

  • Reg Date field in Form

    I am working with a form in which I need to display a date from a XXXX table. Initially when I run that form online it should display MM/DD/YYYY (to let the user know that he/she should enter the date in the specified format)in the date field if the