archives

printing two consecutive lines

Hi, I am new to perl, I have a sample file like this ****************************** ****************************** *********************** Path 11: VIOLATED Hold Check with Pin core1_2/tx_lr/ifft128/ u7_mem_fft_0/u5_ data_ram_5/\mem_reg[8][13] /CP Endpoint: core1_2/tx_lr/ifft128/u7_mem_f ft_0/u5_data_ram_5/\mem_r

FAQ 6.7 How can I make "\w" match national character sets?

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

oracle Bug with JDBC ??

Hi all, I'm currently doing some research on Oracle 10g server in our university (Uni of Wollongong,Australia). Well, I have a Java file which connects to the database and create and select some tables but doesn't close connection with the codes. and then I try to "select value from v$sysstat where name='bytes sent via

oracle Bug with JDBC ??

Hi all, I'm currently doing some research on Oracle 10g server in our university (Uni of Wollongong,Australia). Well, I have a Java file which connects to the database and create and select some tables but doesn't close connection with the codes. and then I try to "select value from v$sysstat where name='bytes sent via

Installation of Oracle patch p5337014_10203_LINUX.zip on linux.

Hello All, I got the folowing Error when I install Oracle patch p5337014_10203_LINUX.zip on linux. When I execute "relink client_sharedlib" ,I got the following output.. /home/oracle/oracle/product/10 .2.0/db_1/bin/genclntsh /usr/bin/ld: skipping incompatible /home/oracle/oracle/product/10 .2.0/ db_1/lib/libsql10.a when searching for -lsql10

FAQ 4.59 How can I know how many entries are in a hash?

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

why undotbs01.dbf too big

Hello, I have a 10G on solaris database that has chewed up 3.0 GB of disk space with undotbs01.dbf. This is unexpected and inconvenient cos the disk partition is now full. There is a gateway feeding lots of small 3KB rows into a table which is caught by a trigger that populates some other tables via a stored

Data Integration Olympics: Informatica versus IBM, SAP, Microsoft and Oracle

One of the most fascinating battles in the data integration Olympics is the run of pure play data integration vendor Informatica against the giant IT software vendors.

Help: Filehandle problem

Hello, I want to process the output of a program. Anyway, the output is showing on screen. Is there any way to process it by using file handle? I don't suppose I should save the output as a file then process this file. Thank you very much~ Regards, Amy

Unable to debug Perl script

Hello all, I face a peculiar problem when I try to debug my perl script. This script is used to fetch values from an excel sheet and print it into different files. I needed to debug this script. When I do try to debug, I get this error. "Bizarre copy of HASH in leave at excel_extract.pl line 114. at excel_extract.pl line 114

FAQ 5.29 How can I read in a file by paragraphs?

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

Avoid multiple scan of the same table

Is there way to avoid multiple scan of the same table in following? Select c1 as v1, c2 as v2, c3 as v3 From t1 Union Select c1 as v1, c2 as v2, c4 as v3 From t1 Where c5 < 5000 The output should look like.. v1, v2, v3 v11, v21, v31 v12, v22, v32 and so on. Rows from the both queries can be same so UNION is required to avoid

better way to fetch and install packages than just a bunch of system calls?

Howdy all! As part of a test script, I have to make sure my test machine (i.e. the machine that is running the script) has libraries zlib and hdf5. I do that with this code. Is there a better way? if ($opt{netcdf4} && ! -e $install_file) { copy("/upc/share/ed/downloads/ zlib-$ {zlib_version}.tar.gz", $hdf5dir) die;

What are the advantages of migrating appliations from Oracle 8i to the 10g platform?

What are the advantages of migrating appliations from Oracle 8i to the 10g platform

Is there any problem restoring database from 9G to 9i

Everyone, I need to make a copy of a database in 9G, and put it on another server with 9i. Is there any problem with that ? Is 9G database different than 9i ? The platform is Solaris. And what is the best tool for this ? Will I use RMAN to take a backup, then restore it on new server using RMAN again?

Wirecache Database Accelator

Does any one have experince in usng this product [link]. We are looking in evaluating this product and wanted to know your experience. Thanks.