Oracle JDBC (MOSC)

MOSC Banner

Oracle Reactive Streams Ingestion - SEVERE: Invalid timezone

in Oracle JDBC (MOSC) 3 commentsAnswered

I have a very basic java test application where I use ReactiveStreamsIngestion to inject data into an existing table

This is working fine for a database with dbtimezone UTC but as soon as I try to run it against a database running in another dbtimezone I run into:

SEVERE: Invalid timezone
oracle.rsi.RSIException: Invalid timezone

And that seems to occur already at connection level. Thus even when no table is used with a timestamp column at all.

Someone can give advise what to do here?

Test program:

import oracle.rsi.PushPublisher;
import oracle.rsi.ReactiveStreamsIngestion; import java.sql.SQLException;
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center