• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Oracle Stored Procedure

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi,

I have oracle procedure which run every one hour though cron job. But during night time when procedure is executed it do not generate proper data. I am not able to find the exact reason for this

The Procedure generate data in the below format

9938446473,20130822120458,2496,1
8233566279,20130822120525,3080,1
8233175625,20130822120527,2498,1

But in the night, i find some of rows were not generated properly in text file.

67,1


PLSQL PROC :



 
reply
    Bookmark Topic Watch Topic
  • New Topic