Re: Changing UNIQUE_CHECKS, FOREIGN_KEY_CHECKS & SQL_MODE
Posted by: Sergio de la Cruz
Date: November 21, 2012 12:53PM

Hi John:

I fail to understand the steps to get this base alter script you talk about. Can you explain how to get it?

However, the basic answer is that if the aforementioned commands are within a transaction (anythin between START TRANSACTION and COMMIT) and anything inside that transaction fails, all of the statements in the transaction are rolled back, including the ones you are worried about.

Hope this helps.

Sergio

Sergio A. de la Cruz Rodríguez
Software Developer
Oracle Corp.

Options: ReplyQuote


Subject
Written By
Posted
Re: Changing UNIQUE_CHECKS, FOREIGN_KEY_CHECKS & SQL_MODE
November 21, 2012 12:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.