Simple working example of grid with java-oracle connector

I am a newbie in java-oracle connector and tried examples from sample but i am not able to create my own sample program because of incomplete code so Its my humble request to provide full working code for oracle -java connector in jsp.
Thanks in Advance

Hi,

Unfortunately, we don’t have a full java-oracle example.

You can take the existing example. Just change the JDBC connection string in DataBaseConnection.java file. And in the servlet file change the connection init string as it show in grid_xx_sample_oracle_connector.java servlet

GridConnector c = new GridConnector(conn, DBType.Oracle);

second parameter must be a type of DB