|
.: Freeware for Oracle :.
Here is some freeware (Open Source or not) that can be useful for some purposes in Database areas like testing, training...
The following are my favorites to work with Oracle (or other databases) or some I've heard they are worth to test :
WinMerge
An open source visual text file differencing and merging tool for Windows. It is highly useful for determing what changes between files (like tkprof...).
DBDesigner
4
A visual database design system that integrates database design, modeling, creation and maintenance into a single environment.
Cygwin
A Linux-like environment for Windows.
WinSCP
An open source SFTP client for Windows using SSH protocol (SCP is also supported).
PuTTY
A client program for the SSH, Telnet and Rlogin network protocols.
SQL Developer
A free graphical tool (from and so for Oracle) that "enhances productivity and simplifies database development tasks". It allows to browse database objects, run SQL statements and SQL scripts, and edit and debug PL/SQL statements. Probably a future serious concurrent of TOAD..
SwingBench
A nice free load generator (and benchmarks) designed to stress test an Oracle database.
|