Oracle sql script with parameters - difference between # and $

40 Views Asked by At

I have the following CREATE TABLE ${schema_name}.TABLE and CREATE TABLE #[schema_name].TABLE. I have some migrations to do with Flyway and the ones with # do not work. What is the difference between these two? (given that the ones with # are from working code)

1

There are 1 best solutions below

0
maria_so On

There was a special configuration made in flyway properties file:

flyway.placeholderPrefix=#[

flyway.placeholderSuffix=]