archives

FAQ 5.25 How do I get a file's timestamp in perl?

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

FAQ 5.25 How do I get a file's timestamp in perl?

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

RMAN DUPLICATE

I am a newbie in RMAN. I see in doumentation: RMAN can perform the duplication either directly from an open or mounted database or from pre-existing RMAN backups and copies. I run ORCLE 10.2. I've never seen any example of duplecation either only from an open or mounted database or from pre-existing RMAN

RMAN DUPLICATE

I am a newbie in RMAN. I see in doumentation: RMAN can perform the duplication either directly from an open or mounted database or from pre-existing RMAN backups and copies. I run ORCLE 10.2. I've never seen any example of duplecation either only from an open or mounted database or from pre-existing RMAN

v$sql_bind_capture – is it buggy?

I am using Oracle 10.2.0.3 on Windows 2003. I am using V$sql_bind_capture to find values of bind vars used in my query. When I look at the description of v$sql_bind_capture: SQL> desc v$sql_bind_capture; Name Null? Type ------------------------------ ----------- --------

v$sql_bind_capture – is it buggy?

I am using Oracle 10.2.0.3 on Windows 2003. I am using V$sql_bind_capture to find values of bind vars used in my query. When I look at the description of v$sql_bind_capture: SQL> desc v$sql_bind_capture; Name Null? Type ------------------------------ ----------- --------

what is the best way to change a file name within the same asm disk group?

Dear group, I am using Oracle 10.2.03 on linux. I used nid to change the dbname from "test" to "dev", but select name from v$datafile still show filename as "+data1/test/users.xxxx", so I have to use RMAN "copy datafile 'xxx' to '+data1' to change the file path, it is very slow. It there any better way to do this?

what is the best way to change a file name within the same asm disk group?

Dear group, I am using Oracle 10.2.03 on linux. I used nid to change the dbname from "test" to "dev", but select name from v$datafile still show filename as "+data1/test/users.xxxx", so I have to use RMAN "copy datafile 'xxx' to '+data1' to change the file path, it is very slow. It there any better way to do this?

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

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

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

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

Perl grep and Perl 4

Greetings, I'm using Perl 4 and have problems getting syntax error when using a grep BLOCK LIST. What I am trying to do is see if a string is in a list of strings, but using grep BLOCK LIST. Note, I have parenthesis in the string. This works in Perl 5 but not Perl 4: ... $string1="thisisstring(one)";

Perl grep and Perl 4

Greetings, I'm using Perl 4 and have problems getting syntax error when using a grep BLOCK LIST. What I am trying to do is see if a string is in a list of strings, but using grep BLOCK LIST. Note, I have parenthesis in the string. This works in Perl 5 but not Perl 4: ... $string1="thisisstring(one)";

FAQ 7.2 What are all these $@%&* punctuation signs, and how do I know when to use them?

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

FAQ 7.2 What are all these $@%&* punctuation signs, and how do I know when to use them?

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

Add a new row based on the condition?

Hello, I have designed two tables, one for the main information of maintenance, and the other for additional information. The additional table is used when one column in the main table has the value of 1 meaning we will send it to other company to repair it. So in the additional table we have to record the company name, address, and

Add a new row based on the condition?

Hello, I have designed two tables, one for the main information of maintenance, and the other for additional information. The additional table is used when one column in the main table has the value of 1 meaning we will send it to other company to repair it. So in the additional table we have to record the company name, address, and