Oracle Glue crawler is not adding table to database

0

Hi, I'm trying to setup an integration between Oracle and MySql via Glue. While the Sql crawlers I created have added tables into the Glue database, the Oracle crawler does not. Run is successful and log says BENCHMARK : Finished writing to Catalog What am I doing wrong?

cbim
asked a year ago450 views
2 Answers
0

Hi,

Have you specified the right SID in the JDBC url ?

Melfani
answered a year ago
0

Can you give more details? In glue documentation it's mentioned to use the following rule:

"Oracle Database and MySQL don’t support schema in the path; instead, enter MyDatabase/% "

So for example, try:

Servicename/% on the Include path inside your crawler.

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions