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: *

  • Users: schillache
  • Order by date
  1. schillache

    Need Cron help

    hi, Make sure file have execute permission,Try to mention the whole path of the files inside also. rgds
  2. schillache

    Need Cron help

    Hi, Put like this, 26 * * * * /home/admin/leon.sh rgds
  3. schillache

    Fatal Error In Buffer Manager for btclean thread

    How many instances in this server? rgds schill
  4. schillache

    LRU Writes/Chunk Writes ratio

    Make sure LRU writes should be more than checkpoint write & my sugeestion for this ratio ,better go for check point interval as 300 rgds Schill
  5. schillache

    Hi Can we write a SQL which give

    select count(*) from c; OR select sum(cols) from c; Plz advice rgds Schill
  6. schillache

    Full System Restore Failed ???

    Hi, 1) After this error happens,u just see /var/adm/messages files whether is any problem in Tape media. 2)After this error happens.U just do onmoke -ky twice(for safe) then oninit & rerun onmode -ky & run ontape -r. try this & let me know the status. rgds schillache
  7. schillache

    SPL Problem

    hai, Here u cast through or concatenate thru' the operater in SPL as ABC,001 like that SCHILLACHE
  8. schillache

    SPL Problem

    hai stuartd, Just declare two variables as char & just take non-initial strings (eg strbatchno=ABC001 )& convert into ascii(strbatchno[4,6]) .so it will contain the numeric .now increment that part only & concat with strbatno. Hope it works SCHILLACHE

Part and Inventory Search

Back
Top