We need to access a view on a 32 bit Oracle 9i  - Release 9.2.0.8.0 databas

Hi
I don't know if this is the correct forum:
We need to access a view on a 32 bit Oracle 9i - Release 9.2.0.8.0 database running on Windows 2003 Server, from a MS SQL 2008 R2 64 bit system running on Windows Server 2008 64 bit.
The DBA for one of the vendors involved has concluded that it is not possible to link from 64 bit MS SQL to a 32 bit Oracle install.
If it is possible, can you advice what we need to do. Thank you.

Wrong forum.
Only solution I can think to actually get to the view.
1. SQL Server, in TSQL, alllows access to ODBC driver
2. Use a ODBC driver that can access Oracle (which probably means any SQL driver that will install.)

Similar Messages

  • Access a view on a 32 bit Oracle 9i  from a MS SQL 2008 R2 64 bit

    NOt sure if this is the right forum for this.
    We need to access a view on a 32 bit Oracle 9i - Release 9.2.0.8.0 database running on Windows 2003 Server, from a MS SQL 2008 R2 64 bit system running on Windows Server 2008 64 bit.
    Edited by: 854859 on Apr 26, 2011 3:21 PM

    When yu want to access a view hosted in Oracle and retrieve data from this view in a MS SQl Server, then you need to use MS SQL Server Linked Server mechanism based on OLEDB/ODBC.
    Since MS SQL Server this feature is integrated in MS Integration Services and more details can be found at the MS knowledge base.

  • HT1304 Do I need Internet access to view rented movie

    Can I watch a downloaded movie on an airplane without wifi?

    As long as the film has been fully downloaded then you should be able to watch it whilst offline

  • I am currently using a desk top imac with firefox as the browser. I need to access a website that requires 128 bit encryption. How do I increase bit encryption?

    when I log into view my accounts, a pop up asks me to use either explorer or netscape with 128 bit encryption. since i use a mac, i do not have either. can i up the encryption using firefox?

    https://support.mozilla.com/en-US/questions/903234
    see also SSL Encryption Report( fortify net) in '''cor-el''' reply, in support.mozilla link inside the above link.
    thank you

  • Need to access a context_node in an another view of the same component

    Hi experts,
    I need to access a context_node which is not in my view but it exist in an another view of the same component.
    The component is ICCMP_BP_DETAIL.
    i need the context_node "CUSTOMER" from the view Bupadetail to view Bupacreate. so that i can make those context_node Attributes available in the configuration screen.
    regards,
    chella.

    Hi Chella,
    You can access the context node from other view using the custom controler or getting a context node from view that you are and use the method get_parent(to get predecessor objet) or get_related_entity(to get sucessor object).
    I think the second way is easier.
    Use transaction GENIL_MODEL_BROWSER and GENIL_BOL_BROWSER to know in wich object you are and where you have to go!
    Best regards,
    Caíque Escaler

  • How to Access Maintenance View from a program

    Hi Experts,
    I have created a maintenance view for a table. i want to insert data's into the table through the maintenance view. I don't know how to access the view, how to insert data into the Maintenance view. Please suggest me how to access the view from the program.
    with regards,
    James...
    Valuable answers will be rewarded...

    Hi,
    What is the need to search for a program.
    Use transaction SM30 or SE16 to create or maintain entries in the table.
    e.g. if the Maintenance view is created on table A, then Goto transaction SM30 or SE16 and give the table name as A and proceed. This will automatically take u to the maintenance view on tha table A.
    Regards,
    Himanshu

  • Access to view  without a blocked

    Hi, i need access a view by sm30 2 or more times without a blocked
    thanks

    Hi
    This is my program for SM30 in order to set a my own lock
    A) SE11
    - I've created a maintenance view for my Z-table
    - I've set the fields I need to lock available for SUBSET
    - I've set the view Display "Maintenance allowed with Restrictions"
    - I've generated the maintenance program for SM30
    - I've implemented the event 19 in order to set my lock
    B) I've created a Z-program in order to call the view above by fm VIEW_MAINTENANCE_CALL:
    this fm is always called for DISPLAY only (in this way no standard lock will be set)
    C) The code I've set in event 19:
    DATA: BEGIN OF MY_LOCK,
              MANDT       TYPE <table>-MANDT  "<---Structure with fields I need to lock
            END OF MY_LOCK.
      DATA: W_SEL_LIST TYPE VIMSELLIST.
      DATA: VARKEY TYPE RSTABLE-VARKEY.
      FIELD-SYMBOLS: <MY_KEY> TYPE ANY.
      LOOP AT DBA_SELLIST INTO W_SEL_LIST
        WHERE VIEWFIELD = '<field name ....>  "All fields of structure above
              OR VIEWFIELD = '<field name ....> .
        ASSIGN COMPONENT W_SEL_LIST-VIEWFIELD
           OF STRUCTURE MY_LOCK TO <MY_KEY>.
        IF SY-SUBRC = 0.
          MOVE W_SEL_LIST-VALUE TO <MY_KEY>.
        ENDIF.
      ENDLOOP.
      IF SY-SUBRC = 0.
        IF NOT MY_LOCK IS INITIAL.
          MY_LOCK-MANDT = SY-MANDT.
          VARKEY = MY_LOCK.
          CALL FUNCTION 'ENQUEUE_E_TABLEE'
            EXPORTING
              MODE_RSTABLE   = 'E'
              TABNAME        = <table name>
              VARKEY         = VARKEY
            EXCEPTIONS
              FOREIGN_LOCK   = 1
              SYSTEM_FAILURE = 2
              OTHERS         = 3.
          IF SY-SUBRC <> 0.
            MESSAGE ID SY-MSGID TYPE 'S' NUMBER SY-MSGNO
                    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ELSE.
            MAINT_MODE = VIEW_ACTION = 'U'. "Change SM30 for UPDATING
          ENDIF.
        ENDIF.
      ENDIF.
    So I haven't used the event 14, bat you can try to use the code above in that event, but in this case you have to add the code to delete the standard lock for the full table.
    Max

  • JBO-27102: Attempt to access dead view row

    Hi all,
    we are using the following types of view objects , while activation/passivation ,app is throwing access dead view row exception.
    Plese guide us what are the best practice , making application active safe ..
    1) Entity based view objects
    2) Entity based objects + contains Transient attributes
    3) Read only (query based )View Objects
    4) Read only (query based )+ transient attributes
    5) Transient view objects.
    And we are passivating all View objects in our application, Please suggest .do we need to passivate all view objects.
    is it required to passivate Transient attributes.
    If we have few attributes added on entity based VO , how can we passivate them.
    Please can you help us with pointers , which VO and which attributes can be passivated .
    Thanks
    Sreeni

    In general you should persist all vo and eo you have. Transient attributes should be persisted too add long add they are not calculated.
    Eo and vo are passionate automatically by the framework, only transient attributes you have the flag for passivation. If you add other attributes into the implementation class you have to passive them yourself.
    For more info check http://wp.me/pcBZk-3c
    Timo

  • Accessing Discoverer Viewer on a PDA

    Hi,
    Could anyone tellme if it would be possible to access discoverer viewer on a PDA running windows mobile 2003?
    We have a Portal running the discoverer portlets and when I click "Analyze" link the discoverer viewer errors with a java null pointer.
    Has anyone tried this?
    Also, I assume that I may need a JVM on the PDA?
    Thanks
    Joel.

    Again, there is no way to do such thing. It is mainly because MIDP target a large range of mobile products which not necessarily have those address book or other databases.

  • I have the Aiport T-2 and need to access it outside my home for checking my security cameras and can't seem to get it done. With my Linksys I had no problems. Any suggestions?

    I have a Airport T-2 and need to access it with my IPhone using Verizon outside the home Wi Fi on my 4S. Any ideas as with the old Linksys it was no problem.

    Have you forwarded the required ports?
    How are you doing remote access from phone?
    The TC is designed to work with BTMM and iCloud but that is not available to the iphone.
    Look at Tesserax's work on remote access and port mapping here.
    https://discussions.apple.com/community/wireless/airport?view=documents
    Good luck!!

  • Unable to access DBA views

    Hi All,
    OS:AIX
    DB: 10g
    When i am trying to access DBA views say:
    select * from dba_users;I am getting a error saying table or view does not exist even though i am able to describe dba_users and i am also abe to query V$ views.
    Need you inputs on this...
    Regards.

    Hi Steven,
    Here is the output:
    oracle@scsuat:/home/oracle/scripts$ id
    uid=204(oracle) gid=203(dba) groups=1(staff),100(usr)
    oracle@scsuat:/home/oracle/scripts$ whoami
    oracle
    oracle@scsuat:/home/oracle/scripts$ env | grep ORA | sort
    LD_LIBRARY_PATH=/testdata/oracle11g/ORACLE/oraclehome/lib
    LIBPATH=/testdata/oracle11g/ORACLE/oraclehome/lib32:/lib:/testdata/oracle11g/ORACLE/oraclehome/lib
    ORACLE_HOME=/testdata/oracle11g/ORACLE/oraclehome
    ORACLE_SID=xyz
    PATH=/testdata/oracle11g/ORACLE/oraclehome/bin:/testdata/oracle11g/ORACLE/oraclehome/OPatch:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oracle/bin:/usr/bin/X11:/sbin:.
    TNS_ADMIN=/testdata/oracle11g/ORACLE/oraclehome/network/admin
    oracle@scsuat:/home/oracle/scripts$
    oracle@scsuat:/home/oracle/scripts$
    oracle@scsuat:/home/oracle/scripts$
    oracle@scsuat:/home/oracle/scripts$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.2.0 Production on Tue Dec 4 20:32:01 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning option
    SQL> show user
    USER is "SYS"
    SQL> select * from dba_users;
    select * from dba_users
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00942: table or view does not exist
    BR
    Sphinx

  • What end users need in order to view WebHelp?

    We are in the process of releasing
    WebHelp. A question came up: What end users need in order to view WebHelp?
    Any advice?
    Thank you,
    lisa

    Hi Lisa
    Basically they need a web browser and access to the WebHelp. Preferably Internet Explorer or Firefox and whatever the browser, recent versions of each. And if you have any Flash content in your help (such as Captivate movies) the browser needs a recent version of the Flash Plug In or Helper object.
    I believe Google Chrome is not a supported browser and you might see issues with other browsers than IE or FF.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Accessing XML View through DBUri

    I am having problem in accessing XML View through HttpURI.
    Also i need some advise in following such architecture between my app server and DB server.
    The problem i am facing is that
    1. The query passed through URI does a full table scan, hence poor performance.
    2. Not able to query on date/timestamp.
    Any help would be appreciated.
    Thanks

    Here is how my output would be..
    <log systemID="00XXXABC01" MLN="9999" USN="00XXXPET01" timeStamp="Sun Jun 1 22:00:11 2003" timeZone="BST - Europe/London">
    <message type="XXXHealthPage" time="Sun Jun 1 22:00:11 2003" source="XXX">
    <text>This is manxx1 machine's HealthPage report</text>
    <detail>
    <generic_report title="XXX System Health Report">
         <emailaddr>[email protected]</emailaddr>
         <heading title="System Identification">
         <linevalue name="Report_date">Sun Jun 1 22:00:11 2003</linevalue>
         <linevalue name="Last_update_time">May 02 2003 22:00:14</linevalue>
         </heading>
    </generic_report>
    </detail>
    </message>
    </log>
    I have underlined the variables that i have to query on.. basically i have to select messages between certain times for a particular system.
    am trying a query..
    1. http://localhost:8080/oradb/MACLOG/TEST_MACHINE_XML1/ROW/log[@systemid="415444KCT"]
    This doesnt work for some reason.. i had to make systemid as a separate element.(@attribute doesnt work)2. i dono how to query for message[@time between to_char(...)]
    Any Help..

  • HT1657 Once I download a rented movie, do I need WiFi access in order to watch it?

    Once I download a rented movie, do I need WiFi access in order to watch it?

    Welcome to the Apple Community.
    From my own personal experience, I have found that when I turn off the Wi-Fi on my Wi-Fi only iPad, I am still able to play rented movies on it. I have tried this perhaps four or five times and in each case, this has been the result. I have also noted that other users have had the same experience as I.
    However saying that I have noted a small number of users that have stated they are unable to view rented movies without an Internet connection. This knowledge base article from Apple, also suggests that an Internet connection is required.

  • My iphone has failed and I need to access my contacts.

    My iPhone has failed (again) and I need to access my contacts.  I backup/sync to ITunes regularly, but I can't find any means to access the data that I have backed up.
      Any thoughts?
    B.

    The iphone is designed to be synced woth your computer regularly.  Your contacts should reside on your computer.  The iphone simply allows them to be portable.
    Your contacts will be in whatever program you have been syncing.
    The backup is only for restoring an iphone.  Contacts are backed up to keep the recents and favorites when you restore your iphone.

Maybe you are looking for

  • When i login to a website, it loads then gives me a blank page ?

    I can view a page regularly, like everything is normal until i go to log in. I get a blank page as soon as the page loads, and this happens to many websites. Ive tried searching in safemode, editing my firewall settings, removing cookies, disabling p

  • How to upload a file using java bean?

    hi, i need a code simple how to upload a file from jsp form to a java bean file (not a servlet) thank,s zik

  • At line Selection event, failed

    I have created my own pf-status, and assigned 'PICK' to the F2 key in the pf-status. When i am double clicking on a field in the report output, it is coming to the event 'AT LINE-SELECTION'. in that event i am writing the statement. read line sy-lill

  • PSE9 Organizer File Order display

    Before PSE9 if I chose to display the images in file order it did just that, no more. In PSE9 displaying the images in file order imposes a selection on the images, So, if choose to look at a particular folder the it selects the files in that folder

  • The Database is being upgraded. Try after sometime.

    This is the error that I am getting when I try to view the inventory of a workstation from console one. I upgraded my Zeninstallation 3 or 4 months ago. I am confident that everything went smoothly as it appeared to work after the upgrade. Any ideas?