{"id":18450157,"url":"https://github.com/devilrancy/oracle_sch","last_synced_at":"2025-07-14T08:37:27.538Z","repository":{"id":68643239,"uuid":"80149033","full_name":"devilrancy/oracle_sch","owner":"devilrancy","description":"This is a sample python project to handle the oracle schama comparision.","archived":false,"fork":false,"pushed_at":"2017-01-31T20:57:32.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T11:41:34.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devilrancy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-26T19:48:48.000Z","updated_at":"2017-01-26T19:49:42.000Z","dependencies_parsed_at":"2023-02-22T15:31:03.967Z","dependency_job_id":null,"html_url":"https://github.com/devilrancy/oracle_sch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devilrancy/oracle_sch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilrancy%2Foracle_sch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilrancy%2Foracle_sch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilrancy%2Foracle_sch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilrancy%2Foracle_sch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devilrancy","download_url":"https://codeload.github.com/devilrancy/oracle_sch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilrancy%2Foracle_sch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262888982,"owners_count":23380134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T07:23:39.511Z","updated_at":"2025-07-01T03:33:41.952Z","avatar_url":"https://github.com/devilrancy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oracle Schema Compare\nThis is for Oracle Schema generation and comparision with another schama file.\n\n**Usage:**\n\n        python \u003cfile_name\u003e.py tnsentry username passwd [OPTIONS]\n\n**Options:**\n    \n        -o[=file_name]                  send results to file instead of stdout.\n        -i[=in_file_name]               provide the input file for comparision purpose.\n        -d[=db_file_name]               provide the db file for comparision purpose.\n        -r[=results_file_name]          provide this file to store comparision results to this file. But, if not provided by default it will print the results to console.\n        --compare-schemas               enable this flag for comparing the input and output files provided.\n        --only-compare                  only compares two schema files without generating schema files from DB.\n\n**Example:**\n\n        ==\u003e For generating the schema from the db :\n        python oracle_schema.py 127.0.0.1:1521/dsnname usr pwd -o=out_db.txt\n\n        ==\u003e For generating the schema from the db and providing the comparision results at last:\n        python oracle_schema.py 127.0.0.1:1521/dsnname usr pwd -o=out_db.txt -i=in_db.txt --compare-schemas\n\n        ==\u003e For only comparing the files without generating any schema files from db:\n        python oracle_schema.py -d=out_db.txt -i=in_db.txt --only-compare\n\n        ==\u003e For comparing the files without generating any schema files and store the results to a results file\n        python oracle_schema.py -d=out_db.txt -i=in_db.txt -r=results_file.txt --only-compare\n\n# diff2HtmlCompare\n\nA python script that takes two files and compares the differences between them (side-by-side) in an HTML format. Supports both python2 and python3.\n\n### Installation\n```\npip install -r requirements.txt\n```\n\n### Usage\n```\ndiff2HtmlCompare.py [-h] [-s] [-v] file1 file2\n\npositional arguments:\n  file1       file to compare (\"before\" file).\n  file2       file to compare (\"after\" file).\n\noptional arguments:\n  -h, --help  show this help message and exit\n  -s, --show  show html in a browser.\n  -v          show verbose output.\n```\n### Example Output","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevilrancy%2Foracle_sch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevilrancy%2Foracle_sch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevilrancy%2Foracle_sch/lists"}