archives

FAQ 5.10 How can I set up a footer format to be used with write()?

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.10 How can I set up a footer format to be used with write()?

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

Official Rebranding: Say Hello to the IBM InfoSphere Information Server

IBM has moved the Information Server suite into the brand spanking new InfoSphere brand - the brand for supersized Information on Demand software.

PGA size and server process

Hi, I am now using dedicated server connection and I set pga_aggregate_target=1G. I find that there are total 5 server processes running by "ps -ef grep oracle$SID" Does it mean that each server process can consume up to 1G so that the total PGA size is 5G? or 1G PGA are shared by all server processes?

PGA size and server process

Hi, I am now using dedicated server connection and I set pga_aggregate_target=1G. I find that there are total 5 server processes running by "ps -ef grep oracle$SID" Does it mean that each server process can consume up to 1G so that the total PGA size is 5G? or 1G PGA are shared by all server processes?

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

Sql expert certification

Want to know about this certification and also need material for the same

Sql expert certification

Want to know about this certification and also need material for the same

8 Keys To Success In Anything

Ran across this video of a Ted Talk. It kept my attention because it was only 3 minutes long - even I can stay in one place that long. One of the final slides of the video...

EnterpriseDB Gets a New CEO

LewisC's An Expert's Guide To Oracle Technology Looks like I have a new boss. Actually, it looks like my boss's boss has a new boss. ;-) I'd like to personally welcome Ed Boyajian to EnterpriseDB. Looks like he has quite a bit of experience with

Should we set ORA_NLS10 for 10g?

Hi, I created a database with NLS_CHAR=AL32UTF8 and NLS_NCHAR=AL16UTF16. Putty was using BIG5 codepage so that I exported NLS_LANG=.ZHT16BIG5. All input characters can be converted from BIG5 to UTF8 and stored in the database correctly. I have not set the ORA_NLS10 environment variable but everything works

FAQ 6.20 Are Perl regexes DFAs or NFAs? Are they POSIX compliant?

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

System Design Backwards

System Design technique which promotes

How to get the output from an ICQ clent

Hello everybody, In my script I want to execute and print out the output from the ysm ICQ clent after logging in. I tried this my $pid = open my $readme, "- ", "ysm" or die "Can't fork: $!\n"; while (<$readme>) { print "$_\n"; kill 9 => $pid; close $readme; but executing the script invokes a blank screen whitout any output.

Package utl_i18n

I have problem which char-coding, I want convert data from 'CP852' to 'WIN1250' (I have file which data coding in 'CP852' and I want insert this data to DB (set coding 'WIN1250'), why my example doesn't work? DECLARE r raw(50); s varchar2(20); BEGIN s:='1234'; r:=utl_i18n.string_to_raw(s,'C P852');

Package utl_i18n

I have problem which char-coding, I want convert data from 'CP852' to 'WIN1250' (I have file which data coding in 'CP852' and I want insert this data to DB (set coding 'WIN1250'), why my example doesn't work? DECLARE r raw(50); s varchar2(20); BEGIN s:='1234'; r:=utl_i18n.string_to_raw(s,'C P852');

FAQ 5.38 How do I select a random line from 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] .

Security changes in 11g

In the past the dba has been able to use the below script prior to 11g and be able to connect to schema without password to resolve issues. It does not seem to work in 11g. cat buser.sql rem rem set pages 0 lines 200 trims on feedback off verify off echo off timing off define USERS = '&1' connect / spool /tmp/tmp.sql

Security changes in 11g

In the past the dba has been able to use the below script prior to 11g and be able to connect to schema without password to resolve issues. It does not seem to work in 11g. cat buser.sql rem rem set pages 0 lines 200 trims on feedback off verify off echo off timing off define USERS = '&1' connect / spool /tmp/tmp.sql