archives

FAQ 6.5 I put a regular expression into $/ but it didn't work. What's wrong?

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

problem/s logging into isql*plus as dba

hello friends, i have oracle 10g installed on my pc running on windows xp. i tried to log into isql*plus as dba. i took the help provided at sql*plus login page on how to login as dba. it instructs that first you should start the jazn shell and the create a new user as : 1. enter jazn shell: %JAVA_HOME%/bin/java -Djava.security.properties=%OR ACLE_HOME%/oc4j/

array comparision

Hello all! I have several lines where I need to know whether the numbers are the same or not. I made an example, and my questions are inserted as comments: Thank you for your help marek use warnings; use strict; my $line1 = "Mon, 04.08.2008 61126.10 79071.30 3567 2648.00 2864.00"; my $line2 = "Die, 05.08.2008 7:40-19:40 12:00 61198.70 79103.40 3574 2648.00

FAQ 4.68 Why does passing a subroutine an undefined element in a hash create it?

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

How to make PerlScript work in firefox3 on xpsp3

How to make PerlScript work in firefox3 on xpsp3? I had asked it in ff support group and a member answered:

Using RMAN with EMC Networker - Expiration Policy

Hi, My customer is implementing an oracle backup solution with EMC Networker (ex Legato). I've a question about Expiration. There are daily and monthly backups with different expiration times. I don't know if it's better control expiration with RMAN policy or Networker policy. According EMC NetWorker Module for Oracle, Release 4.5 Administration

List Context in a Boolean Expression

I have a question about when things are and aren't taken to be a list when doing boolean comparisons. I tested the following code: my @foo = qw/ one two three /; my @bar = (); my @baz = @bar @foo; print "@baz\n"; This produces "one two three." Hence, we know that a list CAN be returned from a boolean expression. I tried it the other way:

FAQ 4.76 How do I verify a credit card checksum?

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

So you're new to being a DBA and you want to learn z/OS

This is a blatant advertisement for an IBM class (CV040) that cost money. I don't usually promote things that cost, I figure IBM has amble resources to do that on there own. However, this class is brand new, like in first time taught, and it's sounds interesting.

FAQ 5.19 How can I reliably rename a file?

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

Earn $500 To $1000 Daily Working From Home.

Earn $500 To $1000 Daily Working From Home. How To Trade Forex The Easy Way [link] How Do You Become A Successful Affiliate Marketer [link] [link]

Help with Array Usage

Hi All, I need some help on how i can proceed for the question below. I have a file <test.txt> with the contents as below: test 1 1 0 testa 1 1 0 test 2 2 0 test 1 2 0 test 2 3 0 testb 2 2 0 testc 3 3 0 test 2 4 0 test 3 3 0 Next i need to get the 'unique' numbers in the first column for the row which starts with 'test'.

Passing queries from procedure call in a script ... possible?

Oracle 10.2.0.3.0 Windows 2003 Server UPDATE_PROCEDURE will update the DATES_TABLE but could be updated from different sources. How do I make the UPDATE_PROCEDURE able to accept different data sets retrieved from different cursors when the UPDATE_PROCEDURE procedure is called from different SQL scripts.