/*==============================================================*/ /* Database name: Database */ /* DBMS name: ORACLE Version 10g */ /* Created on: 21/01/2010 17:57:24 PM */ /*==============================================================*/ -- SQL script that update fitBank squema -- To run this script from the SQL Plus, perform the following steps: -- 1. connect to the database -- 2. set define character to ! -- "set define !" -- 3. issue the command "@ " -- where represents the name of this script spool fitbank201063001.log /*==============================================================*/ /* Table: TPRODUCTOCAPTACIONESPLAZO */ /*==============================================================*/ alter table TPRODUCTOCAPTACIONESPLAZO add MAXIMORENOVACIONES NUMBER(2); comment on column TPRODUCTOCAPTACIONESPLAZO.MAXIMORENOVACIONES is 'Define el maximo numero de veces que se permite renovar una operacion del producto de captaciones a plazo'; spool off