1. Agregar vistas a modelos 2. Separar scripts de tablas, vistas, drops, triggers, index SEGURID\SEGURID View created. from gen_compania c, seg_mnumod s, seg_grupo g * ERROR at line 3: ORA-00942: table or view does not exist -------------------- SEGURID\VIEWS from gen_compania c, seg_mnumod s, seg_grupo g * RROR at line 3: RA-00942: table or view does not exist elect depth, label, CalcGen.SegDerecho(6, itemid, 'ADMINISTRADOR','00 * RROR at line 1: RA-00904: "CALCGEN"."SEGDERECHO": invalid identifier -------------------- SQL> START GENERAL\GENERAL create table GenPrefsCla ( * ERROR at line 1: ORA-00955: name is already used by an existing object create table GenPrefsObj ( * ERROR at line 1: ORA-00955: name is already used by an existing object create table GenPrefsVal ( * ERROR at line 1: ORA-00955: name is already used by an existing object ------------------------- CONTA\CONTA create global temporary table CON_RESTMP ( * ERROR at line 1: ORA-14451: unsupported feature with temporary table ------------------------- START CONTA\CON_REFS ALTER TABLE con_enc_asiento_pre ADD CONSTRAINT * ERROR at line 1: ORA-00942: table or view does not exist ALTER TABLE con_consolida_saldos ADD CONSTRAINT * ERROR at line 1: ORA-00942: table or view does not exist ALTER TABLE con_consolida_saldos ADD CONSTRAINT * ERROR at line 1: ORA-00942: table or view does not exist --------------------------------- START COBROS\COBROS View created. from cxc_enc_movimiento em, cxc_detagecxctmp dt * ERROR at line 5: ORA-00942: table or view does not exist