connect with oracle

  • Hi All,

    I need to create report using SSRS, where source is oracle. but I am not able to connect with oracle.

    I don't know how to config TNS? Please guide.

    Thanks

    Abhas.

  • Hi,

    I am able to sort this issue. We need to add connection string in tnsnames.ora files.

    sample is as below:

    TEST =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP)(HOST = "hostname(eg. http://www.test.biz)")(PORT = "port(eg. 1520)"))

    )

    (CONNECT_DATA =

    (SERVICE_NAME = TEST)

    )

    )

    Thanks,

    Abhas

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply