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. OAIusr

    Mercator Performance Tuning

    I agree with you Eyetry about your PS. I would just add some tips I experienced : There's often architectur solutions using multithread. A large input file could be cut into multiple small files and processed in parallel. For your cuting map, use very simple typetree like one group containing a...
  2. OAIusr

    DBQuery from Oracle procedure (mercator 6.7.1)

    Bocaburger, After search on other forums, the only response I needed was that it's impossible to get multiple rows in input cards from an Oracle stored proc... We are forced to write the select statement in the command line adapter or in the mdq file. Oaiusr
  3. OAIusr

    Management Console V6.7.1 and HP-UX 11i

    Moreover, look at the message it returns : java.lang.ArrayIndexOutOfBoundsException at com.mercator.communication.WatchMapsSummary.getWatchMapInfo(WatchMapsSummary.java:133) at com.mercator.communication.CommunicationLayer.getWatchMapInfo(CommunicationLayer.java:565) at...
  4. OAIusr

    Management Console V6.7.1 and HP-UX 11i

    BocaBurger, I'v the same problem than Secrane with the same config. But it doesn't seem to be a network problem : Indeed, even if I run the command 'eventserver.sh -summary MyServerName' on the server itself, it takes 4-5 minutes to get the results, and it simply doesn't work with the -satusinfo...
  5. OAIusr

    DBQuery from Oracle procedure (mercator 6.7.1)

    That's what I tried to explain in my previous post with my exemple t_record : the typetree generated by the DID contains only one item instead of the tow items defined in the type t_record. Is my explanation so full of mistakes ?
  6. OAIusr

    DBQuery from Oracle procedure (mercator 6.7.1)

    Ok, in fact I don't want the typetree corresponding to the stored proc parameters (usefull for an output card) but the typetree corresponding to the returned type as described, to get it in my input card. To summary, I have to call a function or stored proc (with or without params) in an INPUT...
  7. OAIusr

    DBQuery from Oracle procedure (mercator 6.7.1)

    Thanks for your solution about the dbquery function. But now, what's the method with an input card ? For exemple, my oracle function or procedure returns the object TAB_RECORD below : TYPE t_record is RECORD ( Id_cd varchar2, Val_cd integer); TYPE TAB_RECORD IS TABLE OF...
  8. OAIusr

    DBQuery from Oracle procedure (mercator 6.7.1)

    i do it with a new procedure where i do the same thing. I print to the screen my result(whith dbms_output) when i execute the procedure in Oracle client i have what i expect, but when i use mercator i have nothing. I can catch the result in my file. Mercator Commande: =DBQUERY("begin...
  9. OAIusr

    DBQuery from Oracle procedure (mercator 6.7.1)

    I used to select records from a Sybase database with Mercator 6.7.1. via a stored procedure in an output card : PUT("FILE","%PATH_DATA%", Package( DBQUERY("spu_my_sybase_stored_proc 'param1'", "%DB_SYBASE% ) ) But we have now an Oracle database and I try to do as simple. It doesn't work ...

Part and Inventory Search

Back
Top