Skip to content

ArseneXie/Oracle-XXOBJPY-Project

Repository files navigation

Oracle-XXOBJPY-Project

XXOBJPY Project is a tool to extract DDL scripts form a object list. This Project is written in those technologies bellow:

  • PL/SQL : the main algorithm to extract object scripts as CLOB.
  • Python2 : the main UI to read config fle/object list, generate ourput scripts as zip files.
  • cx_oracle: use to connect db and handle sql objects.

Features

  • Maintain object lists, and extract those scripts anytime.
  • Support for table/view/trigger/index/package/java source.
  • Support for fndload scripts.
  • Support to create scripts with config file.
  • Group objects with owner, code name, and zip to a file.

##Requirements and Setup

##Run the Program

  • put xxGenDDLMain.py and xxobj.py in the same folder and then execute xxGenDDLMain.py
    python xxGenDDLMain.py

About

XXOBJDLL via Python2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published