Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. apr1004

    Oracle 6ito 9i conversion

    Hi, We are in the process of migrating forms6i to 9i. All our forms are not GUI based(Forms are not actually 6i), it is in the text based. To migrate from 6i to 9i, Is there any way i can convert all the forms to web based without modifying each and every form. Is there any new automization...
  2. apr1004

    RUMBA ACTIVEX - Very Slow Connection

    Hi I am using RUMBA OBJECTX control in VB for my interface applications to Mainframe. When I try to establish connection to mainframe by .connect method of the rumbaobjectx, it take very long time to establish connection. But when i connect mainframe directly from RUMBA control by clicking...
  3. apr1004

    RUMBA OBJECTX - Very Slow Connection

    Hi I am using RUMBA OBJECTX control in VB for my interface applications to Mainframe. When I try to establish connection to mainframe by .connect method of the rumbaobjectx, it take very long time to establish connection. But when i connect mainframe directly from RUMBA control by clicking...
  4. apr1004

    Is it posible to regenerate C source code using exe alone

    Hi, One of our clients lost their 'C' source codes in Unix (IBM AIX) for more than 50 programs. They only have the exe (executables) with them. Their requirement is to regenerate (reverse engineering) the source codes from the exe. Is it possible to do it so. If yes please help us. Thanks &...
  5. apr1004

    avoid mail message in cronjob

    hi I've submiitted a job to crontab as follows 00 00 * * * 1.sh After the execution it sends mail to my login user. how can avoid the mail messages. Pls help me, apr1004.
  6. apr1004

    Crontab file

    hi, I've solved using awk Anyway, thanks. apr1004
  7. apr1004

    Crontab file

    Hi, I had another problem, crontab -l > temp_cron I want to edit this crontab file temp_cron is as follwos: 10 10 08 05 * /usr/people/xxxx/rrsch.sh 10 02 09 05 * /usr/people/xxxx/rrsch.sh 02 01 08 05 * /isr/people/xxxx/1.sh 03 01 08 05 *...
  8. apr1004

    Crontab file

    Thanks, I'll try it out and let you, thanks for the reply, apr1004.
  9. apr1004

    Crontab file

    I want to schedule a job every day moring 1am which inturn shedule another job at a perticular time based on some condition.
  10. apr1004

    Crontab file

    Hi, Is it possible to cron a script which is editing crontab file. eg: test1.sh Submitting the following jobs to crontab based on some condition (either 1.sh or 2.sh ) 10 10 * * * * $input test2.sh submitting the test1.sh to crontab everyday...

Part and Inventory Search

Back
Top