Hi Sandeep,

Thanks for your help, I am able to compile and connect as per the Snowflake documentation using command prompt.

javac -cp bcprov-jdk18on-171.jar;bcpkix-jdk18on-171.jar JdbcCon.java
java -cp .;snowflake-jdbc-3.13.19.jar;bcprov-jdk18on-171.jar;bcpkix-jdk18on-171.jar JdbcCon.java

Above step has created the following two class files.

JdbcCon.class
JdbcCon$PrivateKeyReader.class

So far so good, however, how can we use these class files with snowflake JDBC drivers in ServiceNow data source?

Any guidance or direction on what will be the next step would be really helpful?

Regards,
Sanjay