Is it possible to precompile if db2 goes down?

Answer Posted / i-tek

Yes. Because the precompiler does not refer to the DB2
catalogue tables.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the various isolation levels possible?

637


Explain the contents that are a part of dclgen.

649


What is the difference between db2 and oracle?

664


What is bind package and plan in db2?

587


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2140






How do I add a column to an existing table in db2?

578


What is scrollable cursor in db2?

573


Which component is responsible for processing sql statements and selecting access paths?

647


What are the rules for db2 programming?

634


What is buffer pool and list some of them?

619


How to take backup of table in db2?

591


What is bufferpool in db2?

568


Are views updateable?

635


How to view db2 table structure?

579


How to connect to db2 database from windows command line?

553