Connect Data Adapters Jasper Report Studio 6.16.0 with 18 XE pluggable database

 


Connect Data Adapters Jasper Report Studio 6.16.0 with 18 XE pluggable database




The Issue :

While trying to connect Jasper Report Studio to the Oracle Pluggable database I got the below Exception /Error :

"net.sf.jasperreports.engine.JRException: java.sql.SQLException: Listener refused the connection with the following error:

ORA-12518, TNS:listener could not hand off client connection"





The Suloation :

Change the JDBC URL

 from : jdbc:oracle:thin:@localhost:1521:xepdb1

To :  jdbc:oracle:thin:@//localhost:1521/xepdb1







The End 




Comments