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

Oraperl 1.19

  Date Added: October 01, 2010  |  Visits: 1.051

Oraperl

Report Broken Link
Printer Friendly Version


Product Homepage
Download (111 downloads)



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 [, $trunc]) ⊦a_close($csr) ⊦a_logoff($lda) ⊦a_do($lda, $stmt) ⊦a_titles($csr) ⊦a_lengths($csr) ⊦a_types($csr) ⊦a_commit($lda) ⊦a_rollback($lda) ⊦a_autocommit($lda, $on_off) ⊦a_version() $ora_cache $ora_long $ora_trunc $ora_errno $ora_errstr $ora_verno $ora_debug Oraperl is an extension to Perl which allows access to Oracle databases. The original oraperl was a Perl 4 binary with Oracle OCI compiled into it. The Perl 5 Oraperl module described here is distributed with DBD::Oracle (a database driver what operates within DBI) and adds an extra layer over DBI method calls. The Oraperl module should only be used to allow existing Perl 4 oraperl scripts to run with minimal changes; any new development should use DBI directly. The functions which make up this extension are described in the following sections. All functions return a false or undefined (in the Perl sense) value to indicate failure. You do not need to understand the references to OCI in these descriptions. They are here to help those who wish to extend the routines or to port them to new machines. The text in this document is largely unchanged from the original Perl4 oraperl manual written by Kevin Stock. Any comments specific to the DBD::Oracle Oraperl emulation are prefixed by DBD:. See the DBD::Oracle and DBI manuals for more information. DBD: In order to make the oraperl function definitions available in perl5 you need to arrange to use the Oraperl.pm module in each file or package which uses them. You can do this by simply adding use Oraperl; in each file or package. If you need to make the scripts work with both the perl4 oraperl and perl5 you should add add the following text instead: eval use Oraperl; 1; || die $@ if $] >= 5;.

Requirements: No special requirements
Platforms: Linux
Keyword: Access Access To Oracle Csr Dbd Dbi Lda Libraries Ora Oracle Oracle Databases Oraperl Perl Programming
Users rating: 0/10

License: Freeware Size: 368.64 KB
USER REVIEWS
More Reviews or Write Review


ORAPERL RELATED
Libraries  -  DBD::Oracle 1.19
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...
368.64 KB  
Finance  -  PDS Access to Excel Converter 4.0
Require Access to Excel sheet converter program which is easily migrate every records from MS Access to Excel Speradsheet? Get PDS Microsoft Access to Excel converter software and performing the best Access to Excel export opertion. PDS Access...
 
Automotive Information Databases  -  Viobo Access to Excel Data Migrator Free 1.0
Viobo Access to Excel Data Migrator is the simplest data-migrator between Access and Excel currently. It migrates data between Access and Excel database system accurately and perfectly, with NO database administrator experience required. The tool...
1.46 MB  
Database Tools  -  MS Access to MySQL Data Converter 1.1
This script is an MS Access to MySQL Data Converter.You'll need to execute the file on the same server as the the MS Access database. The connection strings for the databases are at the top of the file.
10 KB  
Automotive Information Databases  -  Access To PostgreSQL Converter 1.0.1
Access to PostgreSQL is a best program that will convert Microsoft Access Databases to PostgreSQL. Transfer data directly to a server. Transfer password protected databases. Optional transfer of indexes. Optional transfer of records. Optional drop...
896 KB  
Libraries  -  cx_Oracle 4.3.2
cx_Oracle is a Python extension module that allows access to Oracle, and conforms to the Python database API specifications. cx_Oracle module is currently built against Oracle 8.1.7, Oracle 9.2, and Oracle 10.2. This API has been defined to...
70.66 KB  
Database Tools  -  DB Converter for Scripts 1.6.2
DB Converter is a windows based application that converts (at the moment) database structure from MS Access to Oracle and PostgreSQL compatible SQL.It will also convert to MySQL compatible SQL with the added options of converting to a PHP script.
4.35 MB  
Libraries  -  DBD::AnyData 0.08
DBD::AnyData is a DBI access to XML, CSV and other formats. SYNOPSIS use DBI; my $dbh = DBI->connect(dbi:AnyData(RaiseError=>1):); $dbh->func( trains, CSV, /users/joe/cars.csv, ad_catalog); $dbh->func( bikes, XML, [$xml_str], ad_import);...
20.48 KB  
Database Tools  -  DBConvert for Access & PostgreSQL 4.1.3
DBConvert for Access & PostgreSQL is a reliable bi-directional database migration tool which allows you to convert from: · MS Access to PostgreSQL · MS Access to PostgreSQL Dump · MS Access to PHP Script · MS Access to MS Access · PostgreSQL...
 
Libraries  -  DBI::ProfileData 1.58
DBI::ProfileData can manipulate DBI::ProfileDumper data dumps. SYNOPSIS The easiest way to use this module is through the dbiprof frontend (see dbiprof for details): dbiprof --number 15 --sort count This module can also be used to roll...
491.52 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB