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 Chriss Miller 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: dbase77
  • Content: Threads
  • Order by date
  1. dbase77

    check backup status from command line

    Hi, Is there any option in tapeware to check backup status from command line? Or perhaps from a log file. I'm trying to write a batch script to auto email me the backup status. Thanks.
  2. dbase77

    retry backup job if first attempt fail

    Hi, Is there any option in arcserve to keep retring backup job within backup windows time? I couldn't find any. At the moment, if first attempt fail, my backup job consider as fail. It should keep trying though if backup windows still exist. My environment is 2 SDLT tape drives. No autoloader...
  3. dbase77

    1 backup/restore job uses 2 tape drives simultaneously

    Hi, I have 1 SDLT tape drive and going to get another one. Our backup job moves into second tape now. Idea is not to have human interaction to swap the tape. Thinking of using 2 drives for tape1 and tape2 and backup would use tape2 after tape1 is full. Or maybe use multi-stream if possible...
  4. dbase77

    how to run sql query on clob column?

    Hi, I have one table which contains clob column. How do I query this clob column? Very strange, normal query doesn't work at all. Thanks all.
  5. dbase77

    delete empty space at specific column

    Hi All, If anybody could help me with my scenario here. I have a statement file. Example of some content: DATE DESC Debit Credit Total Rate 02-Jan-08 Lodgement 200.00 1200.00 2.51 14-Sep-07 Withdrawal 50.00 1000.00 2.51...
  6. dbase77

    delete line if contains pattern

    Hi, How do I go about deleting any lines that contain pattern on the first 3 characters or maybe first 5 characters? Example file contains: . . How much does it cost? Where are you now, How? Is this correct? How old are you? How are you? . . I want to remove "How" lines and "Is" line for...
  7. dbase77

    strip out data of xml file

    Hi, I have an xml file about 3 MB in size. Huge data inside the file. I would like to strip out some data out of it and import into other application. Preferable common delimited file with comma between each data. Some of the line from xml file ============================ <?xml version="1.0"...
  8. dbase77

    insert blank line after each \f\r

    Hi, I have a file which contains \f\r. How do I go about inserting blank line after each occurrence of \f\r? I used this to replace \r with \f\r. Now I want to insert blank line after it. nawk 'NR%94==0{sub(/\r/,"\f\r")}1' $x > /tmp/$filename.temp Thanks.
  9. dbase77

    restore to older version of NB

    Hi All, I was wondering, is it possible to restore backup taken on server running NB3.5 into other server running NB45? Thanks.
  10. dbase77

    grab particular text from file

    Hi All, I have a file which contains many line of below. Is there any way just to get "USER=ksmith" part? The username will be varied. =============== 23-JAN-2008 10:26:40 * (CONNECT_DATA=(SID=P)(CID=(PROGRAM=C:\Program Files\Quest Software\Toad for...
  11. dbase77

    gawk for windows error

    Hi, I installed gawk for windows. When I tried to run the same awk command that I was using from Unix, I got error below. Am I missing something here? Thanks. C:\Program Files\GnuWin32\bin>gawk 'length($0)<100{$0=sprintf("%-100s",$0)}1' input_file > output_file The system cannot find the file...
  12. dbase77

    add 20 spaces on specific line

    Hi All, I have a file where first 4 lines and the last line are 80 characters. The rest are on 100 characters in each line. I want all the lines are 100 characters. So, is there any way to add 20 spaces on line 1-4 and last line? If there is a better way to do this, that would be great. Thanks.
  13. dbase77

    delete specific line

    Hi All, How do I go about deleting specific line? Example, every 15 lines, I want to delete line. Thanks.
  14. dbase77

    large fragment on LMT tablespace

    Hi, I have large fragment on our LMT tablespace. Because of this, it slows down the performance. What is the best way to tackle this issue? Can I just: 1) create new temporary tablespace 2) move out data to temp tablespace 3) drop old tablespace 4) recreate old tablesapce 5) move back in from...
  15. dbase77

    insert blank line on every 64 line

    Hi, Is there any quick way to insert 2 blank lines on every 64 line in the file? Thank you. regards, dbase77
  16. dbase77

    append text at every 94 line.

    Hi, Is there a way to append text at every 94 line in a file? I have a big file. At every 94 line I have "^M". What I want to do is add "^L" before it. So it will look like "^L^M". Can anybody help with this, please? I tried to google but no luck so far. Thank you in advance. regards, dbase77
  17. dbase77

    insert blank line at line no.1

    Hi, Anybody knows how to insert blank line at line number one in a file? Thanks.
  18. dbase77

    2 machines 2 netbackup servers

    hi, I have 2 unix machines. Lets call it systemA and systemB. Both machines have netbackup business server running (same version - 4.5). And both machines have tape library attach to it. Basically they dont share between each other. Lately I've been thinking, I should config netbackup so that I...
  19. dbase77

    tar exiting with status 40

    Hi, Anybody knows anything about "tar exiing with status 40"? I received this error during restore process. Thank you. .......... dbase77
  20. dbase77

    block changing specific user password

    Hi all, Is there any way I can use in sql script where I can block changing specific user? For example I dont want to change system and sys user password. I have a script where it requests username and password to change. But I dont want this person to change system and sys user password...

Part and Inventory Search

Back
Top