/*==============================================================*/ /* Database name: Database */ /* DBMS name: ORACLE Version 10g */ /* Created on: 25/09/2009 13:54:12 AM */ /*==============================================================*/ -- 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 fitbank201061017.log /*==============================================================*/ /* Table: TLOGMENSAJES */ /*==============================================================*/ alter table TLOGMENSAJES modify ( CODIGORESULTADO VARCHAR2(80) ); spool off