How to update/save oracle synonyms in database with Python/Django

165 views Asked by At

I am writing a web in Python, I would like to save or update oracle synonyms as select * from synonyms into local database, so the local python program can use those values at regular intervals, I was trapped, is there anyone who tell some ideas? Thanks so much!

1

There are 1 answers

0
Eder Díaz On

You should either fetch that data, as mentioned in another answer, or make your backend write the data part of the vue script, probably using a template engine, when rendering the page.