oracle database servers
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..
PostgreSQL Database Server 8.3.0
PostgreSQL Database Server is a program functioning as an open source relational database system more>>
PostgreSQL Database Server 8.3.0 is a program functioning as an open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, SunOS, Tru64), BeOS, and Windows. PostgreSQL Database server already embedded a useful GUI - PGadmin. If you want to import MS Access or other formats to PostgreSQL, you can install a Mac OS X GUI Navicat PostgreSQL
PostgreSQL is an open-source descendant of this original Berkeley code. Also, PostgreSQL can be extended by the user in many ways.
It supports a large part of the SQL:2003 standard and offers many modern features:
- Complex queries
- Foreign keys
- Triggers
- Views
- Transactional integrity
- Multiversion concurrency control
MySQL Database Server 5.1.35
MySQL Database Server is a versatile and innovative tool which is designed for enterprise organizations delivering business critical database applications. more>>
MySQL Database Server 5.1.35 is a versatile and innovative tool which is designed for enterprise organizations delivering business critical database applications. It gives corporate developers, DBAs and ISVs an array of new enterprise features to make more productive developing, deploying, and managing industrial strength applications. If you need a GUI for MySQL Database, you can download - NAVICAT (MySQL GUI). It supports to import Oracle, MS SQL, MS Access, Excel, CSV, XML or other formats to MySQL.
MySQL Database Server delivers new enterprise features, including: ACID Transactions to build reliable and secure business critical applications. Stored procedures to improve developer productivity. Triggers to enforce complex business rules at the database level. Views to ensure sensitive information is not compromised. Information schema to provide easy access to metadata. Distributed transactions (XA) to support complex transactions across multiple databases.
PostgreSQL Database Server for Mac OS X 8.1.4
PostgreSQL Database Server for Mac OS X offers a simple and effective relational database system. more>>
PostgreSQL Database Server for Mac OS X 8.1.4 offers a simple and effective relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, SunOS, Tru64), BeOS, and Windows. If you need a PostgreSQL Database GUI, you can download NAVICAT PostgreSQL GUI.
It supports to import CSV, XML or other formats to PostgreSQL. PostgreSQL is an open-source descendant of this original Berkeley code. It supports a large part of the SQL: 2003 standard and offers many modern features: complex queries, foreign keys, triggers, views, transactional integrity, and multi-version concurrency control. Also, PostgreSQL can be extended by the user in many ways.
Enhancements: May include unspecified updates, enhancements, or bug fixes.
Appleworks Database Files 1.0
Appleworks database for software & hardware inventory. more>>
iRad Database 1.0.2
iRad Database is a highly-efficient, high-quality DICOM image server that functions as an optional database for iRad. more>>
iRad Database 1.0.2 is a highly-efficient, high-quality DICOM image server that functions as an optional database for iRad. iRad Database allows JPEG lossless and non compressed transfer syntaxes. iRad Database is a precompiled version of dcm4jboss and jboss.
Add to Blocked Servers 0.1
Add to Blocked Servers - Add an URL to Caminos list of blocked servers more>>
Completly freeware.
Oracle JDeveloper 11.1.1
Oracle JDeveloper - a J2EE and XML development environment with end-to-end support for developing applications and Web services more>>
We spent more time than ever in this release listening carefully to what our users need in order to make them more productive. We also embarked on an intensive design and usability review by an external company.
The result of these efforts is a huge leap forward in the speed in which developers can create, assemble, and reuse components to build rich, interactive applications that are highly performant and easy to maintain.
Enhanced use experience
There have been many updates throughout the product to make working with JDeveloper a pleasant experience. These improvements are not restricted to a particular type of development, but have been applied consistently to all areas of the design time.
Enhanced navigator: The Application Navigator has been enhanced to organize your application the way you want. New categories make it easier for you to find what you are looking for. Collapsible panels put common elements of your application within easy reach. Files that make up a composite node are conveniently exposed by simply clicking on the composite node.
Improved Component Palette: The component palette now features collapsible panels and divider sections to organize related components. A quick search field is provided to help locate components. You can now add commonly-used components to your Favorites list for easier access later, and another panel keeps track of your recently used components.
New Property Inspector: The Property Inspector has been redesigned with a new, user-friendly layout. Property categories have been used consistently throughout the product to make using the Property Inspector more predictable.
Application Overview: The new Application Overview window provides a convenient listing of all the sources for your application, grouped into helpful categories. From here, you can get a sense of the overall status of your application (which sources are incomplete, which have errors, etc) too. The Application Overview also functions as a way for you to learn about the various kinds of components you may use in your application, and easily launch wizards to create them.
File List: The File List makes it easier than ever to locate source files that are part of your project. You can search by file name, file extension, status, date modified and more.
Updated appearance: The JDeveloper development environment has been updated with a brand-new look.
Integrated modeless editors: Many editors for components have been converted to integrated modeless editors. These appear in the editor area along with the other editors, and allow for much more productive navigation.
Contextual linking: Contextual linking is the concept that as you are working on something, you should be able to easily get to relevant related resources. For example, as you are working on defining a page flow for databound pages, you should be able to easily get to the page definition of those pages. This concept is now employed wherever it makes sense in the development environment.
Resource Catalog
The Resource Catalog is your window onto the many disparate resources your application may need to consume. It allows you to define connections to the resource providers, and drag-and-drop those resources into your application as needed. The resource catalog provides a search tool to search all the defined repositories in a single action.
Connections can be created for the following types of resource repositories:
Application server
Database
File system
UDDI Registry
URL adapter
WebDAV
New diagramming framework
The internal diagramming framework used to build the UML tools in JDeveloper, the Page Flow diagrams, and other visual editors has been re-architected to be more flexible for internal consumers.
Java Coding and Agile Development
New code generators
New generators have been added for generating equals and hashcode and to simplify generating fields and properties with getters and setters and to generate constructor from fields
Updated JUnit 4.0 support
JDeveloper now generates unit tests using JUnit 4 annotations. The integrated runner has been updated to support JUnit 4, including new instructions, such as @ignore.
New profilers
The new profilers leverage JVMTI and therefore run on any certified Java VM. Oracles OJVM is no longer required for profiling.
CPU Profiler
Memory Profiler
XML Compare
Comparing of XML files is now done using an XML-aware algorithm. In previous releases compare was done using a line algorithm with no understanding of the syntax of the file content. XML is used extensively within JDeveloper (projects, diagrams, ADF artifacts) and the characteristics of the file content will be understood by the tool.
For example if an XML elements attributes are reordered the compare tool will not mark that as a change - the attributes (name and value) are the same, but in different positions.
The compare tool is used by all the version control extensions to compare file content with previous versions. Compare is also used by the local history feature to compare content between saved points.
Enhanced Merge Conflict Resolution for Subversion and CVS
JDeveloper now provides an enhanced XML-aware interactive GUI to browse and update unresolvable conflicts reported during the merge process.

Panorama Enterprise Server 5.5.2
Panorama Enterprise Server is designed as a totally RAM based general purpose database server which is useful for Mac OS X. more>>
Panorama Enterprise Server 5.5.2 is designed as a totally RAM based general purpose database server which is useful for Mac OS X. This server allows lightning fast RAM based databases to be shared by multiple users with full record locking. These users may be on a local network or spread across the Internet (or even without a network at all, see below). The Panorama Enterprise Server can also be used to create ultra-fast web database applications.
Unlike traditional client/server systems that sequester all of the data on a central server, the Panorama Enterprise system uses a "mesh" architecture to distribute RAM based copies of the shared data across the network. This mesh technology dramatically cuts delays associated with common database tasks by spreading the load across the network.
The Enterprise system works much like a formation of fighter jets teamed with an aerial tanker. Instead of hoarding all of the data on the central server, the Enterprise system distributes complete, redundant copies of the shared data across the network mesh. Operations that don't involve other clients (searching, sorting, analysis, reports, etc.) are performed independently at solid state speed in each client's local RAM, there are no disk delays anywhere in the system. The server is only involved for coordinating data flow across the mesh, managing record locking and updating modified data on clients as necessary.
One unique feature of the system is that users can disconnect from the network and continue working even when completely offline and detached -- for example when on an airplane or away from network connections. Database changes made while offline are synchronized automatically when returning to the network. No special setup or programming is required -- this synchronization logic is built into the server itself. This feature is especially useful for companies with employees working in the field.
Other key features of Panorama Enterprise Server include WYSIWYG design tools for building web forms, remote configuration, management and debugging tools, support for Google Analytics, and automatic backup of live databases.
A 45 day demo of this product can be downloaded from the ProVUE web site. Version Tracker users can extend this demo to 101 days by using the coupon code VT8722.
Requirements: Mac OS X Intel, Mac OS X PPC

Oracle SQL Developer 1.5.4.59.40
Graphical tool that enhances productivity and simplifies database development tasks. more>>
Graphical tool that enhances productivity and simplifies database development tasks. With SQL Developer, you can browse database objects, run SQL statements and SQL scripts, and edit and debug PL/SQL statements. You can also run any number of provided reports, as well as create and save your own.
SQL Developer can connect to any Oracle Database version 9.2.0.1 and later. We support SQL Developer running on Windows, Linux and Mac OS X.
EasyEclipse Server Java 1.2.2
EasyEclipse Server Java - development of server-side Java applications, such as JavaServer Pages, EJBs and Web Services more>>
EasyEclipse Server Edition contains lots of plugins to manage different application servers (Tomcat, JBoss, WebLogic), develop on some server-side frameworks (Struts, Java Server Faces), and manipulate common file types on servers (HTML, XML, JSPs).
This distribution includes the following plugins:
Core components with a JDK:
* Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
* Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
* Java JDK for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
* Java JDK for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general Java development:
* Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.
Some essential utilities:
* AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
* Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
* Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
Tools for development of server-side applications in Java:
* Sysdeo Tomcat Launcher 3.2.0.beta - Start, stop, and manage Tomcat and WAR files without leaving Eclipse.
* JBoss IDE with AOP and EJB3 2.0.0.Beta2 - Develop, deploy, test and debug JBoss-based applications, with support of Enterprise Java Beans 3.0 and Aspect-Oriented Programming.
* Hibernate Tools 3.2.0.beta8 - Edit Hibernate mappings, execute HQL queries and develop applications with Hibernate, a Java persistence and object-relational mapping framework.
* Weblogic Server Plugin for Eclipse 2.0.0.RC3-1 - Start, stop and manage a WebLogic server. Run and debug applications on a Weblogic server.
* Spring IDE 1.3.6 - Develop, manage and deploy Spring Framework based applications.
* Eclipse J2EE tools 1.5.2 - Create and deploy J2EE based applications, including Servlets, JSP and EJB.
* Eclipse Database tools 1.5.2 - Access, manage and query SQL relational databases and servers.
* Amateras IDE 2.0.2 - Edit HTML, XML and JSP. Manage Struts and Java Server Faces configuration files visually.
Tools for web development:
* Eclipse Web tools editors 1.5.2 - Edit and validate XML, XSL, XML Schemas, DTD, HTML, JavaScript and CSS files. Test and validate web services.
* Eclipse HTML Tidy 1.2.2.patch-01-1 - Format and validate HTML, XHTML and XML documents within your favorite editor.
* Amateras HTML and XML editor 2.0.2 - Edit HTML, JSP, XML and CSS files.
Database management tool:
* QuantumDB 3.0.3 - Access, manage and query SQL relational database and servers access using standard JDBC drivers.
Version Control tools (note that CVS support is included in the Eclipse Platform):
* Subclipse 1.1.8 - Access and manage Subversion repositories within Eclipse.
Apple Mac OS X Server Update 10.5.7
Delivers overall improved reliability for Mac OS X Server 10.5 more>> Delivers overall improved reliability for Mac OS X Server 10.5
The 10.5.7 update is recommended for all servers running Leopard Server.
Main features:
This update includes general operating system fixes, as well as specific fixes for:
- directory service reliability and authenticating new File Sharing connections
- binding and authentication in Active Directory environments
- editing Wiki content in Safari, Firefox and Internet Explorer
- viewing Wikis and Blogs from an iPhone or iPod touch
- searching with Spotlight in the Finder and on the web
- sending Welcome email messages to users in Server Preferences
- importing users and working with nested groups in Server Preferences
- randomization of DNS source ports and transaction IDs
- updating DNS information when server IP address changes occur
- hosting DHCP services
- supporting private events in iCal
- synchronizing Portable Home Directories
- enabling Software Update Server
- using SNMPv3 services
- hosting with WebObjects; update to version 5.4.3
- hosting mail services for users with long user names
- preventing mail server database corruption
- ensuring security of LDAP password hashes
- propagating password changes to Open Directory replicas
- creating and editing DNS records in Server Admin
- using System Image Utility to create NetBoot and NetInstall images
- creating augment directory records in Advanced server configuration
- using Managed Preferences when clients are bound to Active Directory
- providing RADIUS authentication to 802.11n-enabled AirPort Base Stations
Enhancements
This update includes general operating system fixes, as well as specific fixes for:
- Promoting Open Directory replica to master.
- Offline login for Portable Home Directories with FileVault.
- Client management using a hardware UUID.
- Group access lists for managed clients.
- Adding metapackages (.mpkg) to System Image Utility workflows.

Navicat Oracle Lite 8.1.2
Navicat Oracle Lite offers users a useful and user-friendly Database administration tool for Oracle. more>>
Navicat Oracle Lite 8.1.2 offers users a useful and user-friendly Database administration tool for Oracle. It works with any Oracle Database Server from version 8i or above, and supports most of the latest Oracle objects features including Directory, Tablespace, Synonym, Materialized View, Trigger, Sequence, and Type, etc. Features in Navicat are sophisticated enough to provide professional developers for all their specific needs, yet easy to learn for users who are new to Oracle.
Benefits:
- Latest Oracle Versions Support: Navicat for Oracle a powerful Oracle Database Server administration and development tool. Highlights of supported features:
-
- Support of Oracle versions 8.1.7 or above
- Support of Multiple Connections to local or remote Oracle Server
- Support of Unicode / Character Set
- Support of Triggers and Foreign Keys
- Support of Views and Stored Procedures creation
- Support of Oracle Objects like Directory, Synonym and Materialized View
- Additional Connection Options
-
- Native Connection Options: Navicat for Oracle offers two connection modes to the Oracle server: connection through the Oracle Call Interface (OCI) in Basic mode and alias entry from a tnsnames.ora file in TNS mode.
- Other Connection Options: You can set the role for user to connect with Default, SYSOPER or SYSDBA system privilege. Besides, you can pass control of user authentication to the operating system by means of OS authentication option.
- Support of SSH Tunnel: Establish a secure SSH session through SSH Tunneling in Navicat. Enjoy a strong authentication and secure encrypted communications between two hosts. The authentication method can use a password or public / private key pair.
- Comprehensive Management of Oracle objects
-
- Create, edit and drop table's fields, indexes, foreign keys, uniques, checks, triggers and privileges: With Table Designer the basic Navicat for Oracle tool for working with tables, you can create, edit and drop table's fields, indexes, foreign keys, checks, triggers, privileges and much more.
- Support of tablespace, package, sequence, synonym, trigger, type and more: Navicat allows you to create, edit and drop directories, tablespaces, publice database links, public synonyms, database links, indexes, materialized views, materialized view logs, packages, sequences, synonyms, triggesr and more.
- SQL Preview: The SQL Preview area shows you SQL representation of the oracle objects you are creating. This ability allows you to preview SQL before execution.
- Dump object definition as sql file: Backup object definition and data with ease by dumping as sql file.
- View Schema / Table Structure: Present the schema / table definition by printing their structures in Navicat. Understand the respective object structure fully at a glance.
- Diversified Import and Export Competence
-
- Import data up to 5 most popular formats including XLS, CSV, TXT, DBF and XML: Import Wizard allows you to import data into a table from diverse format. On top of that, you can save your settings as an import profile for setting schedule.
- Export Data to different file formats: TXT, CSV, DBF and XML: Likewise, Export Wizard allows you to export data into various format. Save your settings as an export profile for setting schedule.
- Powerful Data Manipulation Tools
-
- Support of Foreign Key Data Selection: With the GUI tool Foreign Key Data Selection, you can locate the foreign key values from the reference table. Stop shifting the view to a master table to look for the available values!
- Data and Structure Synchronization: You can transfer data from one Oracle schema to another with detailed analytical process. Likewise, you can compare and modify the table structures. For both Data and Structure Synchronization, the target schema can be on the same server as the source or on another server.
- Support of Data Transfer between local / remote Oracle schemas: Transfer tables/views/stored procedures/functions/sequences from one Oracle schema to another, or to a plain text file.
- Create Schedule for Import / Export, Data Transfer, Saved Queries and Data Synchronization: Create a batch job for setting schedule to execute at one or more regular intervals, beginning and ending at a specific date and time. Batch job can be created for Query, Data Transfer, Data Synchronization, Import and Export.
- Powerful Security Management
-
- Visual User Manager: Navicat provides users a visual tool for user management. You can easily add, delete, edit users / roles, and grant privileges on the selected schemas, tables / views, fields and stored procedures.
- Well-Designed Visual Builder / Editor
-
- Visual Query / View Builder: Visual Query / View Builder which is divided into two portions: the upper Graphical View, and the lower Syntax View, allows you to create and edit queries / views visually without knowledge of SQL.
- Query Editor: It allows you to create and edit SQL text for a query, prepare and execute selected queries.
- Support of Parameter Query: Set query parameters to add variable values to a query each time you run it.
- More great features
-
- Virtual Grouping: Have a better organization over objects in Navicat. You can categorize objects into groups with the Virtual Grouping feature. Virtual Grouping can be applied on Connection, Table, View, Stored Procedure/Function and Schedule.
- Server Monitor: Select the servers that you want to monitor by checking them in the checklist box of the Server Monitor Window. Click on either Process List, Variables or Status icon to show and/or modify the properties of Oracle servers.
- SQL Console: To use a command-line interface, you can open SQL Console in Navicat. It provides you an interactive text-based screen to query input and result output from database.
- Tabbed Windows: Customize your window behaviour style. Navicat supports you of dragging windows in and out of the tabbed windows.
- Oracle Objects Management
- Support Oracle servers 8i or above
- Create/drop schemas
- Support all Oracle objects: tables (Normal, External and Index Organized), views, stored procedures/functions
- Support all subobjects: fields, indices, foreign keys, uniques, checks and triggers
- Managing tablespaces, public database links and public synonyms
- Managing database links, indices, java, materialized views, materialized view logs, packages, sequences, synonyms, triggers, types, XML Schema and Recycle Bin
- Support of physical attributes
- Support of character set and unicode
- Connection Management and Navigation
- Multiple local/remote Oracle server connections
- Support of Basic Connection
- Support of TNS Connection
- Connection to Oracle server through SSH
- Data Viewer and Editor
- Grid view
- TEXT, Hex and BLOB/BFile viewer/editor
- Copying and pasting selected records
- Customize display formats
- Incremental search, sorting and formatting table grid
- Ability to show/hide ROWID
- Ability to set number of records showing on each page
- SQL Processing
- Ability to create parameter queries
- Multiple SQL editors with syntax highlighted feature
- Ability to preview SQL before execution
- Server Security and Maintenance Services
- Visual user manager to administer users, roles and privileges
- Maintaining tables like Table Lock, Row Movement, Shrink Space, Table Move, Validate Table Structure and Collect Table Statistics
- Other Useful Features
- Empty/truncate tables
- Backing up schema/table to SQL script
- Executing SQL script
- Create table/view shortcut on desktop
- Support of docking/tab windows
- Ability to run profile from command line
- Log files: keep track on the actions that have been performed in Navicat
- Ability to copy Connection Information into Clipboard
- Improvements: Improved the stability when running a query.
- Bug Fixes: Some windows size and position were not saved after closed.
- Mac OS X 10.3 Panther, 10.4 Tiger or 10.5 Leopard
- Universal Binary
for Oracle. It works with any Oracle Database Server from version 8i or above, and supports most ... Latest Oracle Versions Support: Navicat for Oracle a powerful Oracle Database ServerLicense:Freeware

Multi-DBServer X 1.6
Multi-DBServer offers you a powerful, easy to setup and easy to use database server. more>>
Multi-DBServer X 1.6 offers you a useful and simple database server whose basic structure is simply a TCP/IP socket connection that can pass data to and from on. The MDBS was primarily designed to help the RealBasic developer to set up a cost effective multi-user database solution, but in actuality any program that can open a TCP/IP connection with a socket port could communicate with the server. Such programs would include C/C++/Java/Visual Basic and others.
Major Features:
- Programming ease
- Cost effective
- No hidden licensing fees
- Can be up and running within minutes
Requirements
- Macintosh OS X 10.0 or later
- Macintosh OS 9.0 or later
- Windows 95, 98, 2000, ME, XP
Apple Java for Oracle Updater 1.3.1
Java for Oracle is an upgrade to 1.3.1 which provides support or Oracle 11i client applications on Mac OS X more>> Java for Oracle is an upgrade to 1.3.1 which provides support or Oracle 11i client applications on Mac OS X. It is recommended that you only update to Java for Oracle if you need to use Oracle 11i client applications.
Mac OS X 10.2.1 or later.