Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: problems creating new database
DA Morgan wrote:
> Which leads to why I hate scripts (in practice not in theory).
>
> Not to criticize you personally: But that belief system often leads
> to doing so between version numbers without retesting.
>
> Oracle may do a great job of backward compatibility ... but how many
> of those lovely scripts still have SET TRANSACTION USE ROLLBACK ...
> even though rollback segments are gone?
> --
> Daniel Morgan
> University of Washington
Sorry, I should say *well-maintained* scripts ;-)
Different versions of Oracle will require differences within the scripts, as you say, but I am talking about building Dev, Test and Live systems using the same scripts. A script will always do the same thing against the same environment. Mouse-clicks are not scriptable and humans make mistakes. Received on Tue Sep 05 2006 - 06:55:40 CDT
![]() |
![]() |