archives

Permissions on a file

I create a text file on the server remote.txt ok with the following code (the last part of it) $first_name = $FORM{command1}; $last_name = $FORM{command2}; open (example, ">remote.txt") die ("Could not open file. $!"); print example "$first_name\n$last_name\n"; close (example); print "Content-type:text/html\r\n\r\ n";

FAQ 4.35 How do I find the soundex value of a string?

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] .

Take an Open Source Database Survey

LewisC's An Expert's Guide To Oracle Technology Do you know which open source feature is the most important? Do you know which open source database rocks and which one sucks? Is MySQL better than Postgres? Is Ingres worth considering? How does Firebird compare? Have you used, or have you considered using, an open source database?

So your trace is ON, what else should you know?

Now that we have discussed the cost of running various traces in DB2, determined that in many case the cost isn't all that great, and in some cases it's just something you have to absorb. Of course, knowing the cost up front may make it better when planning when to run a trace. It has also been noted that running some DB2 traces can (and usually will) be critical to the success of your database,

FAQ 4.52 How do I sort an array by (anything)?

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] .

The care and feeding of a songwriter...

I played Cave Creek Coffee Company's (C4) Open Mic last night.  This is, by far, the best venue I've played as a songwriter. FYI: It is Friday, so I am not obligated to write a career message - but there is one if you read carefully... They have a separate room with a

Data Governance, Data Quality for SAP and a Newsreader from IBM IOD Melbourne

I went to "IOD Comes to You" in Melbourne yesterday - part of the travelling roadshow of IBM Information on Demand highlights across the world.

write 10 files

The following codes are not accepted by Perl and even string concatenation doesn't work. Any suggestions? $infile = $ARGV[0]; foreach $k (0..10) { $outfile = $infile . $k; open (OFP$k, ">$outfile"); $i = $size/10000; print OFP$i "something"; #0-10k, 10-20k, .... 90-100k...

initialize object permanently (only once)

Hello, I am using Wordnet::QueryData which allow access to a very huge dictionary data. The initialization of object my $wn = WordNet::QueryData->new; took 2 wallclock secs ( 2.36 usr + 0.07 sys = 2.43 CPU) Then the subsequent request for the data is exetremely fast For the lines below took 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU)

Measuring Change

I've been engaged in a discussion with a PPM consultant about how to measure change in the IT portfolio. The question goes something like this: "How do we assess the amount of change that certain initiatives will create?" A follow up question could be "What is the quantitative assessment of change?" and then "What are the qualitative measures of change?" In the discussion, we explored one approach

mod_plsql question re max length of POSTed data

Hi folks With 9i on Solaris we seem to be able to post large values (>32k) via mod_plsql where in 10g it appears there is a restriction. The doc for 10g (9.0.4 of AS) [link] "mod_plsql limits the size of a single parameter that can be passed to

Learning Lessons Learned About Lessons Learned?

Think you're more likely to become the next lesson learned before you get anything useful from your org's lesson learned library? Read on!

FAQ 4.50 How do I select a random element from an array?

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] .

Just for fun; a recent IDUG web conversation

There's a bunch of conversations going on right now over on a listserver set up for the IDUG NA attendees. One of them has to do with with the infamous give-aways in he Expo area. For almost 20 years, you would be taking your life in your hands if you were standing near the entrance way of the Expo the first day it was opened. Why? Because first in usually meant you had the best shot at some of

how things happen in a commit process to redo log files

Hi as I understand things when a change occurs something writes the change from the database buffer cache to the redo log buffer. Then upon commit (I suppose its) LGWR copies these changes from the redo log buffer into the redo log files. But does it also write the rollback segment relevant to the