Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.332.327 Times

Oracle freeware
Filter: All | Freeware | Demo
 

Oracle

< 1 2 3 4 5 > 
Added: July 26, 2010 | Visits: 1.485

Oracle::Sqlldr Oracle::Sqlldr is a Perl wrapper around Oracles sqlldr utility. SYNOPSIS use Oracle::Sqlldr; my $sqlldr = Oracle::Sqlldr->new(); # get new sqlldr object Oracle::Sqlldr is an object-oriented class that provides a convenient Perl wrapper around Oracles sqlldr utility. SQL*Loader (sqlldr)...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (220): Oracle::Sqlldr Download

Added: July 11, 2010 | Visits: 1.442

Oracle::SQL Oracle::SQL is a Perl extension for building SQL statements. SYNOPSIS use Oracle::SQL; No automatically exported routines. You have to specifically to import the methods into your package. use Oracle::SQL qw(:sql); use Oracle::SQL /:sql/; use Oracle::SQL :sql; This is a package...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (200): Oracle::SQL Download

Added: September 14, 2010 | Visits: 1.296

Oracle::CAPI Oracle::CAPI is a Perl XS wrapper extension for the Oracle Collaboration Suite CAPI SDK. SYNOPSIS use Oracle::CAPI; use Text::vCard; Oracle::CAPI::SetConfigFile($CAPI_INI_FNAME,$CAPI_LOG_FNAME) && die("Cant init/log CAPI"); $capi_session = Oracle::CAPI::CreateSession() || die("Cant create...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (189): Oracle::CAPI Download

Released: January 29, 2010  |  Added: June 23, 2010 | Visits: 1.973

EMS SQL Manager for Oracle Freeware EMS SQL Manager for Oracle Freeware is a high performance database tool for Oracle database development and administration. SQL Manager for Oracle works with any Oracle versions from 8.1.7 to the newest one and supports the latest Oracle Database features and data types including compressed,...


Platforms: Windows

License: Freeware Size: 40.47 MB Download (183): EMS SQL Manager for Oracle Freeware Download

Added: August 15, 2008 | Visits: 1.609

Oracle PHP Generator Oracle PHP Generator is a free Oracle user interface, that helps the user create high quality Oracle PHP scripts for selected tables, views and consultations, and that speeds up the job and the process on the web with these objects. The most outstanding characteristics of this program are:* Data...


Platforms: Windows

License: Freeware Size: 4 KB Download (174): Oracle PHP Generator Download

Released: January 05, 2008  |  Added: January 21, 2008 | Visits: 7.813

GoldFish.Net GoldFish.Net is a powerful way to develop, manage, and maintain your Oracle databases. This Charityware application offers an ever expanding set of features such as a Schema Browser with QuickEdit functionality allowing you to update your application code within a single interface. GoldFish.Net...


Platforms: Windows

License: Freeware Size: 4.23 MB Download (152): GoldFish.Net Download

Added: October 14, 2010 | Visits: 1.046

Oracle client Oracle client is a simplistic Perl-based Oracle client that tries to mimic some of the functionality of PostgreSQL and MySQLs text-based SQL clients. It is relatively simplistic, but much more useful than dbishell or sqlplus. The project supports readline, history, desc, and various shorthand...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (151): Oracle client Download

Added: September 23, 2010 | Visits: 1.285

gqlplus gqlplus is a drop-in replacement for sqlplus, an Oracle SQL client, for UNIX and UNIX-like platforms. The difference between gqlplus and sqlplus is command-line editing and history, plus table-name and column-name completion. As you know if you have used sqlplus, it is notoriously difficult to...


Platforms: *nix

License: Freeware Size: 1.7 MB Download (136): gqlplus Download

Added: June 07, 2010 | Visits: 1.783

DBD::Oracle DBD::Oracle is a Perl module with Oracle database driver for the DBI module. SYNOPSIS use DBI; $dbh = DBI->connect("dbi:Oracle:$dbname", $user, $passwd); $dbh = DBI->connect("dbi:Oracle:host=$host;sid=$sid", $user, $passwd); # See the DBI module documentation for full details # for...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (127): DBD::Oracle Download

Added: August 23, 2008 | Visits: 2.098

AdventNet SwisSQL -  Oracle to SQL Server Migration Tool SwisSQL - Oracle to SQL Server Edition is an Automated Migration tool to convert Oracle PL/SQL stored procedures into equivalent Microsoft SQL Server Transact SQL code. It automates more than 90% of the Oracle PL/SQL code conversion into Transact SQL with very minimal manual intervention. SwisSQL...


Platforms: Windows

License: Freeware Size: 18.46 KB Download (127): AdventNet SwisSQL - Oracle to SQL Server Migration Tool Download

Added: October 05, 2010 | Visits: 1.330

ora2pg Ora2Pg is a Perl module to export an Oracle database schema to a PostgreSQL compatible schema. ora2pg project connects your Oracle database, extracts its structure, and generates an SQL script that you can load into your PostgreSQL database. It dumps the database schema (tables, views,...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (122): ora2pg Download

Added: August 02, 2008 | Visits: 988

Oracle SafetyNet A free program that allows small and medium sized shops running Oracle on Windows based servers to automate the process of regularly backing up and exporting data from their database to external files. These files can then be backed up and stored on other media, allowing the company to recover...


Platforms: Windows

License: Freeware Size: 1.84 KB Download (118): Oracle SafetyNet Download

Added: August 26, 2008 | Visits: 1.027

Oracle Security Check Oracle Security Check will connect to your database and test against an internal list of standard usernames and passwords. If any are found, they are reported as potential security holes. A default installation of Oracle may not provide a totally secure system out of the box. The installer must...


Platforms: Windows

License: Freeware Size: 178 KB Download (118): Oracle Security Check Download

Added: August 02, 2008 | Visits: 1.014

The Oracle The Oracle is a first person graphic adventure with the peculiarity of being set using real photos of Canada and Portugal. The Oracle offers more than 140 captures, 8 different locations, interactive logic puzzles, more than a dozen music scores, more than 75 sound effects, the possibility to...


Platforms: Windows

License: Freeware Size: 7 KB Download (114): The Oracle Download

Added: January 25, 2010 | Visits: 851

Oracle Berkeley DB Java Edition 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...


Platforms: Mac

License: Freeware Size: 5.5 MB Download (114): Oracle Berkeley DB Java Edition Download

Added: October 01, 2010 | Visits: 1.052

Oraperl Oraperl is a Perl access to Oracle databases for old oraperl scripts. SYNOPSIS eval use Oraperl; 1; || die $@ if $] >= 5; # ADD THIS LINE TO OLD SCRIPTS $lda = ⊦a_login($system_id, $name, $password) $csr = ⊦a_open($lda, $stmt [, $cache]) ⊦a_bind($csr, $var, ...) ⊦a_fetch($csr [,...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (111): Oraperl Download

Added: January 25, 2010 | Visits: 875

Color Oracle Color Oracle takes the guesswork out of designing for color blindness by showing you in real time what people with common color vision deficiencies will see. Color Oracle applies a full screen color filter to art you are designing l independently of the software that you are using.Seeing is...


Platforms: Mac

License: Freeware Download (111): Color Oracle Download

Added: August 03, 2010 | Visits: 1.483

GTK Oracle GTK Oracle is a GTK+ 2 interface to Oracle that aids in Oracle application development and testing. Its features include a schema browser, multiple SQL work areas, SQL syntax highlighting, bind variable entry widgets in the command window, and SQL*Plus-style command scripting. For SQL...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (110): GTK Oracle Download

Added: April 27, 2010 | Visits: 1.187

PowerDNS Oracle Backend PowerDNS Oracle Backend provides a backend which allows PowerDNS to use Oracle as its data store. PowerDNS Oracle Backend is a backend driver for the PowerDNS nameserver which allows DNS data to be stored in an Oracle database. PowerDNS can load backend modules at runtime. This backend is fully...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): PowerDNS Oracle Backend Download

Added: July 09, 2010 | Visits: 1.639

Oracle Password Repository 1.1.9 Oracle Password Repository is a Unix-based secure tool for storage & retrieval of Oracle database passwords. By replacing hardcoded passwords in scripts with a call to OPR, it helps to keep your Oracle environment secure and easier to maintain. Whats New in This Release: - The INSTALL file...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (106): Oracle Password Repository 1.1.9 Download

< 1 2 3 4 5 >