Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
DriverManager.getConnection("jdbc:postgresql://xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439/dev?prepareThreshold=100&loglevel=7&protocolVersion=3")
trying driver
16:44:00.449 (driver) Loading driver configuration via classloader sun.misc.Launcher$AppClassLoader@558fe7c3
16:44:00.449 (driver) Connecting with URL: jdbc:postgresql://xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439/dev?prepareThreshold=100&loglevel=7&protocolVersion=3
16:44:00.454 (1) PostgreSQL 8.4 JDBC4 (build 703)
16:44:00.457 (1) Trying to establish a protocol version 3 connection to xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439
16:44:01.162 (1) FE=> StartupPacket(user=xxxxx, database=dev, client_encoding=UNICODE, DateStyle=ISO, extra_float_digits=2)
16:44:01.189 (1) <=BE AuthenticationReqMD5(salt=1720827a)
16:44:01.190 (1) FE=> Password(md5digest=password)
16:44:01.222 (1) <=BE AuthenticationOk
16:44:01.230 (1) <=BE ParameterStatus(client_encoding = UNICODE)
16:44:01.230 (1) <=BE ParameterStatus(datestyle = ISO, MDY)
16:44:01.230 (1) <=BE ParameterStatus(gconf_case_sensitive = on)
16:44:01.230 (1) <=BE ParameterStatus(integer_datetimes = on)
16:44:01.230 (1) <=BE ParameterStatus(is_superuser = off)
16:44:01.230 (1) <=BE ParameterStatus(server_encoding = UNICODE)
16:44:01.231 (1) <=BE ParameterStatus(server_version = 8.0.2)
16:44:01.231 (1) <=BE ParameterStatus(session_authorization = rsuser)
16:44:01.231 (1) <=BE ParameterStatus(TimeZone = UTC)
16:44:01.231 (1) <=BE ParameterStatus(timezone_abbreviations = Default)
16:44:01.231 (1) <=BE ParameterStatus(padb_version = .)
16:44:01.231 (1) <=BE ParameterStatus(padb_revision = )
16:44:01.231 (1) <=BE ParameterStatus(max_numeric_precision = 38)
16:44:01.231 (1) <=BE ParameterStatus(max_varchar_size = 65535)
16:44:01.231 (1) <=BE BackendKeyData(pid=11899,ckey=1300355240)
16:44:01.231 (1) <=BE ReadyForQuery(I)
16:44:01.231 (1) compatible = 8.4
16:44:01.231 (1) loglevel = 7
16:44:01.231 (1) prepare threshold = 100
getConnection returning driver
16:44:01.243 (1) simple execute, handler=org.postgresql.jdbc2.AbstractJdbc2Statement$StatementResultHandler@165973ea, maxRows=0, fetchSize=0, flags=17
16:44:01.243 (1) FE=> Parse(stmt=null,query="SELECT *
FROM dim_agent
WHERE country_code = 'SG'
AND scd_is_current = 1
",oids={})
16:44:01.244 (1) FE=> Bind(stmt=null,portal=null)
16:44:01.244 (1) FE=> Describe(portal=null)
16:44:01.244 (1) FE=> Execute(portal=null,limit=0)
16:44:01.244 (1) FE=> Sync
16:44:01.325 (1) <=BE ParseComplete
16:44:01.326 (1) <=BE BindComplete
16:44:01.326 (1) <=BE RowDescription(34)
16:44:01.327 (1) <=BE DataRow
16:44:01.327 (1) <=BE DataRow
16:44:01.328 (1) <=BE DataRow
16:44:01.328 (1) <=BE DataRow
16:44:01.329 (1) <=BE DataRow
16:44:01.329 (1) <=BE DataRow
...
DriverManager.getConnection("jdbc:postgresql://xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439/dev?prepareThreshold=100&loglevel=7&protocolVersion=3")
trying driver
16:22:05.516 (driver) Loading driver configuration via classloader sun.misc.Launcher$AppClassLoader@138d107f
16:22:05.517 (driver) Connecting with URL: jdbc:postgresql://xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439/dev?prepareThreshold=100&loglevel=7&protocolVersion=3
16:22:05.522 (1) PostgreSQL 8.4 JDBC4 (build 703)
16:22:05.525 (1) Trying to establish a protocol version 3 connection to xxxxx.cgnifbeifavu.ap-southeast-1.redshift.amazonaws.com:5439
16:22:05.800 (1) FE=> StartupPacket(user=xxxxx, database=dev, client_encoding=UNICODE, DateStyle=ISO, extra_float_digits=2)
16:22:05.803 (1) <=BE AuthenticationReqMD5(salt=1fe3d16b)
16:22:05.804 (1) FE=> Password(md5digest=password)
16:22:05.813 (1) <=BE AuthenticationOk
16:22:05.820 (1) <=BE ParameterStatus(client_encoding = UNICODE)
16:22:05.820 (1) <=BE ParameterStatus(datestyle = ISO, MDY)
16:22:05.820 (1) <=BE ParameterStatus(gconf_case_sensitive = on)
16:22:05.820 (1) <=BE ParameterStatus(integer_datetimes = on)
16:22:05.820 (1) <=BE ParameterStatus(is_superuser = off)
16:22:05.820 (1) <=BE ParameterStatus(server_encoding = UNICODE)
16:22:05.820 (1) <=BE ParameterStatus(server_version = 8.0.2)
16:22:05.820 (1) <=BE ParameterStatus(session_authorization = rsuser)
16:22:05.820 (1) <=BE ParameterStatus(TimeZone = UTC)
16:22:05.821 (1) <=BE ParameterStatus(timezone_abbreviations = Default)
16:22:05.821 (1) <=BE ParameterStatus(padb_version = .)
16:22:05.821 (1) <=BE ParameterStatus(padb_revision = )
16:22:05.821 (1) <=BE ParameterStatus(max_numeric_precision = 38)
16:22:05.821 (1) <=BE ParameterStatus(max_varchar_size = 65535)
16:22:05.821 (1) <=BE BackendKeyData(pid=11169,ckey=1006961730)
16:22:05.821 (1) <=BE ReadyForQuery(I)
16:22:05.821 (1) compatible = 8.4
16:22:05.821 (1) loglevel = 7
16:22:05.821 (1) prepare threshold = 100
getConnection returning driver
16:22:05.834 (1) simple execute, handler=org.postgresql.jdbc2.AbstractJdbc2Statement$StatementResultHandler@1d5a0305, maxRows=0, fetchSize=0, flags=17
16:22:05.834 (1) FE=> Parse(stmt=null,query="SELECT *
FROM dim_agent
WHERE country_code = 'SG'
AND scd_is_current = 1
",oids={})
16:22:05.835 (1) FE=> Bind(stmt=null,portal=null)
16:22:05.835 (1) FE=> Describe(portal=null)
16:22:05.835 (1) FE=> Execute(portal=null,limit=0)
16:22:05.835 (1) FE=> Sync
SELECT *
FROM dim_agent
WHERE country_code = 'MY'
AND scd_is_current = 1