On 10/20/2016 8:55 PM, Shashi Shekhar wrote:
Hi All,
Need your help/suggestion.
DB2 Version - 10.5 , 9.7
OS - AIX
Recently , on our Dev environment DB2 got migrated from 9.7 to V10.5. QA is still 9.7.
I was in process of building a new Database on Dev. I have created the database on QA as well, but due to multiple changes App. Team wants to recreate each objects again in QA from Dev. Since I have all objects ( tables and Procedures) in one schema. I
thought to drop the schema in QA and generate db2look in dev only for that specific schema and run that in QA.
But I came across few keywords used in V10.5 like "octets", "Organize by rows" and some more which are not allowed in 9.7 and giving error.
any idea ? should I manually remove those ?
Thanks in advance for reply.
Regards
Shashi
In general, tools are upward compatible but not downward, as you found.
The safest way would be to recreate the objects using the original DDL
you used on Dev. Failing that, you can't just blindly remove the
keywords. You need to look at each statement and ensure the changes
result in an equivalent object in 9.7.
--
==================
Remove the "x" from my email address
Jerry Stuckle
[email protected]
==================
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)