SQL Server as dehydration database

hi all,
i want to use the SQL Server 2005 as a dehydration database for the BPEL that comes with the SOA 10.1.3.1.0,
i use the data direct jdbc downloaded from the oracle site,
i executed the corresponding sql server schemas located in the bpel/scripts folder,
when i try to connect to the bpel with username and password i got the following message:
"No domains accessible to the user logged in."
i tried the jtds jdbc and i got the same error
does anyone has any idea about the BPEL 10.1.3.1.0 compatibility with SQL server? thanks

thank you for your reply,
actually, i noticed that the sqlserver schema (in the bpel/database/scripts) for bpel is not updated for the new BPEL 10.1.3, the value in the table version is 2.0.3 where in the oracle schema is 2.0.4
for example when i tried to add a new domain, it said that hte object 'domain_properties' doesn't exist, so i think that the schema is not compatible with the new version of bpel

Similar Messages

  • I want to use the SQL Toolkit of NI and SQL Server as my databasis on a server. Do I need to install a client in each computer I want to handle the data into SQL tables or I need only a ODBC driver?

    I want to use the SQL Toolkit of NI and SQL Server as my databasis on a server. Do I need to install a client in each computer I want to handle the data into SQL tables or I need only a ODBC driver?

    You only need the ODBC driver on each computer. If you are distributing the SQL Toolkit app as an executable and do not install the whole toolkit on each computer, you'll need the SQL Toolkit support files. This is about a dozen files. You can get the list at http://digital.ni.com/public.nsf/websearch/b814be005f9da9258625658700550c75?OpenDocument.

  • How to store jpeg images in SQL server using NI database Connectivity Toolset. Can anyone please help me in this regard.

    Please tell how to store jpeg images in SQL Server using NI Database Connectivity Toolset.

    http://www.w3schools.com/sql/sql_datatypes.asp
    You setup a field as BLOB and store the binary of the picture there. Depending on the database it can be called differently as you can see in the link, in SQL server there's even a Image datatype.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Insert and update tables from SQL server to oracle database tables

    Hi,
    I am having problem while update data from sql server to oracle database tables.
    I am doing one way insert +updates that is from SQL Server tables ==> Oracle database tables
    I am using tools Sql server Integration service. I can insert data from sql server to oracle but update can't. Please help me how can I update + insert from sql server to oracle database tables easily.
    Thanks in advance.

    Hi,
    What about using Oracle SQL Developer for migration
    http://www.oracle.com/technetwork/database/migration/sqlserver-095136.html
    HTH

  • How to connect java project to sql server 2008 r2 database

    i want to create an java application which has to create a database and later access it. My problem is that i am not able to connect sql server 2008 r2 database driver on to the netbeans.i have sql server 2008 r2 installed on my system.please
    suggest me the step by step procedure to establish the connection

    Hi ENG,
    To establish a connection to SQL Server from a Java project, you have to download the JDBC driver for SQL Server from
    here.
    After extracting the jar files(like sqljdbc.jar) from the above link, add the driver to the netbeansIDE.
    Test establishing a connection with the below Java Class.
    import java.sql.*;
    public class Test {
    public static void main(String[] srg) {
    String driverName = "com.microsoft.sqlserver.jdbc.SQLServerDriver"; //load the jdbc driver
    String dbURL = "jdbc:sqlserver://localhost:1433; DatabaseName=test"; //connection string to the db hosted on localhost
    String userName = "sa"; //user name
    String userPwd = "123456"; //password
    Connection dbConn;
    try {
    Class.forName(driverName);
    dbConn = DriverManager.getConnection(dbURL, userName, userPwd);
    System.out.println("Connection Successful!"); //print Connection Successful! if connection establishes
    } catch (Exception e) {
    e.printStackTrace();
    A demonstration video from Youtube for you reference.
    Connect NetBeans Project with Microsoft SQL Server 2008 - YouTube
    Since this is a question regarding Java, I suggest you post your subsequent questions to a java dedicated forum. It is appropriate and more experts will assist you.
    If you have any question, feel free to let me know.
    Eric Zhang
    TechNet Community Support

  • Transaction accross multiple SQL Server 7.0 databases

    Does any body know which driver to use to perform distributed transaction accross mutiple SQL Server 7.0 databases invloving CMPs .
              Any help appreciated.
              [att1.html]
              

    Hi,
    You can perform this action with the Oracle Migration Workbench. Just install the Workbench on the same machine as your SQL Server database.
    You can then configure the workbench to point to the oracle database on your Sun machine.
    You can use the Oracle database on your Sun machine for both your destination database (the database to which you migrate your SQL Server schema and data) and workbench repository.
    In order to do this you will need to configure a tnsnames.ora entry. The tool that will do this configuration for you should be started up at the end of the workbench installation. It is a fairly straightfoward process.
    You then need to create a user in your oracle database that will store the workbench repository.
    Once you have comleted these steps you will be able to migrate SQL Server on NT to Oracle on Sun.
    It is exactly the same process as migrating to Oracle on NT except you are pointing the Workbench to Oracle on a Sun box.
    Regards
    John

  • Migrating SQL Server 7.0 Database to Oracle8i Enterprise Edition

    Hello,
    I am running SQL Server 7.0 and Oracle8i Enterprise Edition on a
    Windows 2000 Server OS. I need to migrate the SQL Server 7.0 database
    over to Oracle8i side. I have tried the SQL Server 7.0 export utility
    and the Oracle8i import utility without much luck. I am now trying to
    use the Migration Workbench for version 8.1.7 and am having even less
    luck than the SQL Server 7.0 export utility. I have, also, tried
    downloading Oracle's latest ODBC driver for v8.1.7 without any luck.
    As far as I can tell, the problems are occuring with the BIT to
    NUMBER(1) conversions (the data is captured as 0s and -1s instead of
    0s and 1s) and the CROSS JOINs in the views.
    I have also been to the otn.oracle.com news groups and there doesn't
    seem to be much there either.
    Has anyone had any success with the Migration Workbench and if so, how
    many scripts, "massages", etc. needed to be done?
    I have only begun working with Oracle in the last 3 weeks and would
    TRUELY appreciate any help anyone can give me.
    Thank you in advance,
    Ferda Taylor
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Ferda Taylor ([email protected]):
    Hello,
    I am running SQL Server 7.0 and Oracle8i Enterprise Edition on a
    Windows 2000 Server OS. I need to migrate the SQL Server 7.0 database
    over to Oracle8i side. I have tried the SQL Server 7.0 export utility
    and the Oracle8i import utility without much luck. I am now trying to
    use the Migration Workbench for version 8.1.7 and am having even less
    luck than the SQL Server 7.0 export utility. I have, also, tried
    downloading Oracle's latest ODBC driver for v8.1.7 without any luck.
    As far as I can tell, the problems are occuring with the BIT to
    NUMBER(1) conversions (the data is captured as 0s and -1s instead of
    0s and 1s) and the CROSS JOINs in the views.
    I have also been to the otn.oracle.com news groups and there doesn't
    seem to be much there either.
    Has anyone had any success with the Migration Workbench and if so, how
    many scripts, "massages", etc. needed to be done?
    I have only begun working with Oracle in the last 3 weeks and would
    TRUELY appreciate any help anyone can give me.
    Thank you in advance,
    Ferda Taylor
    <HR></BLOCKQUOTE>
    Hi Ferda,
    Could you send a reproducable testcase to [email protected] along with the error.log file which is located in %ORACLE_HOME%/omwb/log/ directory.
    null

  • What is the correct wording to connect to an SQL Server Express 2014 database?

    I am connecting to an Access 2007 database:
    oleConnection = new OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\\...\\Db.accdb");
    What is the correct wording to connect to an SQL Server Express 2014 database?
    bhs67

    Hello,
    Please make sure you change RemoteServer with the computer name of the intended SQL Server server.
    Make sure the SQL Server instance have enable TCP/IP and Named Pipes protocols. Use the following article to enable them:
    http://msdn.microsoft.com/en-us/library/ms191294.aspx
    Start SQL Server Browser Service using SQL Server Configuration Manager.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Replacing a SQL Server 2005 Express Database with a SQL CE 3.5 database

    I am just googling for the past few days to find out the answer to this problem..
    I have an app developed over few man-years of effort - with vb.net and SQL 2005 Express Db. Now we use VS 2010 sp1 with .net 3.5 sp1.  We have used plain T-SQL commands and the app was performing admirably well. The DB has about forty tables. The data
    volume is about 200 to 300 mb max - but mainly it stays about 50 to 60 mb in many places. We are also using XML data transfers to backup the data.
    Now we want to shift to SQL CE 3.5 or 4.0 - just to avoid the pain of SQL Express download and installation by the users. We have successfully created a 3.5 and 4.0 sdf files. But when we change the connection from a mdf file to the sdf file in the VS2010 settings
    area, it just goes fine - the connection string is accepted and the app starts. But we get the usual error no 26 - unable to locate the database file - and a five line message that it is not able to connect to the sql server.
    Are we missing something ? We have included the sqlce dll in the references.. but just not able to make the app connect to the sdf file..
    All the codes, datasets, adapters, queries are just intact in the app - but just we are not able to connect to the sdf database.
    We would appreciate help in this regard and also in doing a build with SQL Ce with Inno Setup which we have been using so long.
    Finally there is too much of SQL CEs around - but 3.5, 3.5 sp2 and now CE 4.0 seems to be ones to go in for. Which one is really the best for our app - 3.5 or 4.0 ?
    Thanks in advance.

    we change the connection from a mdf file to the sdf file ... All the codes, datasets, adapters, queries are just intact in the app...
    Agree with Erik, just changing the connection string don't work, you have to use data access components from
    System.Data.SqlServerCe Namespace instead of
    System.Data.SqlClient Namespace
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • SQL Server 2012 Deploy Database to SQL Azure...

    I have spent many days trying to copy a simple test database from my PC to SQL Azure but with little success.  Then I installed SQL Server 2012 and see a new task:
    Deploy Database to SQL Azure...  It looks like an automated extraction to DAC and then creating the Azure database all in one step.
    I was elated, but got hit with the following three types of errors.
    One or more unsupported elements were found in the schema used as part of a data package.
    Error SQL71564: The element Extended Property: [dbo].[Accounts].[Address].[MS_Description] is not supported when used as part of a data package (bacpac).
    Error SQL71564: Table Table: [dbo].[Activities] does not have a clustered index.  Clustered indexes are required for inserting data in this version of SQL Server.
    Error SQL71564: Element User: [NT AUTHORITY\NETWORK SERVICE] has an unsupported property AuthenticationType set and is not supported when used as part of a data package.
     (Microsoft.SqlServer.Dac)
    May I know what I can do on the on-premise database to rid of the first and third error?
    Thanks.

    Hello,
    1) Remove the Extended Property from the (?) column Address in table Accounts.
    BTW, for small databases it's sometimes easiere to generate a script for the database (and modify it slightly) instead of using the Wizard
    Olaf Helper
    Blog
    Xing
    What is Extended Property?   What is this .MS_Description?   I can't see it in the table designer or the Column Properties.  (I don't know whether this was corruption caused by Data Sync I used earlier.)  How do I remove it.
    Of all the methods of copying SQL Server to Azure SQL, this one gives the least mistakes.  If I can solve this Extended Properties thing hopefully I can migrate the database over.

  • Sharepoint 2013 SSRS Interaction with Sql Server 2012 Reporting Services connecting to Sql Server 2008 R2 database

    Hi
    I'm working on upgrading sharepoint 2010 to sharepoint 2013 with sql server 2008 r2. I've ran into some problems but have been able to get a test farm upgraded. However to run SSRS 2013 it seems Sql Server 2012 Reporting Services are required. Upgrading
    to a full sql server 2012 database isn't an option. I know that sql server 2012 reporting services can use sql server 2008 r2 as a catalog and content database so I was wondering could this be a workaround? Importantly would I need a separate machine/virtual
    machine to host sql server 2012 reporting services? or could it live on the sql server 2008 r2 machine? Any pointers appreciated. Thanks Dan

    Remember that SSRS must be deployed on the SharePoint server. Having said that, yes you can install SSRS 2012 SP1 on a server running SQL 2008 R2. And yes, you can use 2008 R2 as your Database Engine server while SSRS 2012 SP1 runs on the SharePoint server.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • 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

  • Migration from SQL Server to Oracle database

    I have got 2 questions:
    1. We are planning to convert our OLTP sql server databases to oracle databases. I tried using SQL Developer to migrate a small sql server database to oracle database(size 5Gb). It was fine. when I tried to migrate another database(size 90G), it is taking too long. The problem with sql developer is I cannot choose and pick tables. out of 250 tables, I need to migrate abt 80 tables(size will be abt 50G). can anybody share their experiences, if any, in converting medium size sql server databases to oracle databases? any others options??
    2. I am planning to convert sql server ddl to oracle ddl. I am testing bcp out and use sql loader to import the data. Right now, I am manually creating oracle tables from sql server tables. I am using http://download.oracle.com/docs/cd/E11882_01/gateways.112/e12069/apa.htm#BABCIIDI to convert the code. Are there any other better ways to convert sql server DDL to Oracle DDL?
    Thanks in advance

    DDLs should be converted manually. Oracle is not SQL-Server.
    If you for example have the partitioning option, you should consider using partitioning and local indexes where possible. Not all tables need to be hash tables. Do you defer segment creation or not? What is the type of tablespace? Do you set percentages for free and used to manage when the data block is on the free list and how much is reserved in the data block for updating rows in that block?
    There are numerous considerations to make in terms of the physical database design.
    Using BCP and SQL*Loader sound good. SQL*Loader is fast and scalable - am using it to load up to 3.6 million rows every 60 seconds. Direct and parallel loads provide the best performance in this regard (assuming that the underlying table structure and usage supports this approach).

  • Periodic Importing of data from SQL Server into Oracle Database

    I would like to know how I can use the SQL Developer tool to import data from a SQL Server database across the internet into an Oracle Database on a periodic basis? I understand there is a Migration Workbench, but it seems to be only a one off activity.
    What I would really like is to be able to import data for example, very 30 minutes from multiple tables/views in a SQL Server Database into an Oracle Database (overwriting or modifying existing same data) without the need for Heterogeneous Connectivity, as my Oracle Database is not my LAN.
    Thank you for your kind ideas and suggestions.

    To be honest the best way to do it is DG4ODBC or DG4MSQL. All other solutions need manual interaction.
    The gateways DG4ODBC and DG4MSQL are independant from the Oracle database and also from the SQL Server location. In a worst case scenario you have an Oracle database on machine A, the gateway on machine B and the SQL Server on machine C.
    Gateways were built to exactly do what you want. As you have access to the Oracle database the only part you need to define within the Oracle database is a db link. If you specify the full tns connect identifier there is even no need to edit the tnsnames.ora file.
    Even if you excluded the gateway in your last sentence the best solution would be the gateway.
    Another option you can use is the SQL Server linked server mechanism. It allows you to link another server using OLEDB driver. In your case you can then link the Oracle db into your SQL Server and then insert/update/delete and select Oracle tables from the SQL Server. Using now a trigger will replicate the data immediately to the Oracle db.

  • Checkin error with sql server as backend database

    Hello,
    I get regulary the following error messages (attached as screenshot) when I'm try to checkin my current model.
    The message states, that my database is in single user mode, but this isn't the case. I checked the many times.
    My repository database is a Microsoft SQL Server 2008 SP3 64 Bit Enterprise Edition. Are there any known issues with this database?
    With PowerDesigner 16.1 I didn't have such issues.
    kind regards
    Christian

    Hi Christian,
    The error message is not referring to your database.
    Within PowerDesigner, PD, some 'Unexpected Exceptions' are not really an issue (a true exception).
    Here is an explanation for the error you are encountering:
    PD has found that something potentially wrong happened with an action selection in the merge dialog. A single user has been the only one to work on the model, but the actions were not all selected by default (which is unexpected).
    So PD decided by itself to select all the actions anyway.
    The PD developers created this dialog to be a warning about this condition in order for it to be analyzed further if required.
    Using the Comparison Legend from the Merge window:
    [-+] object present only in model in the left pane (deletion for the merge dialog)
    The action in question is now selected:
    [-+]<Trigger> CompoundDeleteTrigger _adm_prepare_load
    If you would like to pursue this further, a copy of the local model and a copy of the model already in the repository would be needed for review.
    Regards,
    Anthony

Maybe you are looking for

  • "Print Settings" are not stored in the print preset

    Hi everybody, It seems that, no matter how many times i save and update the profile, all the print setting (image size, sharpening, bit depth, color management, ...) are store within the preset, all but the Epson Driver settings, which have to be sel

  • How do i get my iphoto slideshow to idvd?

    how do i get my iphoto slideshow to idvd?

  • Some websites wont refresh.

    While watching football on Sundays, i have noticed the scores/game clock is way behind then whats on the tv.(page wont refresh). My fantasy football pages all run on adobe flash, which i can not download. Any help please.

  • Best Tutorial Video on Shake?

    Could someone recommend the best and most thorough video tutorials for purchase on Shake 4.1? Thanks so much! L.

  • Creating half circle 3d in cs5 extended.

    hello. im trying to figure out how to make this image into a half circle using cs5 extended. i want both ends of wall to come around. ive gone into repousse-bend and other settings but i cant get the perfect half circle bend. any help would be very m