| Projects on Google Code | Results 1 - 10 of 312 |
The default Naming Strategy of Hibernate creates arbitrary long names, which do not work with Oracle which has a (very annoying) limit of 30 characters for names.
This naming strategy creates abbreviation in order to limit the name length, resulting in legal oracle names, which are still (somewha...
Small GUI tool for Oracle database.
----
=Trusted !TimeStamping for Oracle<sup>®</sup> Databases<sup>SM</sup>=
----
==Executive Summary==
Proving authenticity of electronic records and digital events is emerging as a significant and costly IT, legal and business issue. In fact, following the past decade of corporate scandals, th...
oracle,
trusted,
timestamp,
proofmark,
security,
cryptography,
digital,
signature,
hash,
evidence,
protect,
secure,
data,
integrity,
database
=== PL/SQL Editor module for !NetBeans IDE [Version_History (Version History)] ===
This project will add support for editing [http://www.oracle.com Oracle] [http://en.wikipedia.org/wiki/PL/SQL PL/SQL] objects right inside the [http://www.netbeans.org NetBeans IDE], including syntax highlighting, co...
Sqlmake is an Oracle database schema deployment tool. It is used for
* Installing data model baseline from sql scripts
* Upgrading existing schema with data model with delta scripts
* Deploying stored procedures, views, grants to other users, private synonyms
Development of this tool was...
===ngorca===
is a multithreaded password recovery tool using exhaustive key search.
Oracle databases encrypt passwords with a simple DES encryption algorithm,
as described by Joshua Wright and Carlos Sid in 'An Assessment of the
Oracle Password Hashing Algorithm'. Due to the weak hashing algorit...
In Greek mythology, Metis (Μῆτις) was of the Titan generation ... The Stoic commentators allegorized Metis as the embodiment of "wisdom" or "wise counsel" ... (from Wikipadia)
The tool lets the user create "functions" through a GUI which are translated into SQL statements (create table, insert st...
a plsql utility for easily determining table sizes. The data returned includes table data size, index size, and lob size. Each value is returned individually, and also summed to provide a total table size. Figured are reported in MB and GB.
To run, first create the types and then the package. ...
pyorapool is a connection pooling daemon using python and pyro that can be used from ORMs like Django.
Django until version 1.1 does not keep any connections between requests open but creates a new one for every query which can make it pretty slow.
pyorapool will keep connections open and will...
=oracle-prep-env=
Script for preparing a Linux host for receiving Oracle software.
==Introduction==
When we made lots of Oracle installations, a script for creating the whole enviroment, and set the default values on the host machine.
This script is intended to be writen in 100% bash scripting...