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 bkrike 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. SysAdminUnix

    transferring variable to another script doesn't work

    Hi All, Need help with a script. I'm creating a menu driven script for several users. Part of this script is a statement in Oracle. After selecting a menu option a second script is called to execute the oracle statement. The results are stored in a spoolfile, which then is displayed with the...
  2. SysAdminUnix

    redirect type with a filename

    I'm creating an "old style" batch script. The results of this script are stored in a logfile. Now I want to include the contents of another logfile into this first logfile. The name of this file is each day different. The second logfile resides in a directory, and is the only file that is...
  3. SysAdminUnix

    Howto start a sql script from windows

    How do I start a commandfile in windows to get data/commands in/out oracle? I know that it has to be something like a command file containing a string like "sqlplus@example.sql". In the file example.sql there is a string like "select * from dual;". I'm at the moment only familiar with the Unix...
  4. SysAdminUnix

    RedHat 9 installation problems (crash)

    I'm having problems installing RedHat 9. I have 2 sets of CDs; one downloaded from RH, and one set bought. None of them are working. When I start a new fresh install, I choose all defaults; choose for a server or custom installation, doesn't matter what; errors are the same. Add the information...
  5. SysAdminUnix

    array and variable in Korn Shell

    Hi, I'm trying to create a script with a variable array. First I'll set the array's. After that I'm going into a loop so I can call all three array's in one pass. set -A system1 250 1.2.3.4 routerUS01.nl.com set -A system2 250 2.3.4.5 router2501.nl.com echo ${system1[0]}&quot...

Part and Inventory Search

Back
Top