Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
99.99% Uptime for MySQL and PostgreSQL Databases
Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.
Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
...we moved to GitHub:
https://github.com/oramake/oramake-framework
Includes:
- a utility for creating, developing and documenting program modules in Oracle DB;
- a utility for watching the DB size and tracing Oracle sessions ( put pkg_ProcessMonitor.setSqlTrace()
before your code and you then receive an email with 10046 events trace file);
- logging feature ( similar to log4j, extending limit of
PL/SQL Exception message length to 32K);
- easy working with files;
- flexibly customized scheduler ( similar to cron);
- creating Microsoft Excel xml-files;
- sending and receiving email messages ( implementation of smtp and pop3 protocols);
- a PL/SQL interface for jdbc access ( existing libraries for accessing MS Sql Server, Sybase, DB2 from Oracle DB);
- an interface for accessing Subversion;
- a utility for parsing CSV and other text files.
!!! NOTE !!! The latest file upload (Simple.zip) is a simplified version of the Starter Framework meant for single-schema applications. It only offers logging, error handling and table-driven parameters (with a few extra supporting packages for writing to screen and file, and manipulating dates, strings and numbers). In order to access the simplified framework, click "Browse All Files" and choose the plsqlfmwksimplet folder, then the 2.1 folder. Download Simple.zip.
The full framework...