I want to make oracle database connection through google script.
I am using below connection string:
var conn = Jdbc.getConnection("jdbc:oracle:thin:@//127.0.0.1:1521/XE", "username", "pwd");
and getting error as
We're sorry, a server error occurred. Please wait a bit and try again. (line 24, file "DatabaseConnection").
Could anyone suggest what I'm doing wrong?