Moving SQLJ Stored Procedures

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tim Bolla

    #1

    Moving SQLJ Stored Procedures

    I have created ~30 stored procedures that I need to have running on a
    database in order to use the application that I have developed. I am
    looking for a solution so that these stored procedures can be imported
    by other people with the least amount of work.

    I have been exporting the stored procedures from the DB2 Development
    Center to a zip file and then using the Project Deployment tool to
    import the stored procedures. While in the process of importing the
    stored procedures the project deployment tool dies while trying to
    import a parameter that is 7000k.

    Does anyone know of another way to import the stored procedures into
    DB2?
Working...