Jump to content
We've recently updated our Privacy Statement, available here ×

CREATE REPORT WITH JASPERSOFT STUDIO / JASPERREPORT


Recommended Posts

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

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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");

 

Link to comment
Share on other sites

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...