/*==============================================================*/ /* Database name: Database */ /* DBMS name: ORACLE Version 10g */ /* Created on: 10/09/2009 14:51:14 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 fitbank201061009.log /*==============================================================*/ /* Index: IAUTTRAFCONAREA */ /*==============================================================*/ create index IAUTTRAFCONAREA on TAUTORIZACIONESTRANSACCION ( FCONTABLE ASC, CAREA ASC ); spool off