Jump to content

Recommended Posts

Posted

Hello,
I am an amateur with Jaspersoft studio and I want to create reports with as data source an Oracle database.

I added the .JAR file "ojdbc" in the Driver Classpath part
When I create the connection, when I run the test, it shows me this message:

ora-12505 tns listener does not currently know of sid given in connect descriptor.

And how import oracle database in jaspersoft studio

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted

The message implies you don't have oracle sid that you've specified. Ask your database administrator to check if the ip address, port, SID, username, password is correct.

Jaspersoft Studio is just using jdbc connection to oracle database so the connection should be something like the following.

jdbc:oracle:thin:@ipaddress:1521:SID", "username", "password");

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...