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 TouchToneTommy 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: Kenton
  • Content: Threads
  • Order by date
  1. Kenton

    Unix script to feed errors from Oracle back to Control-M

    I don't know whether this is the right place or not, but there is a definite lack of Control-M forum (anywhere) so I picked here. I have taken over a system sheduled by control-m and the wrapper script that calls oracle procedures is not returning error codes etc back to control-m. The error...
  2. Kenton

    Major performance issue since upgrade to 10g from 9i

    Hello ... A query that used to take 20 mins to complete under 9i now does not return a result after 24 hours. Looking at the CBO execution plans we get ... for 9i ------------------------------------------------------------------------------------------------------------------------- |...
  3. Kenton

    Bulk Bind help required

    Hello I am trying to gain some performance on a DW ETL process and would like to use Bulk Collect and/or FORALL. I have spent quite some hours reading up but I am totally lost. Here's what I'm trying to do: DECLARE CURSOR c1 IS SELECT key1, key2, value1 FROM table1@db1; asofdt...
  4. Kenton

    Should I buy a KX-TA308?

    Please excuse my lack on knowledge, I'm relly new to all this. We are a small home-based business in Australia - well 2 businesses. We currently have 2 phone numbers assigned to our home phone with different ring tones depending on what number has been called. Upstairs there is one phone...
  5. Kenton

    Recursive text search

    This is probably REALLY easy ... How can I search for a specific string within files in a directory and all its subdirectories? ie I want to find the string "fred" in all the *.sh files in all subdirectories of /home Thanks Kenton
  6. Kenton

    How to stop logging going to mail?

    Hi Our Informix system is currently logging to the root user's mail. Our supplier said "It comes from informix(ie XXXXX part of logical logs etc) itself and there is no way of turning this off." At 2000+ messages/day this is a tad excessive. The message body contains similar to the...
  7. Kenton

    Expanding Textboxes CanShrink, CanGrow?

    Howdy I've read and re-read the helpfile on CanGrow, CanShrink Properties and I cant seem to get a report to do what the help says. Also ... I've seen some threads on creating lines next to textbox fields but they don't seem to do what I want. What I want is in the detail section for...
  8. Kenton

    Access - Step Through of code works - Run through doesn't

    Gudday I am calling a form from another form in Access and trying to populate a couple of fields on the second form from the first. The problem is, the second field doesn't get populated except when stepping through the code!?!? viz: stDocName = "Actions" DoCmd.OpenForm stDocName, ...
  9. Kenton

    awk print string quotes

    Hi again how do I print string quotes (&quot;) using awk? I have this: awk '{print $1, $2, $3} < infile 1,2,3 2,3,5 but I need 1,2,&quot;3&quot; 2,3,&quot;5&quot; (I wish I had a UNIX manual!!) Thanks Kenton [flush2]
  10. Kenton

    Comma delimited files

    Hi all, Just wondering what the best way is to select particular fields from particular records in comma delimited data files. say I have the file file1.dat 1,header 2,123,23,1,,1,1,5 2,124,23,1,,1,3,9 2,125,23,1,,2,1,5 9,footer and I want to create a file file2.dat containing only records...

Part and Inventory Search

Back
Top