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 IamaSherpa 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: SimonTempler
  • Order by date
  1. SimonTempler

    VI Gurus Phease HELP!!!

    cool...thank Annihilannic
  2. SimonTempler

    VI Gurus Phease HELP!!!

    now i have my script but i'm missing the semi colon at the end of the statement. ...so how do i add semi colon to the end of the statement so it looks like this alter database rename file '/u01/app/oracle/product/9.2.0/dbs/u01oradataH89VADMO avapp.dbf1' TO '/u01/oradata/H89VADMO/avapp.dbf';
  3. SimonTempler

    VI Gurus Phease HELP!!!

    Worked like charm. Thanks!...so can please explain the meaning of the bang (!) notation and why you use it in the begining of the code (!TO) and at the end of the code (/H89VADMO/!). thanks
  4. SimonTempler

    VI Gurus Phease HELP!!!

    i have this statement right : alter database rename file '/u01/app/oracle/product/9.2.0/dbs/u01oradataH89VADMO avapp.dbf' TO '/u01/app/oracle/product/9.2.0/dbs/u01oradataH89VADMOavapp.dbf' but i want to change and replace the line after the 'TO' with /u01/oradata/H89VADMO/avapp.dbf so my...
  5. SimonTempler

    How can you pipe the output of nmon command to a file ?

    I've been trying to capture CPU and memory statistic with nmon but I'm not sure if i can pipe that to a file. Anybody knows how I can do that ? Thanks for your help
  6. SimonTempler

    How can i preserve header info with this command

    i tried this : ps gwv | head -1 | grep wait and it returned zero rows....?
  7. SimonTempler

    How can i preserve header info with this command

    when i run this command ps gwv i get the output with header but if i grep from the resulting output i lose the header...pls what option can i use with grep to get the header ? Thanks! PID TTY STAT TIME PGIN SIZE RSS LIM TSIZ TRS %CPU %MEM COMMAND 0 - A 114:43 7...
  8. SimonTempler

    Please help with function

    @lgarner i saw where the function is later called. Thanks for all your help. @ChipperMDW, thanks!. Now i understand how parameter works.
  9. SimonTempler

    Please help with function

    The question is what is $1 and $2 in Migrate_file function. I can understand if $1 is coming from the function update_program but what is $2 ?
  10. SimonTempler

    Please help with function

    Thanks!....is $1 the same outside of the function ?. Reason is, after the above function, there's another function call $1 and $2 and i'm confused as to if it's the same value. See code below... ################################################################### # Function: Migrate_File...
  11. SimonTempler

    Please help with function

    Here's an excerpt of the code. Please somebody explain this line (MIG_INFO=`grep $1 /u02/app/psoft/fs800/$BASE_ENV_LOWER/migrations/todo/$BATCH`)...I just don't see where the $1 variable is defined anywhere in the function. The script is called M_FQA8. Thanks for your help...
  12. SimonTempler

    DLL related issue

    Let me give you a brief insight into what this program is doing. Our PeopleSoft developers locks batch objects (sqrs,sqc etc) everytime they make any modification to the object to prevent over-writting other developer's code. We have a tool integrated with our PeopleSoft application designer...

Part and Inventory Search

Back
Top