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 SkipVought 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. wwwalex

    i want to grep expected output between two string in patter?

    Try this: # this is your string set x {omppclb> error: fialed due to mismatch of values Existed value : 20000 expected value: 40000 omppclb>} # set variable to hold everything in between omppclb> and omppclb>: set inBetween "" # get your data: regexp {omppclb>([^<]*)omppclb>} $x n inBetween...
  2. wwwalex

    How to return outputs from oracle stored procedure?

    I'm new to tcl. I need to call oracle stored procedure that has two inputs and two outputs. I know how to retrieve result set, but I'm not sure how to retrieve two outputs with tcl. I tried: set theQuery "{call storedProcedureName($Input1, $Input2, ?, ?)}" set theQuery [list [list $theQuery]]...

Part and Inventory Search

Back
Top