Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I pass connect string #31

Open
shashishringari opened this issue Jun 23, 2022 · 2 comments
Open

How do I pass connect string #31

shashishringari opened this issue Jun 23, 2022 · 2 comments
Labels
question Further information is requested

Comments

@shashishringari
Copy link

I am currently running liquibase using sqlcL (oracle)
sqlcl is connecting to remote/local database for me to perform liquibase actions.

Now, I am trying to use pyliquibase through python script. Can you please let me know how do I connect Oracle database without using sqlcl? would it be using cx_oracle package?

@ismailsimsek
Copy link
Member

Hi @shashishringari you can set connection string in liquibase properties file.

examples of how this used https://github.com/memiiso/pyliquibase#how-to-use

example file

@shashishringari
Copy link
Author

Thank you @ismailsimsek let me try it out.

@ismailsimsek ismailsimsek added the question Further information is requested label Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants