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 Shaun E 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: syammerc
  • Content: Threads
  • Order by date
  1. syammerc

    How to Increase the Number of Instances in Event Server

    Hi All, I created a IFD( Integration Flow Designer) for a single map having one input as a file and Source Event is ON (event trigger) in IFD for input. If I got 20 files per sec in a source directory, my maps has to trigger 20 times per sec. I mean where I can I set number to instances for a...
  2. syammerc

    How to call a stored procedure having blob datatype as input paramater

    Hi All, I created a stored procedure having Blob datatype as an input parameter. Ex: CREATE OR REPLACE procedure myproc(name in varchar2, blob_data in blob. I am trying to call this procedure in Mercator using DBLOOKUP function with call syntax, but I am getting error as datatype of parameter...
  3. syammerc

    IF Function Failing

    Hi, This is the first time Iam facing this type of problem. I didnot faced everbefore. TO evaluate the condition I use IF function like Objects Map Rule varible[1] ="OK" variable[2] =IF(variable[1]="OK", "PASS", "FAIL") I am always getting "FAIL" value in varibale[2] I am...
  4. syammerc

    Executing Shell Script from Mercator using EXIT function

    HI, I am facing a problem while executing the shell script from Mercator using EXIT function. I given the command in my map as below: EXIT("<path of my script>< inputparam to script>" ,"","") but map is not executing this script on my UNIX box. The same script is running fine when I tried...
  5. syammerc

    BulkLoad OCI through Mercator

    Hi, We are using Mercator6.7 version and Iam trying to improve the performance in Loading data into oracle(9i) database. To load large volume of data mercator is taking more time compared to DataStage. I tried with so many scenarios like workspace and pagesize and pagecount but I didnot get...

Part and Inventory Search

Back
Top