Hi @kevinnay , in terms of quoting of table names etc, there is an option to turn off quoting of identifiers on the db connection nodes. Does that help?
With quoting disabled, oracle will treat everything as uppercase which of course will mean that anything already in lower or mixed case won’t be found, so you’ll need to remove those manually.