Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To check if database link has been created correctly please run query below, if you don’t get errors - database link is should be correct.

Code Block
SELECT * FROM dual@liquibase_db_link;

...