| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Hi Experts, Is there a way to read back Stored Procedure's SQL statements using JDBC from existing Database. I am thinking of migrating from one database to different database. Thanks HG |
|
#2
| |||
| |||
| hgohilgroups@gmail.com wrote: > Hi Experts, > > Is there a way to read back Stored Procedure's SQL statements using > JDBC from existing Database. > I am thinking of migrating from one database to different database. > > Thanks > HG Look in schema SYSCAT table ROUTINES. If the LANGUAGE is SQL then column TEXT should contain text to recreate SP. |
|
#3
| |||
| |||
| hgohilgroups@gmail.com wrote: > Hi Experts, > > Is there a way to read back Stored Procedure's SQL statements using > JDBC from existing Database. > I am thinking of migrating from one database to different database. > > Thanks > HG Sorry - I assumed you are using DB2; if not then ignore my answer; visit system catalog of the database and find where text of SP may be stored. Jan M. Nelken |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.