Server Installation Oracle Wire Protocol Missing

Hello Gurus,
I have installed SAP Predictive Analytics 2.0 on Windows Server 2008 64-bit. I couldn't find the standard odbc connection for Oracle like below after installation.I really appreciate any comments.

Hi,
As per the PAM (https://websmp109.sap-ag.de/~sapidb/012002523100002487022015E) this should be supported. We have a PA 2.1 release freshly out, can I suggest you try installing and see if the problem remains the same?
Best regards
Antoine

Similar Messages

  • Oracle Wire Protocol Driver for ASA

    Hi all,
    where can I get the Oracle wire driver for sql Anywhere 10, 12 or 16?
    Please send me the URL and info. Thanks.
    André Rust

    AFAIK SQL Anywhere (at least Standard Edition) doesn't contain any Oracle ODBC driver.
    The page Recommended ODBC Drivers for 16.0 MobiLink tells to install an Oracle Client to use it's ODBC driver, but doesn't mention "Wire", whereas for Mobilink 10.0 Recommended ODBC Drivers for 10.0.1 MobiLink Technote: Mobile Enterprise, Database Management iAnywhere - Sybase Inc it's recommended to purchase "DataDirect Oracle Wire Protocol ODBC Driver".

  • SQL Server to Oracle Converted Model missing users

    I am doing a migration from SQL Server to Oracle with about 100 users. The captured model seems to be correct and all of the users are there. But, when creating the Oracle Converted Model, not all of the users are being converted. On the first attempt, the Converted Model had only 21 users, and on the next attempt, the Converted Model only had 16 users. Does anyone know what could be causing this?

    Oracle Database XE does not allow more than one instance per server.
    To define a primary key correct syntax is:
    Create table summary(
    Field NOT NULL PRIMARY KEY,
    Or:
    PRIMARY KEY constraint tabla_PK (field)
    To generate the value of the primary key you must create a sequence before or after creating the table:
    Create Sequence summary_seq
    Start with 1
    Increment by 1
    Nocycle;
    You can use the sequence in INSERT INTO or through a trigger:
    With Insert Into:
    Insert into Summary
    Values (summary_seq.nextval, valkor1, value2 ,...);
    With a trigger:
    Create or replace Trigger BI_summary
    Before Insert on SUMMARY
    For each row
    Begin
    Select summary_seq.nextval into campoPK
    From dual;
    End;

  • SQL load with Oracle Wire Protocol

    Has anyone used this method? I'm not quite sure how to connect with it. The documentation seems to be a little lacking. Any advice would be greatly appreciated. I'd love not to load the Oracle client on all of our servers from now on.Thanks!

    Are you trying to use SQL Interface to load data?

  • [Oracle][ODBC SQL Server Wire Protocol driver][SQL Server]Login failed for user 'RECOVER'

    Hi,
    We have exadata x3-2. I am seeing this error in alert log file frequently.
    The db version: 11.2.0.3 On RAC on Linux 5.8 x86-64Bit
    Errors in file /d01/oracle/TEST/11.2.0/admin/TEST1_dbtest/diag/rdbms/prod/TEST1/trace/TEST1_reco_11909.trc:
    ORA-01017: invalid username/password; logon denied
    [Oracle][ODBC SQL Server Wire Protocol driver][SQL Server]Login failed for user 'RECOVER'. {28000,NativeErr = 18456}
    ORA-02063: preceding 2 lines from HIS_CUST
    The file /d01/oracle/TEST/11.2.0/admin/TEST1_dbtest/diag/rdbms/prod/TEST1/trace/TEST1_reco_11909.trc
    Contains many repeated lines like below
    *** 2015-01-21 06:34:40.209
    ERROR, tran=21.24.51311, session#=1, ose=0:
    ORA-01017: invalid username/password; logon denied
    [Oracle][ODBC SQL Server Wire Protocol driver][SQL Server]Login failed for user 'RECOVER'. {28000,NativeErr = 18456}
    ORA-02063: preceding 2 lines from HIS_CUST
    Could any please help why is this happening.
    Thanks

    Hi,
       You have customers who are running distributed transactions using a gateway which need to be rolled back.  However, the gateway has not been correctly configured for distributed transactions.  To roll back a transaction on the SQL*Server database a connection is made as the user defined in the parameter  HS_FDS_RECOVERY_ACCOUNT in the gateway init<sid>.ora file but this user has not been created in the SQL*Server database with the password defined in HS_FDS_RECOVERY_PWD. This user also needs to own the transaction log table.
    I assume you are using the Database Gateway for SQL*Server (DG4MSQL) as the Database Gateway for ODBC (DG4ODBC) doesn't support distributed transaction.
    If you have access to My Oracle Support have a look at this note -
    How to Setup DG4MSQL to Use Distributed Transactions (Doc ID 227011.1)
    Otherwise, check the Gateway documentation.
    Regards,
    Mike

  • [[DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Column name or number of supplied values does not match table definition.]

    Hii ..
    need help on this ..
    This what I am doing ..
    I am using a DATAEXPORT function to export level0 data from my essbase 11.1.2.2 to Microsoft SQL 2008 tables.
    So what I did first I exported the level0 data to a flat file using DATAEXPORT and the created the SQL columns by the same  in that order only in my SQL table.
    When I run it fails with this error:
    ODBC Layer Error: [21S01] ==> [[DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Column name or number of supplied values does not match table definition.]
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Info(1021014)
    ODBC Layer Error: Native Error code [213]
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Error(1012085)
    Unable to export data to SQL table [dataexp]. Check the Essbase server log and the system console to determine the cause of the problem.
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Info(1021002)
    SQL Connection is Freed
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Warning(1080014)
    Transaction [ 0x1c50001( 0x51ee7d66.0x80342 ) ] aborted due to status [1012085].
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Info(1012579)
    Total Calc Elapsed Time for [test.csc] : [1.44] seconds
    =============================================================
    I did a simple test on my Sample.basic application then ..
    loaded the calc data to it and then used the below script to export to a flat file
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    SET DATAEXPORTOPTIONS
                    DataExportLevel "Level0";
                    DataExportOverwriteFile ON;
                    DataExportColFormat OFF;
                    DataExportDimHeader OFF;
    FIX(
                "Jan",
                "Sales",
                "Actual"
    /*DATAEXPORT "File" "," "/home/hypadmin/samtest.txt";*/
    DATAEXPORT "DSN" "Abhitest" "sample" "sa" "welcome1";
    ENDFIX
    out put as below:
    "Sales"
    "100-30","California"
    "Jan","Actual",145
    Now In sql I created only 3 columns with name Jan/Sales/Actual and when I run this script again with comments removed .. I get the same error as what I have got in my first test case with other application ..
    but when I create the columns with same name as what its in export
    Sales/100-30/Califirnia/Jan/Actual
    It created the new rows successfully ..
    So with this I think the error which I am getting with my other application might be because of the same column issue  .. but then I have created all the columns by looking at the export file only as I did in sample ..
    Any idea would be helpful ..
    Thanks
    Abhishek
    I

    First make sure you add
    DataExportRelationalFile ON;
    to your set commands it is missing
    I alwats like to also add
    DataExportColHeader dimensionName;
    so I am sure what dimension is getting put into the columns.
    Then count the number of dimensions in your outline (exclude attribute dimensions). You need at least that many columns in your table  -1 + the number of  members you will be returning as columns in the export
    Taking your example Sample basic has 5 dimensions
    Measures
    Years
    Scenario
    Product
    Market
    Since you did not specify a dataexportcolheader it took the dense dimension Scenario as the columns. Your fix statement is limiting that to one member. Doing the math
    5 -1 + 1 = 5 columns in your table which is what you found works.  Suppose you fixed on bothe Actual and budget in scenario then you would need 6 columns 5 -1 +2

  • Oracle 11g Server Installation and Configuration

    Hi All..
    I would like to know the estimate(in detail) for Oracle 11g Server Installation and Configuration.
    This is for a server and we might even need to replicate the entire DB.
    Can any on please help me out in this .
    Thank you

    Hi,
    Please post your question in the [Database |http://forums.oracle.com/forums/category.jspa?categoryID=18] forum.
    Regards,
    Hussein

  • Best practice for installation oracle 11g rac on windows 2008 server x64

    hello!
    can somebody tell me a good book or an other kind of literature regarding "best practice for installation oracle 11g rac on windows 2008 server x64"? thx in advance!
    best regards,
    christian

    Hi Christian,
    Check this on MOS
    *RAC Assurance Support Team: RAC Starter Kit and Best Practices (Windows) [ID 811271.1]*
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=BULLETIN&id=811271.1
    DOC Modified: 14-DEC-2010
    Regards,
    Levi Pereira

  • Oracle BPEL server installation - Infrastructure requirement

    I am trying to check the feasibility analysis of infrastructure / Hardware required for installation of Oracle BPEL process engine.
    We have a separate database server and Application server.
    DB server and App server config details are :
    2 HP RP 3440 Servers with PA-RISC2.0 with
    8GB of RAM.
    Oracle 10g database is present in DB server.
    Oracle Application server 10g is present in the Apps server.
    If we want to install Oracle BPEL server in OracleAS Middle Tier architecture, should we install Oracle BPEL process manager in a separate server or can we install in one of the existing DB or Apps server.
    Please help me on this.
    Gopi.

    I am trying to check the feasibility analysis of infrastructure / Hardware required for installation of Oracle BPEL process engine.
    We have a separate database server and Application server.
    DB server and App server config details are :
    2 HP RP 3440 Servers with PA-RISC2.0 with
    8GB of RAM.
    Oracle 10g database is present in DB server.
    Oracle Application server 10g is present in the Apps server.
    If we want to install Oracle BPEL server in OracleAS Middle Tier architecture, should we install Oracle BPEL process manager in a separate server or can we install in one of the existing DB or Apps server.
    Please help me on this.
    Gopi.

  • Automating Oracle Server Installation using response file

    I am automating Oracle Server Installation using response file. No Installer page should be displayed, except 'Optional Config Tools' page at the end of the installation showing the list of optional configuration tools e.g Net Configuration Assistant, Database Configuration Assistant, and Intelligent Agent Configuration Assistant. All other pages would not be displayed.
    My response file doesn't seem to work this way. During installation, it displays the 'Create Database' page asking whether you want Database Configuration Assistant to be automatically launched at the end of the installation for database creation. How do I prevent this page from displaying, while selecting default option (Yes) using response file?

    Provide info about the OS you are using and Oracle version.
    -Sri

  • WARNING OGG-00869  Oracle GoldenGate Delivery, repdb2.prm:  [SQL error 0 (0x0)][Oracle][ODBC PostgreSQL Wire Protocol driver]String data, right truncated.

         When I migrate CLOB datas from Oracle 10g to PostgreSQL 9.0,and the target data type is text,the replicat process abend,and it reports as following:
    WARNING OGG-03056  Oracle GoldenGate Delivery, repdb2.prm:  Source table SDCMNET.T_INFO_SUPERIOR_PROGRAM column PRO_CONTENT_CLOB data size exceeds the maximum target table sdcmnet.t_info_superior_program column pro_content_clob size. Automatic truncation is enabled for all tables/columns without further warnings.
    WARNING OGG-00869  Oracle GoldenGate Delivery, repdb2.prm:  [SQL error 0 (0x0)][Oracle][ODBC PostgreSQL Wire Protocol driver]String data, right truncated.
    WARNING OGG-01004  Oracle GoldenGate Delivery, repdb2.prm:  Aborted grouped transaction on 'sdcmnet.t_info_superior_program', Database error 0 ([SQL error 0 (0x0)][Oracle][ODBC PostgreSQL Wire Protocol driver]String data, right truncated.
         But,according to the SEQNO and RBA,I find the records have been migrated,and the length of records is equal to what is in oracle.Then I try to use the odbc driver of postgresql 9.3 to replace,although I can login the database ,but it warns again.
         Can anyone help me?

    This forum is for Oracle Maven Repository.  You might have more luck posting your question in an forum for GoldenGate - you are more likely to find someone who knows about that product in its own forums.

  • Problem in SAP Server installation with Oracle DB

    Hi,
    We are working in SAP Server installation with Oracle DB. After some steps in our Process it is asking for a DVD called RDBMS DVD CLIENT ORACLE. We are trying  to download in Service market place. But we could not  get the Correct DVD for the installation. Please help in this issue. Where do we get the DVD to continue our SAP Server installation.
    We are struck with our SAP Server installation. Please consider this issue as very urgent.
    thanks in advance.
    Regards,
    Mohankumar.G

    Hello Mohan,
    Please specify which installation your are doing otherwise it is difficult to provide you
    the correct path.
    For eg if you are doing NW04's installation then path will be
    downloads->entry by application group->Installations and Upgrades->SAP NetWeaver-> SAP NETWEAVER-> SAP NETWEAVER 2004S->according to OS/DB (there is oracle client cd)select the cd.
    hope it helps..
    Regards,
    Jafer

  • How can I specify where to look for the server installation of the Oracle client?

    I assume changing the $ORACLE_HOME variable would get ORE to use 12.1.0.2 instead of 11.2.0.3, but I only want to change which Oracle R uses. How can I override the server's $ORACLE_HOME location when I'm connecting to the database from the client side?
    OS: Linux Mint 17 / Solaris 11.1
    R version: 3.1.2 (both)
    ORE version: 1.4.1 (both)

    On the server, the Oracle R Enterprise installation is tied to an Oracle Database installation.  Have you installed Oracle R Enterprise for both the 11.2.0.3 and 12.1.0.2 databases?
    If so, the client connect will be able to find the ORE server when you connect to the database using ore.connect:
        R> ore.connect(user = "username", sid = "database sid", host = "hostname/database server", password = "user password", all=TRUE).
    During the ORE installation on the server, we lay down software bits on the OS, install a schema into the database, plus add some libraries to $ORACLE_HOME.
    Sherry

  • Is Oracle server installation a pre-req for installing IFS 1.1 on NT?

    I have Oracle 8.1.7 server installed on a
    solaris box. I want to install IFS 1.1 on
    my NT. I did a Oracle 8.1.7 client install
    and proceded with the iFS 1.1 installation.
    Looks like iFS 1.1 installer on NT needs
    Oracle HTTPD server to be running. This
    HTTPD server seems to be packaged only
    with the Oracle server installer and not
    the client installer.
    null

    You're right. But you don't have to install the whole Oracle server on the machine where you want to install iFS. Just start the server installation, go to a custom install, and deselect everything except the Oracle HTTP Server component. That's all iFS needs on the middle tier machine (where you installed the Oracle client).

  • SQL Server to Oracle port

    Hi, I am investigating the feasability of porting an application
    to Oracle that currently uses SQL Server as the back end database.
    To that end I have installed Oracle XE and I have a several questions.
    First, I guess because this is a demo, I cannot do the
    "CREATE DATABASE" command, right? I just have to add tables to
    the single database that is allowed on by installation? That
    limitation would be removed on any other edition I assume?
    Second, our current application defines data items in a way that
    I think are Microsoft extensions and don't seem to be supported by
    Oracle, for example, when trying this line in a CREATE TABLE
    command:
    FolderKey Int IDENTITY NOT NULL PRIMARY KEY,
    I get an error about a missing parenthesis. I take it that
    "Identity" variables (value automatically generated by the
    server) are not supported? Is there an alternative way of
    doing that, so I would not have to redesign the database
    too much?
    Further, the following line:
    UserID VarChar(64) NOT NULL FOREIGN KEY REFERENCES Users(UserID)
    which I thought was a standard way to define a key, also generates
    an error about a missing paren. What is the correct syntax?
    We also have varibles defined as "DateTime" which I guess are
    not allowed? I suppose we could switch to "Date". Does anybody
    have information about how Date variables are stored internally,
    i.e. what I would get when I bind the variable to my C program?
    Lastly, we have several variables defined as VarChar(max),
    in which SQL Server allows us to store text or binary data
    of length up to 2 gb. This does not work either. I guess I
    have to use a BLOB or CLOB variable?
    I have not yet tried to make an ODBC connection (what we
    currently use to connect to SQL Server) to Oracle XE. Should
    I anticipate any problems getting that to work?

    Oracle Database XE does not allow more than one instance per server.
    To define a primary key correct syntax is:
    Create table summary(
    Field NOT NULL PRIMARY KEY,
    Or:
    PRIMARY KEY constraint tabla_PK (field)
    To generate the value of the primary key you must create a sequence before or after creating the table:
    Create Sequence summary_seq
    Start with 1
    Increment by 1
    Nocycle;
    You can use the sequence in INSERT INTO or through a trigger:
    With Insert Into:
    Insert into Summary
    Values (summary_seq.nextval, valkor1, value2 ,...);
    With a trigger:
    Create or replace Trigger BI_summary
    Before Insert on SUMMARY
    For each row
    Begin
    Select summary_seq.nextval into campoPK
    From dual;
    End;

Maybe you are looking for