Re: [cx-oracle-users] cx-oracle-users Digest, Vol 142, Issue 1
Brought to you by:
atuining
From: Anthony T. <ant...@gm...> - 2020-02-10 17:51:13
|
Hi Rashid, I don't know exactly what you are looking for, but I wrote a number of tools some time ago to assist with the generation of patch scripts for Oracle Database. ExportObjects was used to generate a set of files containing the objects found within a particular schema or set of schemas. These could be stored in a source control system. GeneratePatch was used to generate the patch scripts I mentioned. You can find these tools here: https://github.com/anthony-tuininga/cx_OracleTools. The tools still work but I haven't done much with them in the past few years. Hopefully they are of some use to you! Anthony On Mon, Feb 10, 2020 at 1:27 AM M.M.Rashid (Rubel) <mm...@gm...> wrote: > Dear All, > > Looking for some case studies on syncing two oracle databases/schemas > using Python. There are commercial tools out in the market but we prefer to > do something using cx_Oracle , Python, exp/imp...etc > > Thanks in advance > > Regards, > Rashid > > On Tue, Dec 3, 2019 at 8:16 PM < > cx-...@li...> wrote: > >> Send cx-oracle-users mailing list submissions to >> cx-...@li... >> >> To subscribe or unsubscribe via the World Wide Web, visit >> https://lists.sourceforge.net/lists/listinfo/cx-oracle-users >> or, via email, send a message with subject or body 'help' to >> cx-...@li... >> >> You can reach the person managing the list at >> cx-...@li... >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of cx-oracle-users digest..." >> >> >> Today's Topics: >> >> 1. cx_Oracle 7.3 (Anthony Tuininga) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Mon, 2 Dec 2019 18:09:14 -0700 >> From: Anthony Tuininga <ant...@gm...> >> To: cx-...@li..., DB...@py..., >> pyt...@py... >> Subject: [cx-oracle-users] cx_Oracle 7.3 >> Message-ID: >> < >> CAE...@ma...> >> Content-Type: text/plain; charset="utf-8" >> >> What is cx_Oracle? >> >> cx_Oracle is a Python extension module that enables access to Oracle >> Database for Python 3.x and 2.x and conforms to the Python database API >> 2.0 >> specifications with a number of enhancements. >> >> >> Where do I get it? >> https://oracle.github.io/python-cx_Oracle >> >> The easiest method to install/upgrade cx_Oracle is via pip as in >> >> python -m pip install cx_Oracle --upgrade >> >> >> What's new? >> >> See my colleague's blog post for an overview: >> >> https://blogs.oracle.com/opal/python-cx_oracle-73-for-oracle-database-is-on-pypi >> >> See the full release notes for all of the details: >> >> https://cx-oracle.readthedocs.io/en/latest/release_notes.html#version-7-3-december-2019 >> >> Please provide any feedback via GitHub issues ( >> https://github.com/oracle/python-cx_Oracle/issues). >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> >> ------------------------------ >> >> >> >> ------------------------------ >> >> Subject: Digest Footer >> >> _______________________________________________ >> cx-oracle-users mailing list >> cx-...@li... >> https://lists.sourceforge.net/lists/listinfo/cx-oracle-users >> >> >> ------------------------------ >> >> End of cx-oracle-users Digest, Vol 142, Issue 1 >> *********************************************** >> > > > -- > M. M. RASHID(Rubel) > Perth, Australia. > E-mail: mm...@gm... > Phone: +61 406996028 (Mobile) > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > |