Archive for the 'Oracle' Category
I’ve implemented a new Oracle and J2EE application at work, and will need to integrate it to some existing systems, for which the company standard is Oracle BPEL. One of the systems is Microsoft InfoPath, which is nice and easy to use for users to type data into. So I’m going to be hooking [...]
DBD::Oracle is not in the Ubuntu repositories so I’m going to build it from source. Oh what fun.
Steps
Download DBD::Oracle source from CPAN and untar to a directory somewhere
Download Oracle Instant Client for Linux x86 - get the Basic, SQL*Plus and SDK RPM packages for version 10.2.0.3
Install build-essential and alien from repositories if you haven’t already
Convert [...]
The previous post was how to start the database manually. Here is how to start the database by a script. Many thanks to Stuart for sending me the original version! What would we hackers do without you professionals?
This assumes you have installed Oracle 10g R2 into /opt/oracle and that you have a .bash_profile file sitting [...]
I removed Oracle 10g XE from my Dapper Drake machine and installed Oracle 10g R2. I will document this process later on when I’ve got the time but it was not too hard actually. The Oracle installer does not create a management script in /etc/init.d like the Oracle XE deb package does. Howerver with [...]
I installed Oracle XE and have been trying to install the sample schema OE for this tutorial here on using J Developer and ADF Business Components, but I cannot find the damn SQL for it anywhere on the web!!! See the following
http://forums.oracle.com/forums/thread.jspa?messageID=1355819�
Oracle should get it together and post that code so it can be downloaded
Installing Oracle Database XE on Debian, Ubuntu, and Kubuntu
I just installed Oracle XE on Dapper using the above - easy as anything