{"id":19654119,"url":"https://github.com/aimenux/oraclecli","last_synced_at":"2025-02-27T01:46:19.004Z","repository":{"id":65153686,"uuid":"584573038","full_name":"aimenux/OracleCli","owner":"aimenux","description":"A net global tool helping to retrieve package(s), function(s), procedure(s) and argument(s) infos from oracle","archived":false,"fork":false,"pushed_at":"2023-03-18T21:56:01.000Z","size":164,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T03:34:21.090Z","etag":null,"topics":["cli-tool","dapper","fluent-assertions","fluent-validation","humanizer","integration-tests","net60","net70","oracle","testcontainers","text-copy","xunit-tests"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aimenux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2023-01-03T00:32:11.000Z","updated_at":"2023-01-31T23:00:59.000Z","dependencies_parsed_at":"2023-02-19T12:10:25.486Z","dependency_job_id":null,"html_url":"https://github.com/aimenux/OracleCli","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimenux%2FOracleCli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimenux%2FOracleCli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimenux%2FOracleCli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimenux%2FOracleCli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aimenux","download_url":"https://codeload.github.com/aimenux/OracleCli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240962705,"owners_count":19885519,"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":["cli-tool","dapper","fluent-assertions","fluent-validation","humanizer","integration-tests","net60","net70","oracle","testcontainers","text-copy","xunit-tests"],"created_at":"2024-11-11T15:16:22.324Z","updated_at":"2025-02-27T01:46:18.980Z","avatar_url":"https://github.com/aimenux.png","language":"C#","readme":"[![.NET](https://github.com/aimenux/OracleCli/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/OracleCli/actions/workflows/ci.yml)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=OracleCli-Key\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=OracleCli-Key)\n[![NuGet](https://img.shields.io/nuget/v/OracleCli)](https://www.nuget.org/packages/OracleCli/)\n\n# OracleCli\n```\nA net global tool helping to retrieve some infos (packages, functions, procedures, etc.) from oracle\n```\n\n\u003e In this repo, i m building a global tool that allows to retrieve schema(s), package(s), function(s), procedure(s) and parameter(s) infos from oracle.\n\u003e\n\u003e The tool is based on multiple sub commmands :\n\u003e - Use sub command `Info` or `Infos` to get oracle database infos\n\u003e - Use sub command `Table` or `Tables` to list tables from oracle\n\u003e - Use sub command `Schema` or `Schemas` to list schemas from oracle\n\u003e - Use sub command `Object` or `Objects` to list objects from oracle\n\u003e - Use sub command `Package` or `Packages` to list packages from oracle\n\u003e - Use sub command `Function` or `Functions` to list functions from oracle\n\u003e - Use sub command `Procedure` or `Procedures` to list procedures from oracle\n\u003e - Use sub command `Parameter` or `Parameters` to list procedure/function parameters from oracle\n\u003e - Use sub command `Source` or `Sources` to get procedure/function source code from oracle\n\u003e - Use sub command `Session` or `Sessions` to get active sessions from oracle\n\u003e - Use sub command `Lock` or `Locks` to get locked sessions from oracle\n\n\u003e\n\u003e To run the tool, type commands :\n\u003e - `OracleCli -h` to show help\n\u003e - `OracleCli -s` to show settings\n\u003e - `OracleCli Infos -d [db-name]` to get oracle database infos\n\u003e - `OracleCli Tables -d [db-name]` to list tables from oracle\n\u003e - `OracleCli Schemas -d [db-name]` to list schemas from oracle\n\u003e - `OracleCli Objects -d [db-name]` to list objects from oracle\n\u003e - `OracleCli Packages -d [db-name]` to list packages from oracle\n\u003e - `OracleCli Functions -d [db-name]` to list functions from oracle\n\u003e - `OracleCli Procedures -d [db-name]` to list procedures from oracle\n\u003e - `OracleCli Parameters -d [db-name] -p [pkg-name] -s [spc-name]` to list procedure parameters from oracle\n\u003e - `OracleCli Parameters -d [db-name] -p [pkg-name] -f [fun-name]` to list function parameters from oracle\n\u003e - `OracleCli Sources -d [db-name] -p [pkg-name] -s [spc-name]` to get procedure source code from oracle\n\u003e - `OracleCli Sources -d [db-name] -p [pkg-name] -f [fun-name]` to get function source code from oracle\n\u003e - `OracleCli Sessions -d [db-name]` to get active sessions from oracle\n\u003e - `OracleCli Locks -d [db-name]` to get locked sessions from oracle\n\u003e\n\u003e\n\u003e To install global tool from a local source path, type commands :\n\u003e - `dotnet tool install -g --configfile .\\nugets\\local.config OracleCli --version \"*-*\" --ignore-failed-sources`\n\u003e\n\u003e To install global tool from [nuget source](https://www.nuget.org/packages/OracleCli), type these command :\n\u003e - For stable version : `dotnet tool install -g OracleCli --ignore-failed-sources`\n\u003e - For prerelease version : `dotnet tool install -g OracleCli --version \"*-*\" --ignore-failed-sources`\n\u003e\n\u003e To uninstall global tool, type these command :\n\u003e - `dotnet tool uninstall -g OracleCli`\n\u003e\n\u003e\n\n**`Tools`** : vs22, net 6.0/7.0, command-line, spectre-console, fluent-validation, dapper, xunit, test-containers, polly\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faimenux%2Foraclecli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faimenux%2Foraclecli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faimenux%2Foraclecli/lists"}