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 Mike Lewis 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. gerardus

    I need help with KSH script << EOF

    Yes of course, I didn't know of a star... Now I see. Thanks for the tip. Stefan you have your star!
  2. gerardus

    I need help with KSH script << EOF

    Hi Stefanhi, This is great. I use the ksh, and I changed one line: mknod $rmanpipe p. Thanks a lot! regards, Gerard
  3. gerardus

    I need help with KSH script << EOF

    ok, too bad... Thanks for the help. I'll try your suggestion.
  4. gerardus

    I need help with KSH script << EOF

    The <<EOF did not work. May be my question was not clear. Again: In this case I can give RMAN commands, but de passwords are readable in de PS list: rman target xxx/xxxx@xxxx connect catalog xxx/xxxxx@xxxxx connected to target database: xxx (DBID=xxxxx) connected to recovery catalog...
  5. gerardus

    I need help with KSH script &lt;&lt; EOF

    SJM, thanks. But I think it is reading from stdin. The rman command starts, there is a prompt, it is connecting aan 2 databases - and that is the moment I want to have the prompt, so I can give some other commands. The problem is rman is closed immediately.
  6. gerardus

    I need help with KSH script &lt;&lt; EOF

    I made this script: sid=test cat=tcatalog targetww=`cat /xxx/xxx` catww=`cat /xxx/xxx` rman target $targetww@$test catalog $catww@$cat This connect to the target and catalog rman databases. Next you see is the rman prompt so you can give rman commands. The problem is 'you can see the...
  7. gerardus

    install java5 on aix5.3

    khalidaaa, Thank you for your support! Regards, Gerard
  8. gerardus

    install java5 on aix5.3

    Hi Khalidaaa, thanks for your support. On this machine there is also Java1.4.2. Does the installation of Java5 damage this or other installations on my machine??
  9. gerardus

    install java5 on aix5.3

    I want to install Java5 (file: Java5_64.sdk.tar) on AIX 5.3. Not in the default directory, but in filesystem /usr2. While installing with smitty one cannot change the install directory. How to install this Java5_64.sdk in /usr2?
  10. gerardus

    get execution date or / and time

    huh??? G.
  11. gerardus

    get execution date or / and time

    Time last accessed is backup time. Backup time is last night. This is not the time when it was last executed! G.
  12. gerardus

    get execution date or / and time

    Hi, We have hundreds of ksh scripts on our machines. I want to know the last date these scripts are executed. Is there any command to do this?? G.
  13. gerardus

    shell : Test on Strings ???

    Hi, what about this: word1=dfgABC word2=dfgvdhqdhABC word3=kdhqkdhqkdhkqsd len1=`expr &quot;$word1&quot; : &quot;.*&quot;` len2=`expr &quot;$word2&quot; : &quot;.*&quot;` len3=`expr &quot;$word3&quot; : &quot;.*&quot;` string1=`echo $word1 | cut -c\`expr ${len1} - 2\`-${len1}` string2=`echo...

Part and Inventory Search

Back
Top