Is it possible to have access a table of DB SQL Server for the DB Oracle?

Is it possible to have access a table of DB SQL Server for the DB Oracle? How?
Thank you, Paulo.

You can configure Heterogeneous Distributed Database Systems

Similar Messages

  • Copy table from Ms SQL Server 2005 to Oracle with SSIS package

    Hi all
    I am witting an SSIS package to copy 2 tables from Ms SQL Server 2005 to an Oracle 10g database.
    Problem: I can only see the Microsoft OLDB Provider for Oracle and it is too slow. How can I use the Oracle ODBC in aMs SQL Server 2005 or building a .net SSIS package.
    thanks

    Yes I am able to see the driver on the Data Source (ODBC), I also created a connection to the Oracle database. The problem in Ms SQL Server 2005 is that the ODBC connection I created is not listed. None of the lo local connections are listed, only Microsoft OLEDB connections

  • Tables in MS SQL server where role names are stored

    hi
    Please let me know the table in MS SQL server where the authorisations and role names are stored

    Hi,
    Table agr_define stores the roles.
    Some more tables in this regard are as under
    AGR_AGRS                       Roles in Composite Roles
    AGR_PROF                       Profile name for role 
    AGR_SELECT                     Assignment of roles to Tcodes
    AGR_TCDTXT                     Assignment of roles to Tcodes
    AGR_TCODE3                     Assignment of roles to Tcodes
    AGR_TCODES                     Assignment of roles to Tcodes
    AGR_USERS                      Assignment of roles to users 
    AGR_USERT                      Assignment of roles to users 
    etc etc.
    To explore more in Tcode SE11 enter AGR* and search.
    Table USOBT details reln between tcode and auth object.
    Hope this helps
    Pl dont forget to award points.
    Regards

  • I am trying to have access tables of the Sql Server through the Oracle

    I am trying to have access tables of the Sql Server through the Oracle and this being occurred the error:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message: [Generic Connectivity using ODBC][H006] The init parameter <HS_FDS_CONNECT_INFO> is not set.
    Please set it in init <orasid>.ora file.
    ORA-02063: preceding 2 lines from HSMSQL
    I created the ODBC with name HSMSQL.
    I made all the configurations in the archives
    tnsnames.ora:
    HSMSQL=
    (DESCRIPTION=
    (ADDRESS= (PROTOCOL = tcp)(HOST = wsus)(PORT = 1521))
    (CONNECT_DATA =
    (SID = HSMSQL)
    (HS = OK)
    listener.ora:
    (SID_DESC = (SID_NAME=HSMSQL)
    (ORACLE_HOME= C:\oracle\ora92)
    (PROGRAM =hsodbc)
    initHS_SID.ora:
    HS_FDS_CONNECT_INFO = HSMSQL
    HS_FDS_TRACE_LEVEL = OFF
    -- Create database link
    create database link HSMSQL.US.ORACLE.COM
    connect to TESTE identified by TESTE2
    using 'HSMSQL';
    But when I execute query the error occurs:
    Select * from TabTeste@HSMSQL
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message: [Generic Connectivity using ODBC][H006] The init parameter <HS_FDS_CONNECT_INFO> is not set.
    Please set it in init <orasid>.ora file.
    ORA-02063: preceding 2 lines from HSMSQL
    Please they help me, thanks, Paulo.

    Hi,
    It seems that your configuration is Ok. By the way, the workaround for this error is:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Transparent gateway for ODBC][H001] The environment variable <HS_FDS_CONNECT_INFO> is not set.
    * Set HS_FDS_CONNECT_INFO in the hs{sid}init.ora file to the data source name.
    Example: HS_FDS_CONNECT_INFO = <ODBC DataSource Name>
    * Make sure the hs{sid}init.ora file exists in the ORACLE_HOME/hs/admin directory and has the same name as the SID in the LISTENER.ORA.
    Example: If SID=hsodbc in the listener.ora file, then the hs{sid}init.ora file would be named ORACLE_HOME/hs/admin/inithsodbc.ora
    For more information see if this [url http://forums.oracle.com/forums/thread.jspa?forumID=61&threadID=576975]thread can help you.
    Cheers

  • Access 2010 table has too many fields for web database - how to split into two web-compatible tables?

    Hello, 
    I'm in the process of converting an Access 2010 database into a web database and I'm having some trouble. I have a table which has 236 fields, which is more than the 220 field limit for web-compatible tables. I have tried to split this table into two tables
    with a one-to-one relationship, but web tables can only use lookups as relationships. I've tried to connect the tables with a lookup and then synthesize a one-to-one relationship by using data macros but I'm not having much luck.
    I realize that 236 fields is a lot, but it must be set up this way because each field represents a tasks and is a yes/no box to verify that the task has been completed - and the records are different employees for whom which the tasks need to be completed.
    Could someone please help me figure out a way to make this table web compatible?
    Thank you, 
    Ryan

    Hi,
    I found that you've cross post the quesion on our Answer forum, are you satisfiled the reply from there?
    http://answers.microsoft.com/en-us/office/forum/office_2010-access/access-2010-table-has-too-many-fields-for-web/06ee81ea-24ab-48b8-9b8f-0ed08a868bac
    Regards,
    George Zhao
    TechNet Community Support

  • The desktop on which I had Lightroom and PhotoshopCC installed failed and I no longer have access to it. How do I deactivate the software on those machines so that I can reinstall it on my new Mac?

    Question: The desktop on which I had Lightroom and PhotoshopCC installed failed and I no longer have access to it. How do I deactivate the software on those machines so that I can reinstall it on my new Mac?

    Absolutely - but I had no idea there were two versions. When I got my new laptop I just went to the Adobe site to download and install LR5. It never asked if I had a license; it just directed me to install CC to start a trial which I thought I could license after downloading. Several sessions and many hours of looking through the forums and Google for an answer I never ran across anything that made this distinction. I still haven't found a path from www.adobe.com that would get me to the standalone download page (it's probably there, wasn't obvious to me) and looking at the download page it doesn't make any CC/standalone distinction.
    There are many places I could have gotten a hint - for instance the license could be tagged "stand alone edition", the CC-version could recognize the stand-alone key and either accept it or produce a more meaningful error message, or the download site or the CC app could ask if I had previously purchased a key, etc.
    It was my error to assume this was a deactivation problem, but it looked the same as a previous deactivation problem with Photoshop.
    In any event, thank you for your help.

  • Possible to have multiple data sources within 1 SQL querey?

    Hi All,
    Is it possible to join to a table in a different datasource within 1 SQL Querey?
    Something like...
    Connection 1
    Select *
    From Table
    Join
    Connection 2
    On
    Connection1.Table1.Field1 = Connection2.Table2.Field2  Thanks,
    John

    Johnbr (Oracle11G) wrote:
    Is it possible to join to a table in a different datasource within 1 SQL Querey?Called distributed joins - joining a table from one database with that of another database. Also possible to do heterogeneously across different database products - e.g. joining an Oracle table with a SQL-Server table.
    As already explained, some kind of communication interface is needed from the local database to the remote database, in order for the remote table to be read and joined to the local database. This interface is called a database link in Oracle.
    The basic steps. First define the database link:
    create database link <linkname>
      connect to <account>
      identified by <password>
      using <connection-string>Complete syntax details and examples are in the SQL Reference Guide (see http://tahiti.oracle.com)
    After the database link has been identified, you should now be able to address remote tables as follows:
    select * from <remote-table>@<link-name>A distributed join would look something like the following:
    select
    from <local-table> t1,
          <remote-table>@<link-name> t2
    where t1.. = t2..However... this is almost always a BAD IDEA to do distributed joins. It seldom performs well. Performance is immediately constrained to the speed, bandwidth and latency of the network link between local and remote databases. It cannot scale with data volumes and increased frequency of use.
    So if the remote table is not small, the network link not robust and reliable, and join not infrequent, it is bad idea to make use of distributed joins. In which case other alternative (and far superior) features need to be considered instead - like materialised views.

  • Is it possible to have 2 different output config XML files and index the data into 2 endeca apps using the same indexing component ProductCatalogSimpleIndexingAdmin

    Hi ,
    We have a catalog that defines 2 types of products (they have too many different properties), so wanted to keep them on two different MDEX engines and serve the applications requests. Here DB catalog and front end ATG application is same for both the MDEX instances.
    Is it possible to have 2 different output config XML files and index the data into 2 endeca apps using the same indexing component ProductCatalogSimpleIndexingAdmin?
    Thanks
    Dev

    Hi, also have had some problem some monthes ago - I created separete component ProductCatalogSimpleIndexingAdminSecond. After that one of my colleage gave me some advice:
    The creating separate component like ProductCatalogSimpleIndexingAdmin for the second IOC is possible way for resolving your situation. But I afraid that this way will be required creating mane duplicates for already existed components.
    In my opinion the better way is the following:
    starting from AssemblerApplicationConfiguration and ApplicationConfiguration component. It contains details for connecting between ATG and Endeca. Of course you should configure different components for different Endeca Apps.
    After that:
    Find all components that uses AssemblerApplicationConfiguration and ApplicationConfiguration. Customize these components for using one or another  *Configuration component depending on what index works. (many variants released it: the most simple global custom component with flag.)
    Then customize the existed ProductCatalogSimpleIndexingAdmin. Using one or another IOC  and setting the flag in global custom component when index started. You can add some methods into your custom ProductCatalogSimpleIndexingAdmin like:
    Execute baseline index for both IOC (one by one)
    Execute baseline for IOC 1
    Execute baseline for IOC 2.
    Note: you should be afraid about incremental (partial) index in this configuration. But resolving conflicts in incremental index should be done after full implementation these changes.
    Regards

  • My Uncle has lost his apple password, he doesn't have access to his email and he cannot remember the answers to his security questions any idea how we can get a password?

    My Uncle has lost his apple password, he doesn't have access to his email and he cannot remember the answers to his security questions any idea how we can get a password?

    You can start with http://iforgot.apple.com and http://appleid.apple.com and also use the Apple ID Security site from http://support.apple.com/kb/HT5699 for assistance.

  • I want to borrow my wife's iPad for a trip but have access to my iBooks account. If I change her login access will that mess up her books for the future?

    I want to borrow my wife's iPad for a trip but have access to my iBooks account. If I change her login access will that mess up her books for the future?

    I assume that iBooks is limited in the same way that iTunes and the App store are.  That is, you can only change the AppleID associated with a device once every 90 days.
    http://support.apple.com/kb/ht4627
    So if you log out of the iBook store with her AppleID, and use yours, you will have to wait 90 days before she can use her AppleID with that same device again.

  • Oracle dblink to sql server, accessing multiple database on same sql server under one dblink

    Hi, we have successfully managed to set up an Oracle dblink over to sql server and retrieve data.
    The sql server user were using via the dblink has access to more than one database on the same sql server
    But the question is how in oracle (if at all possible) do you prefix the sql statement to access this ?
    Eg:
    Sqlserver_prod has user sqlserver_user which appears to be set up as default database on sqlserver_db1
    But we have select access to sqlserver_db2
    all work fine as sqlserver_user
    select * from  table_fromdb1
    select * from  dbo.table_fromdb1
    select * from  sqlserver_db1.dbo.table_fromdb1
    as does
    select * from  sqlserver_db2.dbo.table_fromdb2
    over in Oracle
    Oracle_db has dblink sqlserver_prod.world connecting as sqlserver_user
    all working fine
    select * from "table_fromdb1"@sqlserver_prod
    select * from "dbo"."table_fromdb1"@sqlserver_prod
    but how (if at all possible) do I access from oracle
    sqlserver_db2.dbo.table_fromdb2
    without having to create a new sqlserver_db2_user referenced in a new dblink
    if oracle to oracle would be
    select * from remote_oracle_schema.table@remote_oracle_db

    Hi, ok cheers, I see, original gateway was connecting purely at host_name level
    HS_FDS_CONNECT_INFO=sqlserver_host
    Planning to amend this to be
    HS_FDS_CONNECT_INFO=sqlserver_host//sqlserver_db1
    With exisiting dblink
    And to create new gateway
    HS_FDS_CONNECT_INFO=sqlserver_host//sqlserver_db2
    With new exisitng dblink,will see how we get on
    Cheers again

  • Create a table in SQL Server, Export tables from Microsoft Excel to Microsoft SQL Server, Populate the created table

    Hello team,
    I have a project that I need to do, what is the best approach for each step?
    1- I have to create a table in Microsoft SQL Server.
    2- I have to import data/ tables from Microsoft Excel or Access to Microsoft SQL Server. Should I use Microsoft Visual Studio to move data from Excel or Access?
    3-I should populate the created table with the data from the exported data.
    4-How should I add the second and third imported table to the first table? Should I use union query?
    After I learn these, I will bring up the code to make sure what I do is right.
    Thanks for all,
    Guity
    GGGGGNNNNN

    Hello Naomi,
    I have imported all the tables into SQL Server,
    I created a table:
    CREATE
    TABLE dbo.Orders
    Now I want to populate this table with the values from imported tables, will this code take care of this task?
    INSERT INTO dbo.Orders(OrderId, OrderDate)
    SELECT OrderId, OrderDate
    FROM Sales.Orders
    UNION
    SELECT OrderId, OrderDate
    FROM Sales.Orders1
    Union
    SELECT OrderId, OrderDate
    FROM Sales.Orders2
    If not, what is the code?
    Please advise me.
    GGGGGNNNNN
    GGGGGNNNNN

  • Using HA SQL server For 3rd Party SQL Access

    Is it possible to use the HA SQL server as the access point for SQL stored proceduers on a link
    server instead of the production SQL server. IPCC 4.0

    you can try it out and see if it works however with 4.x we have observer memory leak which crashes the boxes.
    Moreover as this type of scenario has not been tested by Cisco - TAC will state you to remove the setup before troubleshooting.
    Hope this helps
    Regards
    Anuj

  • Is it possible to link existing Sharepoint 2010 lists to SQL server databases?

    I created a SQL server database and added a table to it. Then I used Sharepoint Designer 2010 to create an external
    Content Type using this table. Now I can alter the according Sharepoint list which then again performs CRUD operations on the said database table.
    Now I want to do the same with a existing list which already contains data. In other words, I want to synchronize already filled lists to a table in my
    SQL Server database. As I am new to Sharepoint this is the only solution I can think of.
    I would create a table in my database which contains the very same columns as my already existing Sharepoint list does. Then I would proceed as described above. Namely I would use
    Sharepoint Designer to create an External Content Type. This would generate a new list which would be connected to my database table. Now I would copy the complete data from the
    original list to the newly created and synchronized list. This way the data should also be synchronized with the database table now. Now I would simply delete the
    old list.
    I somehow have the feeling this is not a clean solution for my task. Is there any easier or cleaner way to do this? Is this even possible?

    It's clean enough, although if I remember correctly you can't bulk upload the data to an external list. If bulk upload isn't available, writing a little script that syncs the data is probably the easiest way to do it, and then delete the old list.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Table names and field names for the PO item details

    Hi,
    I want table names and field name for the below fields.
    I have PO number i want to get below fields for PO.
    <b>Confirmed Ship Date (or actual ship date if already shipped) – PGI Date
    Quantity of Product to be shipped (base unit of measure) Sales Order Qty
    Shipped Quantity of Product (normally zero)
    Shipped From Plant Name</b>
    Excellent reward is compulsary.
    reagrds,
    vijay

    Hi,
    Please find below the some of tables and fields for the PO. But from your query hope you are refering some other PO.
    Table : EKPO
    Fields
    KTMNG - Target Qty
    MENGE - Open Qty
    WEPOS - Goods Receipt
    LEWED - Latest GR date
    Table : EORD
    Fields
    RESWK - Procurement plant
    FRESW - Fixed Issuing plant
    LIFNR - Vendor
    FLIFN - Fixed vendor
    Regards,
    BK

Maybe you are looking for

  • Need suggestion in smartform

    Hi, I am passing range of invoice numbers using select options from driver program.I have to get form(one per page) for each invoice number.ie form for first invoice number should be displayed in first page.form for 2nd invoice number should be displ

  • Connection with Windows 7 PC by USB - PlayBook not Recognized on File Explorer of BlackBerry Desktop

    When I connect my PlayBook (OS 2.1) to my Windows 7 PC using USB cable, I do hear the familiar two-tone sound indicating connection, but the Windows File Explorer does not create a Drive Designation letter (such as Z:\). And BlackBerry Desktop Softwa

  • ROWNUM with Greater than symbol..!

    Hi Can any one explain why ">" greater than operator not working with ROWNUM. FOR EXAMPLE: SELECT * FROM EMP where rownum > 2; But the less than operator is working. SELECT * FROM EMP where rownum < 2; Please clarify this. Thanks in advance. Regards

  • Cost Elements not to be created

    < MODERATOR:  Message locked.  Please post this message in the [Controlling forum|SAP ERP Financials - Controlling;. > Hi All, Can you please let us know, which type of P&L accounts should not be created as Cost Elements in Controlling . . . We have

  • Sockets write/close operations hangs application

    Hi! I've got a trouble with my web-application. It'a s chat system, that uses Keep-Alive connections for messages output and that recieves messages through another socket. Everything is fine with receiving messages. But after message is received, I n