archives

FAQ 8.26 Why doesn't open() return an error when a pipe open fails?

This is an excerpt from the latest version perlfaq8.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .

Bind Variables ignoring Index on 10.2.0.4

My company sells and app that's been running atop Oracle for about 18 months now. We've run on 10.1.*, 10.2.0.1, 10.2.0.2, 10.2.0.3, all without any unexpected behavior. Recently, we had a customer install us atop 10.2.0.4 and we've seen some very unexpected behavior with regard to our queries. To whit, anything with bind variables seems to

FAQ 8.35 How do I close a process's filehandle without waiting for it to complete?

This is an excerpt from the latest version perlfaq8.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .

Using module whith name stored in variable

Hello all! Can anybody tell how can I use modele which name stored in variable? For example, I have this code: package MyModule; use strict; use Exporter; use vars qw(@ISA @EXPORT $DEBUG); @ISA = qw/Exporter/; @EXPORT = qw(foo); sub foo($) { my $arg = shift; print "MyModule foo: my arg: '$arg'\n";

IBM IOD 2008 Conference: the InfoSphere Cometh

The biggest IBM conference in the world will be back at the Mandalay Bay Resort in October this year and the call for speaker proposals has opened up.

recover tablespace

oracle 9.2 on win2003serv. Hello! I droped my non-system tablespace. Base in archivelog mode.How I can restore it, if I have only backup of my tablespace and logs, and don't have backup of system tablespace?

RAC and scalability

Hi all, i've need some advise for resolve my doubt on RAC, because i have to sizing RAC environment in my business. Have been shows me two different solutions of RAC: 1) One node of Bl680c (until 4 CPU quad Core) 2) Two node of Bl480c (only 2 CPU quad Core) The type of choice is a valuate for future scalability, first solution

Giving up on Work e-mail - Status Report on Week 8

Here is the weekly blog post from my ongoing giving up on e-mail (Work related e-mail, that is), where you would be able to see what happened last week, as well as some fascinating reading I have bumped into over the last few days on that very same subject. Lots of great stuff all around! ,

ORACLE PLSQL -OCP( DEVELOPER)

Dear Intelligence/Friends, I am Renganathan, PG Graduate in Msc Information Technology,oracle certified professional, i am working as software developer in FHAPL TECHNOLOGIES P LTD, now i am hunting for a job, if u find any oracle plsql job opening then contact this mobile no: Cell no: 98407 26628

Act now and save when you attend IDUG NA 2008 or IDUG EU 2008

A few weeks ago I posted why it's important to belong to your local DB2 Regional User Group (RUG) (read post

FAQ 8.31 Can I use perl to run a telnet or ftp session?

This is an excerpt from the latest version perlfaq8.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .