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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package OracleCli --version 0.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
orInfos
to get oracle database infos- Use sub command
Table
orTables
to list tables from oracle- Use sub command
Schema
orSchemas
to list schemas from oracle- Use sub command
Object
orObjects
to list objects from oracle- Use sub command
Package
orPackages
to list packages from oracle- Use sub command
Function
orFunctions
to list functions from oracle- Use sub command
Procedure
orProcedures
to list procedures from oracle- Use sub command
Parameter
orParameters
to list procedure/function parameters from oracle- Use sub command
Source
orSources
to get procedure/function source code from oracle- Use sub command
Session
orSessions
to get active sessions from oracle- Use sub command
Lock
orLocks
to get locked sessions from oracle
To run the tool, type commands :
OracleCli -h
to show helpOracleCli -s
to show settingsOracleCli Infos -d [db-name]
to get oracle database infosOracleCli Tables -d [db-name]
to list tables from oracleOracleCli Schemas -d [db-name]
to list schemas from oracleOracleCli Objects -d [db-name]
to list objects from oracleOracleCli Packages -d [db-name]
to list packages from oracleOracleCli Functions -d [db-name]
to list functions from oracleOracleCli Procedures -d [db-name]
to list procedures from oracleOracleCli Parameters -d [db-name] -p [pkg-name] -s [spc-name]
to list procedure parameters from oracleOracleCli Parameters -d [db-name] -p [pkg-name] -f [fun-name]
to list function parameters from oracleOracleCli Sources -d [db-name] -p [pkg-name] -s [spc-name]
to get procedure source code from oracleOracleCli Sources -d [db-name] -p [pkg-name] -f [fun-name]
to get function source code from oracleOracleCli Sessions -d [db-name]
to get active sessions from oracleOracleCli Locks -d [db-name]
to get locked sessions from oracleTo 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 | Versions 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 | 349 | 3/18/2023 |
0.9.0 | 256 | 3/10/2023 |
0.8.0 | 296 | 2/6/2023 |
0.7.0 | 321 | 2/4/2023 |
0.6.0 | 308 | 2/4/2023 |
0.5.0 | 337 | 1/31/2023 |
0.4.0 | 358 | 1/22/2023 |
0.3.0 | 339 | 1/16/2023 |
0.2.0 | 331 | 1/16/2023 |
0.1.0 | 341 | 1/10/2023 |
0.0.9-alpha | 259 | 1/10/2023 |
0.0.8-alpha | 225 | 1/9/2023 |
0.0.7-alpha | 278 | 1/8/2023 |
0.0.6-alpha | 249 | 1/6/2023 |