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.480.354 Times

Oracle Client Download freeware
Filter: All | Freeware | Demo
 

Oracle Client Download

< 1 2 3 4 5 
Released: October 02, 2011  |  Added: November 12, 2012 | Visits: 3.185

eMule Plus eMule Plus COM is a new generation eMule compatible client. It improves speed and robustness in downloads and it offers more features than the standard clients. eMule Plus COM includes a new e-link feature that shows the top music, movies, series, software and global downloads. It also... Platforms: Windows

License: Freeware Size: 2.8 MB Download (248): eMule Plus Download

Added: August 23, 2008 | Visits: 2.110

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

Released: August 12, 2013  |  Added: September 19, 2013 | Visits: 1.713

CruX CruX is a peer-to-peer client for Windows that allows you to download any file-type found on several popular P2P networks. CruX is FREE. Simply download it and use it, no strings attached. CruX can connect to more Peer-to-Peer networks, providing access to hundreds of thousands of diverse users,... Platforms: Windows

License: Freeware Size: 13.64 MB Download (140): CruX Download

Released: May 01, 2009  |  Added: May 05, 2009 | Visits: 8.823

Portable RDP 6 client Microsoft has annoyed the world with RDP 6 issues, bugs, difficulty to install it, requierements... RDP 6 portable is the very simple, easy to use program to blow-up all of these issues. It is a fully functionnal RDP 6 client standalone program. Less than 3 MB: no more need to install 350 MD of... Platforms: Windows, Windows CE

License: Freeware Size: 2.46 MB Download (2223): Portable RDP 6 client Download

Released: March 31, 2015  |  Added: March 30, 2015 | Visits: 11.994

Super MP3 Download Super MP3 Download is easy-to-use software which enables you to fast download over 100 million MP3 for free from the largest download network and unlimitedly listen to music online before you download them. You can try the searched results to decide which one to download. Super MP3 download... Platforms: Windows, Windows 7

License: Freeware Size: 6.04 MB Download (1038): Super MP3 Download

Added: January 18, 2010 | Visits: 1.532

Crystal Mud Client Crystal Mud Client project is a terminal-based MUD client with good protocol support. Crystal is an adequate MUD client. At first glance it looks like telnet, but has full line editing and scrollback, character set conversion support, Unicode support, prompt grabbing, xterm titlebar setting,... Platforms: *nix

License: Freeware Size: 96.26 KB Download (124): Crystal Mud Client Download

Added: January 18, 2010 | Visits: 1.265

Gimp::ScriptFu::Client Gimp::ScriptFu::Client is a Perl client for the GNU Image Manipulation Program. Gimp::ScriptFu::Client acts as a source filter in a Scheme script that uses Text::Template to preprocess any embedded Perl fragments contained between { } brackets before sending the resulting Scheme to a Gimp... Platforms: *nix

License: Freeware Size: 6.14 KB Download (115): Gimp::ScriptFu::Client Download

Added: March 06, 2010 | Visits: 3.410

Ragnarok Online Client Ragnarok Online Client project is a client to the Ragnarok online network. Ragnarok Online Client is a client to the Ragnarok online network, an MMORPG. This project only provides an API to be able to program a client without having to understand the protocol itself, and to keep up-to-date... Platforms: *nix

License: Freeware Size: 16.38 KB Download (585): Ragnarok Online Client Download

Added: May 22, 2010 | Visits: 5.704

Download Manager Tweak Download Manager Tweak provides a modification of the Firefox download manager that changes its appearance. The Download Manager Tweak extension streamlines the current Firefox download manager. The extension allows the Firefox download manager to be opened in a separate window, the sidebar, or... Platforms: *nix

License: Freeware Size: 49.15 KB Download (2104): Download Manager Tweak

Added: September 04, 2010 | Visits: 1.295

POE::Component::Client::Halo POE::Component::Client::Halo is an implementation of the Halo query protocol. SYNOPSIS use Data::Dumper; # for the sample below use POE qw(Component::Client::Halo); my $halo = new POE::Component::Client::Halo( Alias => halo, Timeout => 15, Retry => 2, ); $kernel->post(halo, info,... Platforms: *nix

License: Freeware Size: 7.17 KB Download (163): POE::Component::Client::Halo Download

Added: May 15, 2010 | Visits: 1.051

POE::Component::Client::Rcon POE::Component::Client::Rcon is an implementation of the Rcon remote console protocol. SYNOPSIS use POE qw(Component::Client::Rcon); my $rcon = new POE::Component::Client::Rcon(Alias => rcon, Timeout => 15, Retry => 2, Bytes => 8192, ); $kernel->post(rcon, rcon, hl, 127.0.0.1, 27015,... Platforms: *nix

License: Freeware Size: 6.14 KB Download (115): POE::Component::Client::Rcon Download

Added: January 26, 2010 | Visits: 1.101

POE::Component::Client::Traceroute POE::Component::Client::Traceroute is a non-blocking traceroute client. SYNOPSIS use POE qw(Component::Client::Traceroute); POE::Component::Client::Traceroute->spawn( Alias => tracer, # Defaults to tracer FirstHop => 1, # Defaults to 1 MaxTTL => 16, # Defaults to 32 hops Timeout => 0, #... Platforms: *nix

License: Freeware Size: 15.36 KB Download (90): POE::Component::Client::Traceroute Download

Added: July 26, 2010 | Visits: 1.491

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: January 27, 2010 | Visits: 1.303

FUSE::Client FUSE::Client is a Perl-FUSE client. SYNOPSIS use FUSE::Client; $c = FUSE::Client->new({ Port=>35008, Quiet=>1, }); $c->connect(); $c->send("COMMAND","parameter"); $c->disconnect(); The FUSE::Client module will create a TCP FUSE client to test sending messages to a FUSE server. The... Platforms: *nix

License: Freeware Size: 2.05 KB Download (182): FUSE::Client Download

Added: July 02, 2010 | Visits: 1.003

MudMagic Mud Client MudMagic Mud Client is a client for connecting to online text games.. Platforms: *nix

License: Freeware Size: 634.88 KB Download (95): MudMagic Mud Client Download

Added: July 14, 2010 | Visits: 2.096

Download Slave Download Slave provides a remote-controlled download slave. The Download Slave is a very flexible script which is controlled via eMail and stores files requested for downloading on the servers harddisk or sends them via eMail to the user who asked for them. Users are identified by their eMail... Platforms: *nix

License: Freeware Size: 8.19 KB Download (176): Download Slave

Added: September 13, 2010 | Visits: 1.024

Reality Cyanide client Reality Cyanide project is a client for Cyanide, a graphical virtual reality multiplayer role-playing game. Cyanide is intended to be the most dynamic multi-player online role-playing game ever made. This client uses an isometric perspective to present scenes. It is programmed with Python,... Platforms: *nix

License: Freeware Size: 645.12 KB Download (96): Reality Cyanide client Download

Added: August 09, 2010 | Visits: 1.228

Festival::Client::Async Festival::Client::Async is a non-blocking interface to a Festival server. SYNOPSIS use Festival::Client::Async qw(parse_lisp); my $fest = Festival::Client::Async->new($host, $port); $fest->server_eval_sync($lisp, %actions); # blocking $fest->server_eval($lisp); # just queues $lisp for... Platforms: *nix

License: Freeware Size: 30.72 KB Download (101): Festival::Client::Async Download

Added: August 03, 2010 | Visits: 1.489

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 (111): GTK Oracle Download

Added: November 25, 2010 | Visits: 1.276

Persistent::Oracle Persistent::Oracle is a persistent class implemented using an Oracle database. SYNOPSIS use Persistent::Oracle; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new... Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): Persistent::Oracle Download

< 1 2 3 4 5