archives

ERROR IS: ORA-01007: variable not in select list

I have a cursor inside a procedure which fetches some records using dynamic query. Now I need to insert these values into a table long with two more values, one is a unique ID and the other is testcase name. Unique ID- It can be anything. In this case I use a variable J and increment it by 1 each time when I fetch the record.

* (asterik) in regexp

If i have if ($item =~ /$exp/) { print 'yes'; My problem is that $item has a '*' in it at times. I'm getting weird behavior so i'm asking. Is this correct? $exp =~ s/\*/\\\*/g; if ($item =~ /$exp/) { print 'yes';

database network performance requirements

I'm doing some research on network performance requirements for database applications. I was wondering if anyone in this group would be willing to share their opinions regarding specific values that should be used as targets (latency/delay, jitter, packet loss). Various vendor documentation provides some guidelines (latency: Oracle

FAQ 1.11 When shouldn't I program in Perl?

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

Posting Guidelines for comp.lang.perl.misc ($Revision: 1.9 $)

Outline Before posting to comp.lang.perl.misc Must - Check the Perl Frequently Asked Questions (FAQ) - Check the other standard Perl docs (*.pod) Really Really Should - Lurk for a while before posting - Search a Usenet archive If You Like - Check Other Resources

A Small Business Technology Survey

Would love your feedback and help

Your week on steroids

When productivity is important to you

shopping for online

First on net, Bargain your products in online through our [link] and buy it from your local shop. No credit card needed on the internet. It is an innovative shopping model. For more details Visit [link]

FAQ 3.11 Where can I get Perl macros for vi?

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

Problem with 10G Physical Standby Database (archive gap). HELP :-)

Hi I'm having some isses with a 10G physical standby database and an archive gap. The standby instance does not use dataguard because of bandwidth limitations so instead I periodically copy over and manually register any archive logs from the primary instance i.e. alter database register physical logfile xxxxx. All of the logs are being

Yes, you can learn about the Mainframe

Over years I have received numerous request for information about learning the mainframe. Sometimes it comes from someone fresh out of university, occasionally it's a question who has been working IT for a few years and is thinking of a possible career on the System z (the official name for the mainframe), and still others, seasoned veterans, that would just like to learn more about the platform they

function within qq{}

I know you can do this, I just can't find it. How do you call a sub within a qq{} construct qq{The common term for H2O is chem("H2O").} Thank you (As soon is this post is complete... I'll find it) :-)

Urgent Attention,

Urgent Attention,   It is my pleasure to seek your opinion and also to confide in you for a business partnership. Though we have not met before, but I believe one has to risk confiding in someone to succeed sometimes in life. I am Ms. Larissa Diabi; I'm from Bouake in northern part of the Cote d棚voire. I contacted you for this noble transaction to seek you help and advice since I am too young to handle it alone.

Larry, I must not have heard you correctly

I've been around Larry Ellison for what seems like forever. In fact, I would almost risk saying I "know him" (had coffee with him and 9 others once) except he wouldn't have the slightest clue who I was... And in all the years I have followed Mr Ellison and his exploits (relating to both database and non IT adventures), he has always fascinated me and surprised me. Someone should pen a book of "Larry

Want your opinion on @ARGV file globbing

Hi, Recently someone asked me to write a Perl script that would operate on a bunch of input files specified at the command line. This script was meant for a Unix-ish system, but I developed it on an MSWin system. Normally, when I write a Perl script that takes an arbitrary number of input files, I will include the line:

FAQ 1.4 What are Perl 4, Perl 5, or Perl 6?

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