OracleCli 0.9.1

dotnet tool install --global OracleCli --version 0.9.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local OracleCli --version 0.9.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=OracleCli&version=0.9.1
nuke :add-package OracleCli --version 0.9.1

.NET Coverage NuGet

OracleCli

A net global tool helping to retrieve some infos (packages, functions, procedures, etc.) from oracle

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.

The tool is based on multiple sub commmands :

  • Use sub command Info or Infos to get oracle database infos
  • Use sub command Table or Tables to list tables from oracle
  • Use sub command Schema or Schemas to list schemas from oracle
  • Use sub command Object or Objects to list objects from oracle
  • Use sub command Package or Packages to list packages from oracle
  • Use sub command Function or Functions to list functions from oracle
  • Use sub command Procedure or Procedures to list procedures from oracle
  • Use sub command Parameter or Parameters to list procedure/function parameters from oracle
  • Use sub command Source or Sources to get procedure/function source code from oracle
  • Use sub command Session or Sessions to get active sessions from oracle
  • Use sub command Lock or Locks to get locked sessions from oracle

To run the tool, type commands :

  • OracleCli -h to show help
  • OracleCli -s to show settings
  • OracleCli Infos -d [db-name] to get oracle database infos
  • OracleCli Tables -d [db-name] to list tables from oracle
  • OracleCli Schemas -d [db-name] to list schemas from oracle
  • OracleCli Objects -d [db-name] to list objects from oracle
  • OracleCli Packages -d [db-name] to list packages from oracle
  • OracleCli Functions -d [db-name] to list functions from oracle
  • OracleCli Procedures -d [db-name] to list procedures from oracle
  • OracleCli Parameters -d [db-name] -p [pkg-name] -s [spc-name] to list procedure parameters from oracle
  • OracleCli Parameters -d [db-name] -p [pkg-name] -f [fun-name] to list function parameters from oracle
  • OracleCli Sources -d [db-name] -p [pkg-name] -s [spc-name] to get procedure source code from oracle
  • OracleCli Sources -d [db-name] -p [pkg-name] -f [fun-name] to get function source code from oracle
  • OracleCli Sessions -d [db-name] to get active sessions from oracle
  • OracleCli Locks -d [db-name] to get locked sessions from oracle

To install global tool from a local source path, type commands :

  • dotnet tool install -g --configfile .\nugets\local.config OracleCli --version "*-*" --ignore-failed-sources

To install global tool from nuget source, type these command :

  • For stable version : dotnet tool install -g OracleCli --ignore-failed-sources
  • For prerelease version : dotnet tool install -g OracleCli --version "*-*" --ignore-failed-sources

To uninstall global tool, type these command :

  • dotnet tool uninstall -g OracleCli

Tools : vs22, net 6.0/7.0, command-line, spectre-console, fluent-validation, dapper, xunit, test-containers, polly

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.9.1 304 3/18/2023
0.9.0 227 3/10/2023
0.8.0 263 2/6/2023
0.7.0 277 2/4/2023
0.6.0 274 2/4/2023
0.5.0 298 1/31/2023
0.4.0 320 1/22/2023
0.3.0 302 1/16/2023
0.2.0 299 1/16/2023
0.1.0 298 1/10/2023
0.0.9-alpha 206 1/10/2023
0.0.8-alpha 180 1/9/2023
0.0.7-alpha 230 1/8/2023
0.0.6-alpha 201 1/6/2023