All Projects → OraOpenSource → Oos Utils

OraOpenSource / Oos Utils

Licence: mit
Common PL/SQL utility scripts

Labels

Projects that are alternatives of or similar to Oos Utils

Endurox
Enduro/X Middleware Platform for Distributed Transaction Processing
Stars: ✭ 91 (-35.92%)
Mutual labels:  oracle
Pgql Lang
PGQL is an SQL-based query language for the Property Graph data model
Stars: ✭ 114 (-19.72%)
Mutual labels:  oracle
Kangaroo
SQL client and admin tool for popular databases
Stars: ✭ 127 (-10.56%)
Mutual labels:  oracle
Adminer Custom
Customizations for Adminer, the best database management tool written in PHP.
Stars: ✭ 99 (-30.28%)
Mutual labels:  oracle
Sqlfaker
轻量级、易拓展的数据库智能填充Java开源库
Stars: ✭ 109 (-23.24%)
Mutual labels:  oracle
Datax
DataX is an open source universal ETL tool that support Cassandra, ClickHouse, DBF, Hive, InfluxDB, Kudu, MySQL, Oracle, Presto(Trino), PostgreSQL, SQL Server
Stars: ✭ 116 (-18.31%)
Mutual labels:  oracle
Dockerfiles
Just some Dockerfiles I'm playing around with.
Stars: ✭ 88 (-38.03%)
Mutual labels:  oracle
Big Companies Interview Questions
A curated list of previous asked Interview Question at Big Companies and Startups 🤲 🏆
Stars: ✭ 135 (-4.93%)
Mutual labels:  oracle
Dba
Oracle Scripts
Stars: ✭ 114 (-19.72%)
Mutual labels:  oracle
Hybrid multicloud overlay
MutiCloud_Overlay demonstrates a use case of overlay over one or more clouds such as AWS, Azure, GCP, OCI, Alibaba and a vSphere private infrastructure in Hub and spoke topology, point to point topology and in a Single cloud. Overlay protocols IPv6 and IPv4 are independent of underlying infrastructure. This solution can be integrated with encryption and additional security features.
Stars: ✭ 127 (-10.56%)
Mutual labels:  oracle
Maha
A framework for rapid reporting API development; with out of the box support for high cardinality dimension lookups with druid.
Stars: ✭ 101 (-28.87%)
Mutual labels:  oracle
Awesome Orclapex
A curated list of awesome Oracle APEX resources
Stars: ✭ 105 (-26.06%)
Mutual labels:  oracle
Apijson
🚀 零代码、热更新、全自动 ORM 库,后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🚀 A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs.
Stars: ✭ 12,559 (+8744.37%)
Mutual labels:  oracle
Cloudsploit
Cloud Security Posture Management (CSPM)
Stars: ✭ 1,338 (+842.25%)
Mutual labels:  oracle
Go Ora
Pure go oracle client
Stars: ✭ 131 (-7.75%)
Mutual labels:  oracle
Pax
💀 🔓 CLI tool for PKCS7 padding oracle attacks
Stars: ✭ 90 (-36.62%)
Mutual labels:  oracle
Servicestack.ormlite
Fast, Simple, Typed ORM for .NET
Stars: ✭ 1,532 (+978.87%)
Mutual labels:  oracle
Chainlink
node of the decentralized oracle network, bridging on and off-chain computation
Stars: ✭ 2,680 (+1787.32%)
Mutual labels:  oracle
Docker Db Apex Dev
Oracle Database & APEX Developer Docker Image
Stars: ✭ 135 (-4.93%)
Mutual labels:  oracle
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+9188.73%)
Mutual labels:  oracle

OOS Utils

In most applications they're a common set of methods that developers consistently have to re-write. Things such as is_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 the docs folder

Install

For quick install of the latest version of OOS Utils using SQLcl 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 the Install folder for instructions and installation file(s).

Development

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

Starting with 1.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 the build folder for instructions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].