Submitted Questions

  • Maintaining Data Integrity

    How can I maintain unique surrogate key if 2 separate workflow in different repository run at the same time and insert/update the main table. Please let me know how can I achieve the above scenario.

    Venkateswara Rao

    • Oct 14th, 2014

    In this scenario the best approach is to define a sequence in Database (ex :oracle ).. Call in informatica when ever you want . even if it is across multiple repositories it will work.