What is error -818 in db2.
where can you find the timestamp of the DBRM and the source
code.( precompile puts the timestamp on dbrm and source code
correct?)
Answer Posted / vaneesh khurana
The error -818 is due to timestamp mismatch of the DBRM and
the source code. Basically same time stamp is marked in
DBRM and source code during pre compilation.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the function of data manager.
What is the reason behind not using select * in embedded sql programs?
How to fetch the last row from the table in SQL (db2)?
What is explain in db2?
What are catalog tables in db2?
What is cursor with hold option in db2?
List down the data types in the db2 database.
What is dbrm library?
How do you stop a db2 database in linux?
How to view db2 table structure?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
What is the connection string to connect to the DB2 Database ?
What is syscat in db2?
What is the syntax for creating a table in the db2 database?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.