Main > Free Download Search >

Free oracle sql developer java client software for mac

oracle sql developer java client

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3605
Oracle SQL Developer 1.5.4.59.40

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.

<<less
Download (38.8MB)
Added: 2008-03-01 License: Freeware Price:
12 downloads
 
Other version of Oracle SQL Developer
Oracle SQL Developer 1.2.0.29.98Oracle SQL Developer enhances productivity and simplifies ...Oracle SQL Developer is a powerful graphical application that enhances
License:Freeware
Download (38.3MB)
562 downloads
Added: 2007-06-09
EasyEclipse Expert Java 1.3.0

EasyEclipse Expert Java 1.3.0


EasyEclipse Expert Java - Bare-bones Eclipse distro for experienced Java developers who are new to Eclipse more>>
EasyEclipse Expert Java is a bare-bones Eclipse distro for experienced Java developers who are new with Eclipse.
EasyEclipse Expert Edition is all you need to start developing Java code with Eclipse.
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.
Version Control tools (note that CVS support is included in the Eclipse Platform):
- Subclipse 1.1.8 - Access and manage Subversion repositories within Eclipse.
<<less
Download (83.2MB)
Added: 2007-07-10 License: Freeware Price:
611 downloads
SDE for Oracle JDeveloper (Community Edition) 1.1

SDE for Oracle JDeveloper (Community Edition) 1.1


SDE for Oracle JDeveloper (Community Edition) is a simple to use, yet sophisticated UML CASE tool/plug-in tightly integrated. more>>

SDE for Oracle JDeveloper (Community Edition) 1.1 is a simple to use, yet sophisticated UML CASE tool/plug-in tightly integrated. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in JDeveloper, generate Java code, reverse engineer Java code to class diagrams and generate documentation.

Other UML Modeling Tools / UML Plug-ins: Java Platform (Windows/Linux/Mac OS X):

  • SDE for Oracle JDeveloper
  • SDE for IBM WebSphere (WSAD)
  • SDE for Borland JBuilder
  • SDE for IntelliJ IDEA
  • SDE for Eclipse
  • SDE for NetBeans
  • SDE for Sun ONE

Major Features:

  1. The latest UML support (use case diagram, sequence diagram, collaboration diagram, object diagram, class diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram)
  2. Use case modeling (use case description, scheduling...)
  3. Textual analysis for identifying candidate classes, use cases, actors, flow of events...
  4. Business Workflow diagram
  5. CRC Card diagram
  6. Reverse engineering - code to model, code to diagram (Java to UML models, Java to UML diagram)
  7. Instant Reverse for XML, XML Schema, Dot NET dll/exe, C++, CORBA IDL
  8. Code Generation - generate code, model to code, diagram to code (UML to code, UML model to Java)
  9. Incremental round-trip engineering
  10. Automatic synchronization between source code and diagrams
  11. Plug-in and template
  12. Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles
  13. Import/export XMI
  14. Import Rational Rose
  15. Export diagrams to SVG, PNG, JPG
  16. Microsoft Visio Integration - draw UML diagrams with MS Visio shapes
  17. Report generator for generating UML documentation to HTML or PDF
  18. Version control
  19. Multilingual support
<<less
Download (47MB)
Added: 2004-01-07 License: Freeware Price:
downloads
Oracle Berkeley DB Java Edition 3.3.82

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)

<<less
Download (4.9MB)
Added: 2009-05-18 License: Freeware Price: FREE
176 downloads
GeekTools Whois Java Client 1.0.1

GeekTools Whois Java Client 1.0.1


GeekTools Whois Java Client - Finger-style whois more>>
GeekTools Whois Java Client is a finger-style whois which uses the GeekTools Whois Proxy Server provided by CenterGate Research Group, LLC.

GeekTools Whois Java Client is fully customizable, its properties file can be used to modified the default whois server and port.

Completly freeware.


<<less
Download (13KB)
Added: 2006-01-23 License: Freeware Price:
1370 downloads
SQuirrel SQL Client 2.5

SQuirrel SQL Client 2.5


SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database more>>
SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc, see Introduction.
The minimum version of Java supported is 1.5.x as of SQuirreL version 2.4. See the Old Versions page for versions of SQuirreL that will work with older versions of Java. SQuirreLs functionality may be extended through the use of plugins.
Main features:
Object Tree of Session window
- Right-click to access the popup menu which provides access to advanced script generation and graphing features. The graph plugin allows the user to create table charts.
SQL Editor with code completion popup (ctrl+space) open
- Code completion can be used to access drop-down lists of options that include keywords, tables, columns, views, stored procedures. Code completion also provides join generation functions.
SQL Editor with tools popup menu (ctrl+t) shown
- With the tools popup any editor function can be located with only a single short cut: ctrl+t
- Additionally, the list can be searched incrementally with just a few keystrokes.
SQL Editor with bookmark selection popup (ctrl+j) shown
- Bookmarks are user-defined code templates. SQuirreL comes with several pre-defined example bookmarks for the most common SQL and DDL statements.
Abbreviations and auto corrections dialog
- This feature works much like auto corrects in common office products. With the entries shown in the dialog you may for example type sf which will expand to SELECT * FROM.
Editing of SQL results.
- The result tabs of SQL queries support editing the rows returned from a query on a single table. You may also edit the contents tab of tables in the Object tree.
Graph: Charts of tables and their relations.
- To create new charts or to add tables to existing charts right mouse click tables in the Object tree and choose the Add to graph menu. Graph manipulation functions can be accessed by using the right-click context popup menu.
Graph: Scaling and distributing tables on configurable page sizes to prepare for printing
- Use the right-click context popup menu to switch to the scaling and printing mode.
Enhancements:
- Enhancements
- New plugins provide enhanced capabilities:
- DB2 Plugin: Stored Procedures, Triggers and Views are shown in the object tree and have a Source tab which displays the source of the selected object and a Details tab which gives DB2-specific information about the object. Sequences and Indexes are also shown in the object tree and have a details tab giving DB2-specific information about them.
- H2 Plugin: Indexes and Views are shown in the object tree and have a Source tab which displays the source of the selected object and a Details tab which gives H2-specific information about the object. Sequences and Indexes are also shown in the object tree and have a details tab giving H2-specific information about them.
- PostgreSQL Plugin: Stored Procedures, Triggers and Views are shown in the object tree and have a Source tab which displays the source of the selected object and a Details tab which gives PostgreSQL-specific information about the object. Sequences and Indexes are also shown in the object tree and have a details tab giving DB2-specific information about them.
- Sybase Plugin: Allows the user to reverse engineer to the source code for Views and Stored Procedures displayed in the object tree.
- Added better support for executing large scripts so that SQuirreL remains responsive to UI interaction, as well as providing much faster execution.
- Added custom statement tokenizer framework to allow plugins to control how statements are tokenized.
- Drop tables, Delete Records and Copy Tables features now will order the tables according to Foreign Key dependencies instead of alphabetically by name.
- Oracle Plugin now supports executing create statements for triggers, stored procedures and functions using "/" just as is done in SQL-Plus. Also "@" can now be used to indicate a file to be parsed and executed while running another script in SQL Editor.
- SQL History Dialog allows for searching previously executed statements by regular expression.
- Many bug fixes
<<less
Download (14.6MB)
Added: 2007-06-12 License: GPL Price:
533 downloads
WebDNA Developer Edition 6.2

WebDNA Developer Edition 6.2


Flexible scripting language and database system. more>>

WebDNA Developer Edition 6.2 is completely customizable to customers' needs to build a wide range of applications, from basic form-to-email to highly sophisticated database-driven intranet sites. While it is not a framework like Ruby on Rails, WebDNA replaces multiple instructions with a single one, allowing the developer to code as much as 3 times faster than with php or asp. WebDNA's flexibility translates to a very small set of instructions required to build virtually any type of server side application.

Because WebDNA uses the English language and familiar tag structure, basic HTML is the only background needed, making it ideal for the web designer or webmaster to create dynamic sites without relying on outside programming help..

An unlimited number of ultrafast databases can reside within your site hierarchy. There is no need to use MySQL, Microsoft SQL or PostGres at all, but if you want to, you can..

Writing to and searching through a WebDNA database is integrated into the language itself so that variables are immediately available, using one single syntax. You do not need to learn PHP syntax and MySQL syntax. One single WebDNA command does it all.

WebDNA can interact with Flash, Applets, JavaScript, Ajax, and many other client-side processors to create the perfect client-to-server balance. It will also integrate with any payment gateways and other web services, such as shipping rate quotes, whether object (Java) driven or form driven. WebDNA is a "play nice with others" application..

Whether you need to build a dynamic ecommerce website, web applications, or just password protect a file, WebDNA will allow you to do it much faster and more easily than with any other traditional tools.

<<less
Download (46.5MB)
Added: 2009-05-24 License: Freeware Price:
14 downloads
Make Java Document 1.0

Make Java Document 1.0


Make Java Document - Java document creator more>>
Make Java Document is an AppleScript which makes a Javadoc application generate a series of HTML document files, and move them into the folder as the Java source files that you have selected.

Completly freeware.

<<less
Download (3KB)
Added: 2006-01-26 License: Freeware Price:
1368 downloads
Apple QuickTime for Java SDK 1.1

Apple QuickTime for Java SDK 1.1


QuickTime for Java development kit. more>>
Apple QuickTime for Java SDK contains the 6.0 release of the QuickTime for Java Mac SDK. The SDK includes documentation & sample code files.
<<less
Download (6.3MB)
Added: 2004-06-01 License: Freeware Price:
1994 downloads
Apple Developer Tools August 2003 update

Apple Developer Tools August 2003 update


Apple Developer Tools August 2003 update is such a useful update that allows development of G5 optimized code with the December 2002 Mac OS X Developer Tools. more>> <<less
Added: 2003-09-15 License: update/patch Price:
3 downloads
SOAP Client 1.6.3.1

SOAP Client 1.6.3.1


SOAP Client is a Cocoa-based developer application for Mac OS X Tiger that allows you to access and debug SOAP-based Web Service more>> SOAP Client is a Cocoa-based developer application for Mac OS X Tiger that allows you to access and debug SOAP-based Web Service

SOAP Client is a Cocoa-based developer application for Mac OS X Tiger that allows you to access and debug SOAP-based Web Services
Enhancements
? - View WSDL Source option (think view source in your browser, but for WSDL ;) ). This is accessible under the View menu or with the (Safari-esque) command-option-U keyboard command.
? - command-, now opens a small Preferences window with a setting for wrapped vs non-wrapped text in all raw source text views (SOAP Request, SOAP Response, and WSDL Source).

<<less
Download (243KB)
Added: 2007-08-23 License: Freeware Price: FREE
202 downloads
 
Other version of SOAP Client
SOAP Client 1.6.3SOAP Client is a Cocoa-based developer application for Mac OS X Tiger that allows you to access ... SOAP Client is a Cocoa-based developer application for Mac OS X Tiger that allows you to access
License:Freeware
Download (231KB)
1072 downloads
Added: 2006-11-30
FirstClass Client 8.102

FirstClass Client 8.102


FirstClass Client is a potential and easy to use client for their messaging, discussion groups, document sharing, conferences system. more>>

FirstClass Client 8.102 is a potential and easy to use client for their messaging, discussion groups, document sharing, conferences system.

<<less
Download (4.6MB)
Added: 2006-12-08 License: Freeware Price:
downloads
MacOSX.com Chat Client 1.0.4

MacOSX.com Chat Client 1.0.4


Customized version of MChat. more>>
This is a customized version of MChat which will allow you to connect to the MacOSX.com IRC channel.
<<less
Download (1.1MB)
Added: 2004-08-15 License: Freeware Price:
1898 downloads
Java development Droplets 1.0

Java development Droplets 1.0


Java development Droplets - Java droplets to run javac and java in Terminal more>>
Java development Droplets is a set of AppleScript droplets for Java developers.
They automate opening a new Terminal window, changing the current directory and executing a command on the file.
* "Javac" compiles .java source files dragged onto it,
* "Java" runs the class file of the .java or .class file dragged onto it,
* "Both" compiles the .java source file and if successful, runs the resulting class file.


<<less
Download (62KB)
Added: 2006-01-22 License: Freeware Price:
1373 downloads
Native Client 0.1_46

Native Client 0.1_46


Native Client comes as an open-source, useful research technology for running x86 native code in web applications, which aims at maintaining the browser neutrality, OS portability, and safety that people expect from web apps. more>>

Native Client 0.1_46 comes as an open-source, useful research technology for running x86 native code in web applications, which aims at maintaining the browser neutrality, OS portability, and safety that people expect from web apps.

The developer has released this project at an early, research stage to get feedback from the security and broader open-source communities. They believe that Native Client technology will someday help web developers to create richer and more dynamic browser-based applications.

Enhancements:
  • Release notes not available at developer site nor in download at the time of this posting.
Requirements:
  • Mac OS X 10.4 or later.
<<less
Download (84.2MB)
Added: 2009-03-14 License: Free Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5