yoannelfriedayehui Posted June 6, 2018 Posted June 6, 2018 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 partWhen 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
victorlizonglin Posted June 6, 2018 Posted June 6, 2018 Check this ref: https://community.oracle.com/thread/4106976?start=0&tstart=0For import database in jasper, you need create a data adapter first, which connect to your databse. Then create your report with this adapter.
hozawa Posted June 7, 2018 Posted June 7, 2018 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");
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now