How to add SQL Server technology for topologies to odi 12 c in Oracle Linux

Hello

After completing installation odi 12 c on oracle Linux I have not found SQL Server topology in topologies. I downloaded a jdbc SQL Server and after extracting it I placed the jar files in

Home/Oracle /. ODI/oracleodi/userlib and restart odi studio, but it does not add the topology. what I need to do to add it. Please check the picture.

odiTopology.JPG

Technology of SQL Server should be there by default. Probably, what is happening here is that you have the filter to hide the technology applied. Click on the Blue Factory icon in the upper right of technology side and uncheck this option

Tags: Business Intelligence

Similar Questions

  • Error with SQL server 2008 for migration of ODI 10 ODI 11 g g

    Hello

    I'm migrating ODI 10 g, 11 g with the Assistant provided by Oracle , but each time, I get the following message:

    [ODI] [INCIDENT_ERROR] [UPGCMP-00338] [update. Repository working ODI ODI] 'ODI_WORK' uses JDBC Driver "com.microsoft.sqlserver.jdbc.SQLServerDriver".

    [ODI] [INCIDENT_ERROR] [update. ODI] Cause: ODI work Repositoriry don't use default JDBC driver. Action: Please update connection ODI repository work to use default JDBC driver

    No idea how I could fix it?

    Concerning

    Jean

    Try user weblogic sql server driver

    Driver name: weblogic.jdbc.sqlserver.SQLServerDriver

    URL: jdbc:weblogic:sqlserver://hostname:port: [; property = value [,...]]

    The driver lib:wlsqlserver.jar

  • When installing sql server 2014 in windows 7, an error triggered bootstrapper has stopped his work help me please how to install sql server in 2014.

    When installing sql server 2014 in windows 7, an error triggered bootstrapper ceased his work please help me how to install sql server 2014

    Hello

    Your question is beyond the scope of this community.

    Please repost your question in the SQL Server TechNet Forums.

    https://social.technet.Microsoft.com/forums/SQLServer/en-us/home?category=SQLServer

    See you soon.

  • How to add and remove app for desktop icons in windows 8?

    How to add and remove app for desktop icons in windows 8?

    Try right clikc on the desktop will create new and the shortcut then copy and paste the path

    Otherwise just right-click on the icon you use to get the programs and send to the office or by copying and blocks the icon on your desktop

    I'm sorry if I still get the wrong end of the stick and maybe someone else you know what

    hope this helps

    I.T. tech admin

  • How to add adobe CD plugin for Google Chrome?

    How to add adobe CD plugin for Google Chrome?

    The player plug-in has failed in Chrome for some time.

  • How to accompany all the symbols of currency last in SQL Server 2008 for Windows 7?

    Hello

    I need support for all currency symbols last in SQL Server 2008? Is there an update to this?

    Hello

    Support for SQL Server is not provided in these forums. On the other hand, it please repost your question Microsoft TechNet or MSDN here forum:

    SQL Server forums    (TechNet)

    SQL Server forums     (MSDN)

    Thank you.   :)

  • How to add the primary key for the table with the existing data?

    The table is already busy data. There was no primary key before, so for each column, there are some duplicate values.

    I want to add a new column, which should be of the integer data type and can automatically incremented, from 001. I tried with Oracle SQL Developer, but it says "ORA-01758: table must be empty to add mandatory (NOT NULL) column. How can I do? Thank you!

    Hello

    Look for the [ALTER TABLE | http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/statements_3001.htm#sthref4803] command to find out how to add a column (step (1)) and a (step (3)) constraint to an existing table.

    For the step (2):

    CREATE SEQUENCE  employee_id_seq
    START WITH  1
    ;
    
    UPDATE  employee
    SET     id  = employee_id_seq.NEXTVAL;
    

    When you create a sequence, START WITH 1 is the default value, so that the line is not really necessary above... I've included just to show how you could start with any number you have chosen.

  • How to set sql server date has time format

    Dear Sir.

    I used the windows 7 operating system.

    I have work on scada software to explore siemens wincc.

    I develop the report based on sql server work.

    but the problem is when I put my system date in DDMMYYYY format, so my data was not stored in sql server.

    but when

    I put my system date in YYYYMMDD format, then my data stored in sql server.

    so, how to change the date format sql server.

    I am attaching screenshot (it is a red box, so this date format, I held DDMMYYYY)

    Please give solution.

    Abhijit Hello,

    Thank you for visiting Microsoft Community and we provide a detailed description of the issue.

    According to the description, I understand that you have a question setting SQL server date time format. When you try to set the system date format id ddmmy, the data are not stored in SQL server on the system.

    To get more information about it, we have a dedicated forum where these issues are dealt with and would be better suited to the TechNet community.

    Please visit the link below to find a community that will provide the best support.

    https://social.technet.Microsoft.com/search/en-us/TechNet?query=SQL%20server&beta=0&AC=4#refinementChanges=129&PageNumber=1&showMore=false

    I hope this information is useful.

    Please let us know if you need more help, we will be happy to help you.

    Thank you.

  • How to install sql server 2008, so once I uninstalled in the system

    I installed visual studio 2010 first, and then I installed sql server 2008. but there is a big problem with the sql server... The engine option of data came not in the drop-down list after installation. It does not connect to the server on my laptop... while I asked my nd of the President, he suggested me to uninstall visual studio 2010 and sql server 2008. But even once same problem, then he told me to formate the system... I can't do that... I have lots of important files on the laptop... and then I tried to install sql server in 2012 on the laptop is asking servicepack1... I am trying to download it but takes a lot of time during treatment. My OS is WINDOWS 7 Home Premium.please help me how to install this sql server on my laptop with output formatting of the system...

    You will find some support for Visual Studio in these forums-online http://social.msdn.microsoft.com/Forums/en/category/visualstudio

  • How to convert sql server procedures in the format of oracle

    Hello

    I need help, I got some procedures that is written in the format MS Sql, I need to convert those to the format of the oracle, and I don't know how to do. Could someone help me?

    IN SQL server code format is:

    / * Object: StoredProcedure [dbo]. [sp_rpt_get_job_log_on_demand]    Script Date: 20/12/2013-09:07:26 * /.

    SET ANSI_NULLS

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    CREATE PROCEDURE [dbo]. [sp_rpt_get_job_log_on_demand]

    (

    @JOB_ID INT

    @REPORT_DATE AS DATETIME

    , @PERIOD VARCHAR (100)

    )

    AS

    BEGIN

    SET @REPORT_DATE = CONVERT (DATETIME, CONVERT (DATE, @REPORT_DATE))

    DECLARE @MONTH INT = (YEAR (@REPORT_DATE) * 100) + MONTH (@REPORT_DATE)

    , @TODAY = INT ((((@REPORT_DATE) YEAR * 100) + MONTH (@REPORT_DATE)) * 100) + DAY (@REPORT_DATE)

    @YEAR INT = YEAR (@REPORT_DATE)

    SELECT J.JOB_ID

    J.JOB_NAME

    CASE

    WHEN F.FREQUENCY_SUBTYPE IS NULL, F.FREQUENCY_TYPE

    OF OTHER F.FREQUENCY_TYPE + '-' + F.FREQUENCY_SUBTYPE

    END AS FREQUENCY_TYPE

    L.TRANSACTION_DATE

    L.PROCESS_DATE

    START_TIME

    END_TIME

    DATEDIFF(MINUTE,START_TIME,END_TIME) AS TIME_TAKEN

    L.RECORD_COUNT

    ISNULL(L.EXECUTION_STATUS, 'NOT STARTED') AS EXECUTION_STATUS

    L.ERROR AS ERROR_DESC

    P.PRIORITY_NUMBER

    P.COLOR_CODE

    OF dbo.JOBS J AS

    INNER JOIN dbo. ACE OF FREQUENCY F

    ON J.FREQUENCY_ID = F.FREQUENCY_ID

    INNER JOIN dbo. JOB_PRIORITY AS P

    ON J.PRIORITY_ID = P.PRIORITY_ID

    LEFT JOIN dbo. TBK_POS_FACT_LOADING_SUMMARY ACE L

    ON J.JOB_ID = L.JOB_ID

    AND)

    (@PERIOD = 'TODAY' AND CONVERT (DATETIME, CONVERT (DATE, L.START_TIME)) = @REPORT_DATE) OR

    (@PERIOD = 'MONTHS' AND ((START_TIME) YEAR * 100) + MONTH (START_TIME) = @MONTH) OR

    (@PERIOD = 'YEAR' AND YEAR (START_TIME) = @YEAR)

    )

    AND CONVERT (DATETIME, CONVERT (DATE, L.START_TIME)) < = @REPORT_DATE

    WHERE F.FREQUENCY_TYPE <>'NONE'

    AND J.JOB_ID = @JOB_ID

    UNION ALL

    SELECT J.JOB_ID

    J.JOB_NAME

    CASE

    WHEN F.FREQUENCY_SUBTYPE IS NULL, F.FREQUENCY_TYPE

    OF OTHER F.FREQUENCY_TYPE + '-' + F.FREQUENCY_SUBTYPE

    END AS FREQUENCY_TYPE

    L.TRANSACTION_DATE

    L.PROCESS_DATE

    START_TIME

    END_TIME

    DATEDIFF(MINUTE,START_TIME,END_TIME) AS TIME_TAKEN

    L.RECORD_COUNT

    L.EXECUTION_STATUS

    L.ERROR AS ERROR_DESC

    P.PRIORITY_NUMBER

    P.COLOR_CODE

    OF dbo.JOBS J AS

    INNER JOIN dbo. ACE OF FREQUENCY F

    ON J.FREQUENCY_ID = F.FREQUENCY_ID

    INNER JOIN dbo. JOB_PRIORITY AS P

    ON J.PRIORITY_ID = P.PRIORITY_ID

    INNER JOIN dbo. TBK_POS_FACT_LOADING_SUMMARY ACE L

    ON J.JOB_ID = L.JOB_ID

    WHERE F.FREQUENCY_TYPE = 'NONE '.

    AND)

    (@PERIOD = 'TODAY' AND CONVERT (DATETIME, CONVERT (DATE, L.START_TIME)) = @REPORT_DATE) OR

    (@PERIOD = 'MONTHS' AND ((START_TIME) YEAR * 100) + MONTH (START_TIME) = @MONTH) OR

    (@PERIOD = 'YEAR' AND YEAR (START_TIME) = @YEAR)

    )

    AND J.JOB_ID = @JOB_ID

    AND CONVERT (DATETIME, CONVERT (DATE, L.START_TIME)) < = @REPORT_DATE

    END

    GO

    I tried to convert it to a format of oracle... But I get the error message.

    --------------------------------------------------------------------------------------------------

    CREATE OR REPLACE PROCEDURE POS.sp_rpt_get_job_log_on_demand_V)

    JOB_ID NUMBER,

    DATE OF REPORT_DATE,

    PERIOD VARCHAR2 (100))

    AS

    BEGIN

    l_MONTH: = TO_CHAR (REPORT_DATE, "YYYYMM");

    TODAY: = TRUNC (REPORT_DATE);

    l_YEAR: = TO_CHAR (REPORT_DATE, 'YYYY');

    SELECT J.JOB_ID,

    J.JOB_NAME,

    CASE

    WHEN F.FREQUENCY_SUBTYPE IS NULL, F.FREQUENCY_TYPE

    OF OTHER F.FREQUENCY_TYPE | '-' || F.FREQUENCY_SUBTYPE

    END

    AS FREQUENCY_TYPE.

    L.TRANSACTION_DATE,

    L.PROCESS_DATE,

    START_TIME,

    END_TIME,

    (END_TIME - START_TIME) AS TIME_TAKEN,

    L.RECORD_COUNT,

    NVL (L.EXECUTION_STATUS, "NOT STARTED") AS EXECUTION_STATUS,

    L.ERROR AS ERROR_DESC,

    P.PRIORITY_NUMBER,

    P.COLOR_CODE

    OF POS.JOBS J.

    POINT OF SALE. FREQUENCY F,

    POINT OF SALE. JOB_PRIORITY P,.

    POINT OF SALE. TBK_POS_FACT_LOADING_SUMMARY L

    WHERE J.FREQUENCY_ID = F.FREQUENCY_ID

    AND J.PRIORITY_ID = P.PRIORITY_ID

    AND J.JOB_ID = L.JOB_ID

    (PERIOD = 'TODAY'

    AND TO_CHAR (L.START_TIME, 'YYYYMMDD') =

    TO_CHAR (REPORT_DATE, 'YYYYMMDD'))

    OR (PERIOD = 'MONTHS' AND TO_CHAR (START_TIME, "YYYYMM") = MONTH)

    OR (PERIOD = 'YEAR' AND TO_CHAR (START_TIME, 'YYYY') = YEAR)

    AND F.FREQUENCY_TYPE <>'NONE'

    AND TRUNC (L.START_TIME) < = TRUNC (REPORT_DATE)

    AND JOB_ID = J.JOB_ID

    UNION ALL

    SELECT J.JOB_ID,

    J.JOB_NAME,

    CASE

    WHEN F.FREQUENCY_SUBTYPE IS NULL, F.FREQUENCY_TYPE

    OF OTHER F.FREQUENCY_TYPE | '-' || F.FREQUENCY_SUBTYPE

    END

    AS FREQUENCY_TYPE.

    L.TRANSACTION_DATE,

    L.PROCESS_DATE,

    START_TIME,

    END_TIME,

    (END_TIME - START_TIME) AS TIME_TAKEN,

    L.RECORD_COUNT,

    L.EXECUTION_STATUS,

    L.ERROR AS ERROR_DESC,

    P.PRIORITY_NUMBER,

    P.COLOR_CODE

    OF POS.JOBS J.

    POINT OF SALE. FREQUENCY F,

    POINT OF SALE. JOB_PRIORITY P,.

    POINT OF SALE. TBK_POS_FACT_LOADING_SUMMARY L

    WHERE F.FREQUENCY_TYPE = 'NONE '.

    AND J.FREQUENCY_ID = F.FREQUENCY_ID

    AND J.PRIORITY_ID = P.PRIORITY_ID

    AND J.JOB_ID = L.JOB_ID

    (PERIOD = 'TODAY'

    AND TO_CHAR (L.START_TIME, 'YYYYMMDD') =

    TO_CHAR (REPORT_DATE, 'YYYYMMDD'))

    OR (PERIOD = 'MONTHS' AND TO_CHAR (START_TIME, "YYYYMM") = MONTH)

    OR (PERIOD = 'YEAR' AND TO_CHAR (START_TIME, 'YYYY') = YEAR)

    AND JOB_ID = J.JOB_ID

    AND TRUNC (L.START_TIME) < = TRUNC (REPORT_DATE)

    END;

    /

    POS PROCEDURAL errors. SP_RPT_GET_JOB_LOG_ON_DEMAND_V:

    LINE/COL ERROR

    -------- -----------------------------------------------------------------

    4/28 PLS-00103: encountered the symbol "(" quand attend un de la) "

    Next:

    := . ), @ % of default characters

    The symbol ': = ' has been replaced by "("pour continuer.) "

    76/1 PLS-00103: encountered the symbol "END" when awaits an of the

    Next:

    . (* % & -+; / TA for rem rest mod < an exhibitor > (*))

    and or group having intersect less order start union where

    connect | multiset

    The symbol ';' was replaced by 'END' continue.

    Thank you and best regards,

    John of Vikash

    Keep in mind, DBMS_OUTPUT is reserved for debugging purposes. If you want the output to a front-end, you can use SYS_REFCURSOR as OUTPUT parameter and get the data of the SELECT query.

  • Migration to SQL SERVER 2008 for questions of Oracle 10 g.

    Hello

    I'm trying to migrate from SQL Server 2008 to Oracle 10 g and I end up with a few problems that I wanted to ask you some info about it.
    First of all, I followed a tutorial
    http://St-curriculum.Oracle.com/OBE/DB/hol08/sqldev_migration/MSSQLServer/migrate_microsoft_sqlserver_otn.htm
    and and in the latest version of Oracle SQL developer, I downloaded, I found not the Output of the Script of Capture of database load option.
    My first question is how can I add either this option or y at - it a new way to load the script to capture?
    Can I use the migration wizard and after all, I had the full message of migrating the application.
    When I tried to open my connectionss, he told me version 11.2 is necessary. Does this mean that developer Oracle SQL 3 only
    perform the migration of oracle 11g? And if I tried the previous versions, it does not support SQL server 2008.
    What should I do in this case?

    Thank you!

    The output of the Script Capture charge of database can be found in the tools of-> Migration section.

    You have already discovered the "create data base Capture Scripts" in tools-> Migration menu and you have run the script that generated the DAT files.
    Now click on tools-> option-> Migration migrate, choose your repository, add a project, and then on the next page you must choose between ONLINE and offline mode. When you use the DAT files, please choose the offline mode and add the * ocp file with the subdirectories that contains the DAT files.

    SQL Developer is able to connect to Oracle 10.2 db as well. Can you please be more specific about the second question and provide more details the steps that you did?

  • How to install SQL server 2012

    I bought sql server 2012 and windows server 2008 r2 for the firmware. need to install it on my server of t110 dell running on windows server 2008 r2

    Hello

    Post your question in the TechNet Server Forums, as your question kindly is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    See you soon.

  • How to start SQL SERVER$ ISARS service (Reporting Services in SQL SERVER 2008)?

    IAM trying to install Microsoft Forefont threat management gateway...

    which is required this Reporting service...
    I could start normal reporting services to SQL Server 2008.
    But could not start SQL SERVER$ ISARS (used for Microsoft TMG)... cause cannot install TMG.
    Kindly help out me!
    Thanks for visiting the site of the community of Microsoft Windows. The question you have posted is related to SQL Server and would be better suited to the MSDN Community. Please visit the link below to find a community that will provide the support you want.
    http://social.msdn.Microsoft.com/forums/en/category/SQLServer
  • Microsoft update as kb955706 for Sql server 2005 for visual Studio 2008 on windows 7 fails repeatedly.

    I received this error message;  Update error code received Windows 24 - 2 c.

    Try to re-post in the SQL Server Setup & Upgrade forum for appropriate assistance: http://social.msdn.microsoft.com/forums/en-US/sqlsetupandupgrade/threads/

    SQL Server 2005 Setup fails when MSXML Core Services 6.0 Service Pack 2 is already installed:
    http://support.Microsoft.com/kb/968749

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Droid: How to add a ring tone for Messages

    Ok.  I know how to add a ring tone and I know how to change ringtones for emails and text Messages, phone calls, but I can't understand how to add a ringtone that will be available for text and e-mail messages. I added a buch of ringtones on my phone and they are all available for me to use for phone calls, but they do NOT appear when I go to change my ringtones to text or e-mail message notification.  Anyone know why or how to fix?  Is there a solution?

    How do you add ringtones. If you add directly to the sd card from the computer to media/audio/ringtones, so you added the media/audio/notifications folder on the SD also. These are the folders that I added to the mine and the rings appear in the list on my droid.

Maybe you are looking for

  • Recommended download pop up non-safari/chrome

    I get this pop the window at the top right of my screen. It seems not related to any program that I am running. Can I close all programs (Chrome, Safari, Mail, etc.) and it stays there. I close the window at the top left and it appears sometimes in t

  • JDE myFirstapp construction problems

    Hello, I have installed Blackberry JDE and started; http://developers.Sun.com/mobility/MIDP/articles/blackberrydev/#0 Somehow, I get the next; Building firstappC:\blackberry\bin\rapc.exe-Calme = import... name of code \lib\net_rim_api.jar = app1\firs

  • Oweners of change for a Curve 8900 blackBerry Smartphones

    I just got a new 9380 curve and have changed the devices successfully. Now I have what to spend on my old Curve 8900 to a member of the family with their SIM card and I have problems with their registration to the device. Like creating BB email, chan

  • How does the routing within a virtual private network?

    I have 2 sites with their own internet connection, and there is a router on both ends that use VPN endpoints.  Both sites use 192.168.x.0 24 IP on their local network. When I ping from a computer on my LAN to a machine on the other LAN, how is that r

  • The WiseConvertB community toolbar has stopped my Internet Exlporer, please help.

    I did a lot of shopping on the Internet on February 20, 2013 - with Amazon for a desktop computer and a Chair that have yet to deliver.  It is only then the WiseConvertB community toolbar has appeared on my PC that I have made progress with the order