On Sunday, July 19, 2020 at 1:02:09 PM UTC-7, Charles Monteiro wrote: > > so we have foreign table which we can certainly query with jdbc but using > Sequel's "schema" api fails, that returns a message stating that the table > can't be found. > We have setup the public synonym for the table and that's is what we are > passing to the schema api. > > So I guess the question is is there anything in particular that needs to > be done at the database level to make the database linked table name > "resolvable" by Sequel ? > I have also tried to pass what I think may be the qualified path to the > i.e. "external_database.target_table" but did not work either. > > Any insights are appreciated , thanks >
If you can give an example of how to get the linked table schema using SQL, it's possible I'll be able to add support to Sequel for this. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sequel-talk/6e2be7ee-0fb7-46d9-b20c-a386853d2fd9o%40googlegroups.com.
