in reply to Re^5: String Search
in thread String Search
Hi Marshall, Thanks a lot for your king help. But I have already thouht that approach also. The logic I had thought as Find the data and insert the data into table But some problem will arise for that. 1. The database we are using as Oracle Database. 2. The table where I will insert the data is very big table and there will lacs of files where every file may be have 1000 records , so it will take hugh time to load into database. 3. Better approach I think SQL*Loader. Because perl is very useful to format the data into "," separated file and SQL*Loader always very fast to load data into table. Your Help is reqired here
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: String Search
by Marshall (Canon) on Aug 31, 2009 at 14:14 UTC | |
by kallol.chakra (Initiate) on Sep 01, 2009 at 06:17 UTC | |
by Marshall (Canon) on Sep 02, 2009 at 14:42 UTC | |
by kallol.chakra (Initiate) on Sep 11, 2009 at 08:39 UTC | |
by Marshall (Canon) on Sep 12, 2009 at 20:19 UTC | |
by kallol.chakra (Initiate) on Sep 12, 2009 at 07:18 UTC |