oracle
Adobe GoLive Dynamic ASP Link 1.0b1
Create dynamically driven websites that connect to back-end databases. more>>
Visually build complex, database-driven Web sites with drag-and-drop ease. Perfect for e-commerce storefronts, online catalogs, personalized content, or any database-driven information.
GoLive Dynamic Link for ASP can deliver content from any ODBC-compliant database, including Oracle, FileMaker Pro, Microsoft SQL Server, and Microsoft Access. GoLive Dynamic Link for ASP will automatically generate ASP code to interact with leading e-commerce solutions, such as Microsoft Commerce Server.
License:Freeware
Fact Or Fiction Deckeditor 1.0
Fact Or Fiction Deckeditor - Deck editor for Magic: The Gathering more>>
Edit your deck as fast as you can type. FoF will make every effort to help you to create a perfect listing of your deck.
Updated Oracle text. Use the Oracle texts retrieved from Wizards Gatherer as card list.
Card images. Images are automatically downloaded from the web. e.g. use Gatherer images to show updated images as soon as new editions are released.
Sort your deck. Let FoF sort your deck any way you like. Introduce your own groupings or use predefined sort algorithms.
Quick filters. Oracle can be filtered on color or type.
Print any way you want. The Eclipse plugin system is used to allow for an unlimited number of deck listing formats. Regular deck registration sheets are already provided.
Stats. We all love stats. Display some interesting stats about your deck.
ODBC OverDRIVER 4.00.29
ODBC OverDRIVER - Driver to access SQL databases more>>
Enhancements:
- Automatic translation of extended characters between MacRoman, Win-1252/ANSI and ISO-8859-1 (enabling text stored from one platform to be retrieved correctly on others)
- Improved memory management
- Additional per-connection GUI options
- Better performance, smaller footprint, less bandwidth.
ODBC.NET for REALbasic 1.0.28
ODBC.NET for REALbasic - ODBC REALbasic plugin more>>
The ODBC.NET plug-ins eliminate the need for third-party ODBC driver managers and client-side configuration (using ODBC control panels, etc.) ODBC.NET for REALbasicPro is free. Pricing for the central ODBC ROUTER software starts at $99 with substantial discounts for public education and health services.
Enhancements:
- Enhanced NetworkDB Chooser dialogs,
- bug fixes and more.
DeebeeX 1.1
DeebeeX - Oracle database inspector/browser more>>
What is missing is a database browser like CocoaMySQL for Oracle.
DeebeeX aims to provide this missing database browser for Oracle.
Enhancements:
- Built with (and using) Python 2.4, PyObjC 1.3.6, cx_Oracle 4.1
- Added index and contraint views to the structure view
- Added support for BLOB and CLOB types in the content view.
iODBC.NET 4.00.33
iODBC.NET - Driver for accessing any SQL database more>>
Enhancements:
- Extended support for 4th Dimension 2004.3s ODBC Pro external when used with the new ODBC driver manager present in Mac OS X 10.4.6
Oracle Berkeley DB Java Edition 3.3.82
High performance transactional storage engine. more>> High performance transactional storage engine.
Oracle Berkeley DB Java Edition is a high performance, transactional storage engine written entirely in Java. Like the highly successful Berkeley DB product, Berkeley DB Java Edition executes in the address space of the application, without the overhead of client/server communication.
It stores data in the applications native format, so no runtime data translation is required. Berkeley DB Java Edition supports full ACID transactions and recovery. It provides an easy-to-use, programmatic interface, allowing developers to store and retrieve information quickly, simply and reliably.
Main features:
- Local, in-process data storage.
- Schema-neutral, application native data storage.
- Keyed and sequential data retrieval.
- Easy-to-use Java Collections API.
- Persistence API for accessing Java objects.
- Single process, multi-threading model.
- Record level locking for high concurrency.
- Support for secondary indexes.
- In-memory, on disk or both.
- Configurable background cleaner threads re-organize data and optimize disk use.
- Full ACID compliance.
- Selectable isolation levels and durability guarantees, configurable on a per-transaction basis.
- Managed transactions using the Java Transaction API (JTA).
- J2EE application server integration using J2EE Connector Architecture(JCA).
- Provides support for monitoring, auditing and administration using the Java Management Extensions (JMX).
- Catastrophic and routine failure recovery modes.
- Timeout based deadlock detection.
- Hot and cold backups, log file compaction, and full database dumps.
- 100% pure Java for portability and ease of development.
- Single JAR file - easy to install, runs in the same JVM as the application.
- Java 1.4.2 or later Standard Edition JVM required.
- Programmatic administration and management-zero human administration.
- API for routine administrative functions.
- Small footprint 772KB.
- Scalable to terabytes of data, millions of records.
- Source code, test suite included.
System requirements:
-
Enhancements
- Fix a bug that somtimes causes two log cleaner threads (when multiple threads are configured or multiple app threads call Environment.cleanLog) to select the same file to clean. This can result in two attempts to delete the log file after cleaning. The second attempt causes an exception to be traced repeatedly, but no other side effect. The problem is transient and goes away if the Environment is closed and re-opened. An example of the exception is below. The symptom is that this exception occurs repeatedly, and the file is not present.
- Fix a bug that could cause a LogFileNotFoundException when using an XAEnvironment, if a prepared transaction is not ended prior to a crash and then the prepared transaction is aborted after recovering from a crash. [#17022] (3.3.79)
- Fix a bug that prevented deferred-write record deletions from being made durable by Database.sync, if a crash occurs after Database.sync but prior to the next checkpoint. Under rare circumstances this could also result in a LogFileNotFoundException later when accessing the deleted entry. [#16864] (3.3.78)
- Fix a bug that prevents log cleaning from functioning properly when a temporary DB (DatabaseConfig.setTemporary) is large enough to overflow the JE cache. Also fix a bug that could in rare cirumstances cause an endless loop while performing log cleaning. [#16928] (3.3.78)
- Fix a bug that caused an infinite loop under certain timing dependent circumstances when using EnvironmentConfig.setSharedCache(true). This bug was reported in two different forum posts. Thanks to Kevin Jackson and Vyacheslav Lukianov for reporting it! [#16882] (3.3.78)
- Improve output of partial information in DatabaseEntry.toString. Thanks to archie172 for reporting this on OTN. [#16929] (3.3.78)
- Fix a bug in SecondaryCursor.dup that required the cursor to be initialized. This method, like Cursor.dup, may now be called whether the cursor is initialized or not. Thanks to archie172 for reporting this on OTN. [#16930] (3.3.78)
- Fix a bug that caused NullPointerException when opening an XAEnvironment under certain circumstances, when prepared but uncommitted transactions are present in the JE log and must be replayed during recovery. This bug was reported on the OTN forum by Matthieu Bentot -- thank you Matthieu! An example of the stack trace is below.
- Fix a bug that caused LogFileNotFoundException in rare circumstances for an Environment having one or more Databases configured for duplicates (or one or more SecondaryIndexes with MANY_TO_XXX relationships). The bug only occurs when a single secondary/duplicate key value is associated with a large number of records/entities; specifically, the sub-Btree for a single duplicate key value must have at least 3 levels. [#16712] (3.3.76)
- Fix a bug that caused BufferOverflowException while writing transactional records. This could occur if multiple threads were writing to an environment while using the same Transaction. [#17204]
- Direct Persistence Layer (DPL), Collections and Bind packages - Fix a bug that causes the EvolveStats returned by EntityStore.evolve to contain zeros, even when entities are evolved and written, when no EvolveListener is configured. Thanks to jhalex on OTN for reporting this. [#17024] (3.3.78)
Xsql 1.0.4
Xsql - Send SQL queries to Oracle, MySQL, Postgresql servers more>>
Enhancements:
- Better integration with Mac OS X (standard file dialogs; preferences are now stored in the correct folder)
- Support for Finder drag-and-drop.
pearSQLizer 0.5.1
pearSQLizer is a little front end tool for JDBC-Accessible SQL-Databases like MySQL and Oracle more>>
pearSQLizer allows you to send SQL-Statements to a database. Then it displays the results of these statements in a table.
You can also execute multiple SQL-Scripts from external files or insert the content of textfiles into database tables. The most interesting thing about pearSQLizer is that it provides its SQL-Capabilities to other cocoa-applications via the Services-Menu. Just type your SQL-Scripts in any service-aware texteditor and use the pearSQLize-Service to send them to your database. Furthermore pearSQLizer remembers the most recent SQL-Statements so you can quickly access them again.
Now with Jaguar compatibility.
This software does not work on Tiger.
Color Oracle 1.1
Color Oracle - Simulate color blind vision to check readability of graphics more>> <<less
Oracle9i Database R2
Enterprise database solution. more>>
Whether driving your web site, packaged applications, data warehouses or OLTP applications, Oracle9i Database is a foundation technology for any professional computing environment..
iSQL-Viewer 3.0.1
iSQL-Viewer is an open-source JDBC 2.x compliant database front end written in Java more>>
iSQL-Viewer works with most database platforms, including PostgreSQL, MySQL, Oracle, and Informix. iSQL-Viewer will provide a variety of tools and features to carry out common database tasks.
iSQL-Viewer is designed to meet the needs of JDBC Driver developers and database developers who work in single or multi-platform environments.
Main features:
- Scripting support using JPython and the IBM BSF framework
- A guided query builder for creating simple and complex SQL queries
- Enhanced object viewing for images, HTML, and other binary format files
- A friendly SQL console for executing SQL statements
- Batch processing of SQL files
- Database introspection
- "Bookmarks" to store SQL commands you commonly use
- Import and export to popular file formats such as Microsoft Excel, XML, HTML and ASCII delimited.
- Enhanced interface support across platforms.
Enhancements:
- The entire code-base was reworked.
- This is an initial beta release with basic functionality like schema browsing, querying, bookmarks, and historical commands.
BeanKeeper 2.3.0.3
BeanKeeper is a full featured, powerful object/relational persistence and query library for Java more>>
Main features:
- Simple usage, which is possible with learning only 3 methods, and reading the tutorial.
- Zero-configuration. Nothing needs to be configured, only the database url is needed for the library to initialize.
- Scalability. The library is capable of distributed operation, from virtually unlimited nodes.
- Relations like references to other objects, Lists, Maps, Sets, Collections are handled 100% transparently by the library.
- Large result sets are automatically paged! Paging is 100% transparent, so a million-record result list can be given directly to the presentation layer, without caring for memory usage and database load!
- Transactions are always serializable. Meaning: during a transaction nothing can influence the result of queries from outside the transaction. This practically means, a programmer does not have to care about other transactions possibly influencing the logic inside his transaction.
- Full (transparent) polymorphism support ensures that (most of the time) the library does not get in the way of the programmer. The model is persisted just in the way the programmer expressed through inheritence, and is recalled with all the attributes of polymorphism.
- A custom, object oriented query language ensures, that no complicated SQL needs to be written.
- Scalar query support enables view-centric, more efficient data recall.
- Real portability between databases. BeanKeeper hides all database specific behaviour from the programmer, like: null value handling, empty strings (oracle), case sensitive and insensitive searches, reserved names, etc. That means, one may switch between database implementations, and may assume that (with the exception of a few documented cases) the software build upon the library will continue to work.
Enhancements:
- Improved lazylist iteration performance
- Fixed HSQLDB double shudown bug
- Fixed serial generation
Databrid 1.3.1
Databrid is a browsing, retrieval and manipulation tool for Oracle Databases more>>
The core functionality of Databrid revolves around the tabbed areas within the Databrid application. The four main tabs in the main screen of Databrid are: SQL Editor, Browser, File and Jobs.
SQL Editor
The SQL Editor tab allows you to write and run SQL and PLSQL.
The tab provides the ability to use one of more syntax highlighting editors with automatic case adjustment for keywords. Provided with each editor is a table for displaying SQL query results and a text output area to display DBMS_Output output. Jobs can be run in the background allowing for the execution of multiple statements at any given time.
Browser
The Browser tab allows the you to browse various parts of the database schema.
The browsing is done via a particular schema user and displays information on tables, views, sequences etc.
Features include the generation of database creation statements for tables, views etc, browsing table or view data, truncating tables, etc.
File
The File tab allows you work with a CSV (comma delimited text file) and the database without having to load the CSV into the database.
This tab has two areas that functionality:
CSV Update and Database Update. CSV Update allows you to add additional columns to a CSV using a Select statement, including binding CSV column values to the Select statement.
Database Update allows you to update the database using insert, updates, deletes or PLSql by binding the CSV column values into your statement.
Jobs
This tab allows you to view which jobs (started from the SQL Editor and File tabs) are
currently running or have finished. Jobs that are running can also be stopped.
Enhancements:
- Connections to MySql may not work correctly if the Oracle drivers are not in the include path. This may affect some versions of the Oracle drivers as well.
- Schema browser not working for Oracle if the user had select on all tables but no access to the dba views. Thanks to Mike Taylor in helping to fix this issue.
Jaguar Asp2Php 0.2.9
Jaguar Asp2Php - Front end application for asp2php more>>
Main features:
- Convert Asp files to Php
- Mysql, Odbc, Oracle, Sybase, Postgress Conversion
- Change File Extintion from .ASP to .PHP, .PHP3, .PHP4
- Convert other file extentions that have asp in them such as, .INC.
Enhancements:
- (Fixed bug) You may now convert files on any partition, disk or drive mapping
- cleaned up code
- Added better convert string to drag drop function
- (Fixed bug) Caused Jaguar Asp2Php to crash when closed.