Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Common PL/SQL utility scripts

License

NotificationsYou must be signed in to change notification settings

OraOpenSource/oos-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In most applications they're a common set of methods that developers consistently have to re-write. Things such asis_number(p_string),download_file(p_blob), etc. Not only does this add development time to projects, each iteration may have slight differences. The worst is that some of which even have bugs!

Enter OOS Utils.OOS Utils provides a common set of PL/SQL utility methods that remove the need for the creation of common methods in each application. Check out the docs below to see the complete list of methods OOS Utils provides. Never re-develop common methods again!

Documentation

  • Read The Docs which displays it in a nice, searchable format
  • MD files in thedocs folder

Install

For quick install of the latest version of OOS Utils usingSQLcl run the following in SQLcl:

@https://observant-message.glitch.me/oos-utils/latest/oos_utils_install.sql

If you want to download a copy and install from a local file go to theInstall folder for instructions and installation file(s).

Development

If you have a recommendations, please add your idea and/or snippet examples as anissue.

Starting with1.1.0 all PRs should be the appropriate release branch rather than master.

Build

If you are working on OOS Utils and want to test your build go to thebuild folder for instructions.

About

Common PL/SQL utility scripts

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors6


[8]ページ先頭

©2009-2025 Movatter.jp