Database

How to setup Virtual FTP server using pure-ftpd in CentOS

To setup Virtual FTP server using pure-ftpd in CentOS is as below : 1. Download the packages. Assuming you already…

15 years ago

List of datetime array using Oracle

The original problematic line : select p_from_date + level - 1 dt from ( select to_date('1980-11-01 00:00:00','yyyy-mm-dd hh24:mi:ss') as p_from_date,…

15 years ago

Oracle : some problem with flash_recovery_disk size

The installation of Oracle 11g R2 .. went on smoothly .. except for database migration.. so we start the database…

16 years ago

Error processing: DBD::Pg::st execute failed: ERROR: numeric field overflow

Bumped into this message : Jul 7 00:13:54 server1 /usr/local/play/bin/getintodb.pl[12345]: 1067-345246.xml: Error processing: DBD::Pg::st execute failed: ERROR: numeric field overflow…

17 years ago

Postgresql Function. Procedural script

Postgresql can be use with procedural call also .. example as below. (more…)

17 years ago

Bug Tracker..

after all .. finished the installation of bug tracker for my personal stuff and project.. it is accessible at http://bug.namran.net…

19 years ago