Hi,
I am new to Birt and I am trying to create my first datasource.
I have done the following:
Right Clicked Data Sources and selected new
Checked Create from a datasource in the following list
selected JDBC Data Source
selected my driver class (oracle.jdbc.driver.OracleDriver)
database URL - jdbc:oracle:thin:
@lnl36d-6001a-virt.csfp.co.uk:1521:DLNDRV50
Username - KPSUNIVERSAL
password - entered password
When I test the connection I get listener refused the connection with the following error
ora-12505, TNSlistener does not currently know of SID given etc....
I think the problem may occur because we have load balance on and in my TNSNAMES.ORA this would be displayed as
DLNDRV50.WORLD =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = lnl36d-6001a-virt.csfp.co.uk)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = lnl36d-6001b-virt.csfp.co.uk)(PORT = 1521))
(LOAD_BALANCE = on) (FAILOVER = on ))
(CONNECT_DATA = (FAILOVER_MODE = (TYPE = session) (METHOD = basic) (RETRIES = 20) (DELAY = 5) )
)
Could anyone advise what I am doing wrong please.
Thanks