archives

Red Hat, British Airways, SAS, TIBCO sued for Data Integration Software Patent Infringement

Red Hat, Office Depot and British Airways show up in a data integration software patent infringement lawsuit filed by JuxtaComm.

Why I can not using alias in 11G

hi all: I found some query will cause ORA-00918 error(column ambiguously defined) in 11G, but running well in 10G. I give an example: --------------------------- select supplier_code,dept_code,local_ name,english_name from supplier a inner join

FAQ 4.9 How can I output Roman numerals?

This is an excerpt from the latest version perlfaq4.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] .

shebang and ubuntu

My perfect sunday began with an Americano, 2 chocolate-glazed donuts, and perl. That may sound very decadent, but that held me food-wise until the Super Bowl. I have a common problem that files tell my that I'm not allowed there. If I recall my reading, I was referred to chmod(). I've looked at that

Fwd: கம்ப்யூட்டர் மூலமாக அதிகம் பணம் சம்பாதிக்க

Invitation to join RupeeMail! Hi , I have something interesting for you, RupeeMail! It’s really amazing! You get paid to open & read the contents of RupeeMail. You receive promotional offers & special discounts in RupeeMail. Interestingly RupeeMails will reach you based on the preference list you opted for.

Best way to duplicate 11g table and range partition

Hello I'm looking to do some 11g performance testing on insert rates with tables that are split by range into various partitions. I don't want to have to keep pre-filling my table/partition every time I start a new test (as the partition volume will increase every time I carry out each test). What would be the best way to either duplicate the table and

FAQ 3.21 How can I compile my Perl program into byte code or C?

This is an excerpt from the latest version perlfaq3.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] .

perl and sendmail speed problem

Hi I wrote a function that uses sendmail -oi -t -f to send emails. It is currently taking a long time to send many messages. Is there a way to speed this up?. Here is the code of the function sub sendEmail { my ($to, $from, $bcc, $subj, $message) = @_; my $sendmail = '/usr/lib/sendmail'; my $line; my @rawsender = $from;

rant - does oracle know how to design a website?

I think I see the method behind the new metalink, or "my oracle support" for that matter. Make it as frustratingly clunky and user unfriendly as humanly (or not) possible, and support calls will go down, along with that "unsatisfied" support calls. I know for me it is a last resort after I have exhausted all other avenues.

can I get a new httpd.conf file

I have changed mine so many times that I no longer know what I changed. How do I get a new, clean one for OpenBSD 4.6 apache.?

FAQ 3.26 Where can I learn about object-oriented Perl programming?

This is an excerpt from the latest version perlfaq3.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] .

what's the internal transaction table for....

The 10g discussion of transaction commitment has this: The internal transaction table for the associated undo tablespace that the transaction has committed, and the corresponding unique system change number (SCN) of the transaction is assigned and recorded in the table. which the 11g manual corrects to:

FAQ 2.9 What are the Perl newsgroups on Usenet? Where do I post questions?

This is an excerpt from the latest version perlfaq2.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] .

Perl and "->"

Can anyone please explain to me exactly how this "->" works and what it's for? I've relatively new to perl, and I have a decent understanding of it, but not sure what that means. I'm guessing it's used to pass values to modules... or something? Take this sub routine for example: sub OnInit { my( $this ) = @_;