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

recipes/Python/576534_Dump_Oracle_db_schema_to_text: Added jobs and s… #52

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dtoader
Copy link

@dtoader dtoader commented May 16, 2019

…chedules. Semicolon->Newline->Newline->Backslash should be Semicolon->Newline->Backslash at the end of DDL files when script is run with --separate-files option.

Dean Toader added 2 commits May 16, 2019 13:25
…chedules. Semicolon->Newline->Newline->Backslash should be Semicolon->Newline->Backslash at the end of DDL files when script is run with --separate-files option.
…I do not repeat myself. Handling CLOB returned by DBMS_METADATA.GET_DDL.
@dtoader
Copy link
Author

dtoader commented May 23, 2019

It's worthwhile to improve code/recipes/Python/576534_Dump_Oracle_db_schema_to_text/recipe-576534.py so we get more object types exported and we get to use DBMS_METADATA.GET_DDL() in cases where the data dictionary does not have the ddl we need to export.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant