Oracle database
In an application, right-click on Sources -> select Create source -> type any Source name and select OracleDatabaseSource in the Source type field -> click Create.
- connStr - connection string, e.g.
jdbc:oracle:thin:@//<hostname>:1521/XEPDB1 - user - user name
- password - password
Last updated on