Oracle Adapter
The Oracle Adapter is used to retrieve data from a Oracle SQL database.
Requirements
- Oracle SQL Server, Database, Access, and defined SQL Query for retrieving event data
- The following java libraries must be included in the Kinetic Calendar web application classpath:
- kinetic-calendar-sql-adapter.jar
- ojdbc5.jar
Adapter Configuration
- Adapter Class - This value must be added to the
adapters.json
configuration file:- com.kineticdata.calendar.adapters.sql.oracle.OracleAdapter
Connection Configuration
- Properties
- Username - Username for the SQL server
- Password - Password associated with the username for the SQL Server
- Server Server - The hostname of the Oracle SQL server
- Port - TCP port number the Oracle SQL server is listening on
- Service Name - The Oracle service name your database listens on.