Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: import problem

Re: import problem

From: s.kapitza <skapitza_at_volcanomail.com>
Date: 5 Jan 2002 09:13:35 -0800
Message-ID: <26703915.0201050913.4073e17a@posting.google.com>


hi dmitry

i had the second error once.
Someone renamed a table with a trigger.
The Table was renamed, but it seems the Trigger was "residing" on the old tablename , all went fine
until the next export/import.
we had to extract the triggersource from the destination database , rewrite the triggersource for the new tablename and aplied it to the target database.

maybe this is the same problem with your db.

greetings

s.Kapitza

dm_at_belkam.com (Dmitry Melekhov) wrote in message news:<48f1f058.0201050627.6938fd62_at_posting.google.com>...
> Hello!
>
> I want to import full database export from Oracle 8.1.7/w2k to Oracle
> 8.1.7/Linux.
>
> But I get following errors errors of two types (sorry, some tables and
> fields names are russian):
>
>
> . importing RUTOWN's objects into RUTOWN
> IMP-00017: following statement failed with ORACLE error 1730:
> "CREATE FORCE VIEW "RUTOWN"."RUT_SEL_USER_ROLES"
> (""
> "USER_NAME","NAME_ROLE","GRANTED_ROLE","ADM_OPT","DEF_ROLE","OPER_ROLE")
> AS
> "
> "SELECT aaa.*,"
> " decode(NVL(grt.GRANTED_ROLE,'*'),'*',0,1) GRANTED_ROLE,"
> " decode(NVL(grt.ADMIN_OPTION,'*'),'*',0,'YES',1,'NO',0,1) ADM_OPT,"
> " decode(NVL(grt.DEFAULT_ROLE,'*'),'*',0,'YES',1,'NO',0,1)
> DEF_ROLE,"
> " decode(substr(aaa.NAME_ROLE, 5, 1), '&#1054;', 1, '&#1060;', 0, 0
> ) OPER_ROLE"
> "FROM"
> "("
> "SELECT usr.USERNAME USER_NAME,"
> " rol.ROLE NAME_ROLE"
> "FROM ALL_USERS usr,"
> " DBA_ROLES rol"
> "WHERE"
> " rol.ROLE LIKE '&#1056;&#1059;&#1058;_%'"
> ") aaa,"
> "DBA_ROLE_PRIVS grt"
> "WHERE"
> " grt.GRANTEE(+) = aaa.user_name"
> " AND grt.GRANTED_ROLE(+) = aaa.name_role"
> IMP-00003: ORACLE error 1730 encountered
> ORA-01730: invalid number of column names specified
> ORA-01031: insufficient privileges
>
>
>
> and
>
>
> IMP-00003: ORACLE error 25001 encountered
> ORA-25001: cannot create this trigger type on views
> IMP-00017: following statement failed with ORACLE error 25001:
> "CREATE TRIGGER RUTJOURNAL.AR_&#1056;&#1055;&#1056;_JN"
> " AFTER DELETE OR INSERT OR UPDATE"
> " ON &#1056;&#1059;&#1058;_&#1056;&#1040;&#1057;&#1061;&#1054;&#1044;&#1067;_&#1047;&#1040;_&#1055;&#1045;&#1056;&#1048;&#1054;&#1044;&#1067;"
> " FOR EACH ROW"
> "-- PL/SQL Block"
> "--&#1047;&#1072;&#1087;&#1087;&#1086;&#1083;&#1085;&#1077;&#1085;&#1080;&#1077;
> &#1090;&#1072;&#1073;&#1083;&#1080;&#1094;&#1099;
> &#1078;&#1091;&#1088;&#1085;&#1072;&#1083;&#1072;"
> ""
> ""
> "BEGIN"
> "IF DELETING THEN"
> " INSERT INTO JN_&#1056;&#1040;&#1057;&#1061;&#1054;&#1044;&#1067;_&#1047;&#1040;_&#1055;&#1045;&#1056;&#1048;&#1054;&#1044;&#1067;
> ("
> " jn_user, jn_date_time, jn_operation"
> " , old_&#1050;&#1054;&#1044;"
> " , old_&#1050;&#1053;_&#1050;&#1054;&#1044;"
> " , old_&#1054;&#1055;_&#1044;&#1040;&#1058;&#1040;"
> " , old_&#1048;&#1057;&#1058;&#1054;&#1063;&#1053;&#1048;&#1050;_&#1042;&#1042;&#1054;&#1044;&#1040;"
> " , old_&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1071;"
> " , old_&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1068;"
> " , old_&#1044;&#1040;&#1058;&#1040;_&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , old_&#1053;&#1040;&#1063;&#1040;&#1051;&#1068;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , old_&#1044;&#1040;&#1058;&#1040;_&#1053;&#1040;&#1063;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , old_&#1050;&#1054;&#1053;&#1045;&#1063;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , old_&#1044;&#1040;&#1058;&#1040;_&#1050;&#1054;&#1053;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , old_&#1056;&#1040;&#1057;&#1063;&#1045;&#1058;&#1053;&#1067;&#1049;_&#1050;&#1054;&#1069;&#1060;"
> " , old_&#1050;&#1054;&#1052;&#1052;&#1045;&#1053;&#1058;&#1040;&#1056;&#1048;&#1049;"
> " , old_&#1042;&#1042;&#1054;&#1044;_&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1048;"
> " , old_&#1042;&#1042;&#1054;&#1044;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , old_&#1042;&#1042;&#1054;&#1044;_&#1053;&#1055;"
> " , old_&#1042;&#1042;&#1054;&#1044;_&#1050;&#1055;"
> " ) values (user, sysdate, 'DEL'"
> " , :old.&#1050;&#1054;&#1044;"
> " , :old.&#1050;&#1053;_&#1050;&#1054;&#1044;"
> " , :old.&#1054;&#1055;_&#1044;&#1040;&#1058;&#1040;"
> " , :old.&#1048;&#1057;&#1058;&#1054;&#1063;&#1053;&#1048;&#1050;_&#1042;&#1042;&#1054;&#1044;&#1040;"
> " , :old.&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1071;"
> " , :old.&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1068;"
> " , :old.&#1044;&#1040;&#1058;&#1040;_&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , :old.&#1053;&#1040;&#1063;&#1040;&#1051;&#1068;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , :old.&#1044;&#1040;&#1058;&#1040;_&#1053;&#1040;&#1063;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , :old.&#1050;&#1054;&#1053;&#1045;&#1063;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , :old.&#1044;&#1040;&#1058;&#1040;_&#1050;&#1054;&#1053;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , :old.&#1056;&#1040;&#1057;&#1063;&#1045;&#1058;&#1053;&#1067;&#1049;_&#1050;&#1054;&#1069;&#1060;"
> " , :old.&#1050;&#1054;&#1052;&#1052;&#1045;&#1053;&#1058;&#1040;&#1056;&#1048;&#1049;"
> " , :old.&#1042;&#1042;&#1054;&#1044;_&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1048;"
> " , :old.&#1042;&#1042;&#1054;&#1044;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , :old.&#1042;&#1042;&#1054;&#1044;_&#1053;&#1055;"
> " , :old.&#1042;&#1042;&#1054;&#1044;_&#1050;&#1055;"
> " );"
> "ELSIF INSERTING THEN"
> " INSERT INTO JN_&#1056;&#1040;&#1057;&#1061;&#1054;&#1044;&#1067;_&#1047;&#1040;_&#1055;&#1045;&#1056;&#1048;&#1054;&#1044;&#1067;
> ("
> " jn_user, jn_date_time, jn_operation"
> " , new_&#1050;&#1054;&#1044;"
> " , new_&#1050;&#1053;_&#1050;&#1054;&#1044;"
> " , new_&#1054;&#1055;_&#1044;&#1040;&#1058;&#1040;"
> " , new_&#1048;&#1057;&#1058;&#1054;&#1063;&#1053;&#1048;&#1050;_&#1042;&#1042;&#1054;&#1044;&#1040;"
> " , new_&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1071;"
> " , new_&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1068;"
> " , new_&#1044;&#1040;&#1058;&#1040;_&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , new_&#1053;&#1040;&#1063;&#1040;&#1051;&#1068;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , new_&#1044;&#1040;&#1058;&#1040;_&#1053;&#1040;&#1063;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , new_&#1050;&#1054;&#1053;&#1045;&#1063;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , new_&#1044;&#1040;&#1058;&#1040;_&#1050;&#1054;&#1053;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , new_&#1056;&#1040;&#1057;&#1063;&#1045;&#1058;&#1053;&#1067;&#1049;_&#1050;&#1054;&#1069;&#1060;"
> " , new_&#1050;&#1054;&#1052;&#1052;&#1045;&#1053;&#1058;&#1040;&#1056;&#1048;&#1049;"
> " , new_&#1042;&#1042;&#1054;&#1044;_&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1048;"
> " , new_&#1042;&#1042;&#1054;&#1044;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , new_&#1042;&#1042;&#1054;&#1044;_&#1053;&#1055;"
> " , new_&#1042;&#1042;&#1054;&#1044;_&#1050;&#1055;"
> " ) values (user, sysdate, 'INS'"
> " , :new.&#1050;&#1054;&#1044;"
> " , :new.&#1050;&#1053;_&#1050;&#1054;&#1044;"
> " , :new.&#1054;&#1055;_&#1044;&#1040;&#1058;&#1040;"
> " , :new.&#1048;&#1057;&#1058;&#1054;&#1063;&#1053;&#1048;&#1050;_&#1042;&#1042;&#1054;&#1044;&#1040;"
> " , :new.&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1071;"
> " , :new.&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1068;"
> " , :new.&#1044;&#1040;&#1058;&#1040;_&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , :new.&#1053;&#1040;&#1063;&#1040;&#1051;&#1068;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , :new.&#1044;&#1040;&#1058;&#1040;_&#1053;&#1040;&#1063;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , :new.&#1050;&#1054;&#1053;&#1045;&#1063;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , :new.&#1044;&#1040;&#1058;&#1040;_&#1050;&#1054;&#1053;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , :new.&#1056;&#1040;&#1057;&#1063;&#1045;&#1058;&#1053;&#1067;&#1049;_&#1050;&#1054;&#1069;&#1060;"
> " , :new.&#1050;&#1054;&#1052;&#1052;&#1045;&#1053;&#1058;&#1040;&#1056;&#1048;&#1049;"
> " , :new.&#1042;&#1042;&#1054;&#1044;_&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1048;"
> " , :new.&#1042;&#1042;&#1054;&#1044;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , :new.&#1042;&#1042;&#1054;&#1044;_&#1053;&#1055;"
> " , :new.&#1042;&#1042;&#1054;&#1044;_&#1050;&#1055;"
> " );"
> "ELSE"
> " INSERT INTO JN_&#1056;&#1040;&#1057;&#1061;&#1054;&#1044;&#1067;_&#1047;&#1040;_&#1055;&#1045;&#1056;&#1048;&#1054;&#1044;&#1067;
> ("
> " jn_user, jn_date_time, jn_operation"
> " , new_&#1050;&#1054;&#1044;"
> " , old_&#1050;&#1054;&#1044;"
> " , new_&#1050;&#1053;_&#1050;&#1054;&#1044;"
> " , old_&#1050;&#1053;_&#1050;&#1054;&#1044;"
> " , new_&#1054;&#1055;_&#1044;&#1040;&#1058;&#1040;"
> " , old_&#1054;&#1055;_&#1044;&#1040;&#1058;&#1040;"
> " , new_&#1048;&#1057;&#1058;&#1054;&#1063;&#1053;&#1048;&#1050;_&#1042;&#1042;&#1054;&#1044;&#1040;"
> " , old_&#1048;&#1057;&#1058;&#1054;&#1063;&#1053;&#1048;&#1050;_&#1042;&#1042;&#1054;&#1044;&#1040;"
> " , new_&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1071;"
> " , old_&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1071;"
> " , new_&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1068;"
> " , old_&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1068;"
> " , new_&#1044;&#1040;&#1058;&#1040;_&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , old_&#1044;&#1040;&#1058;&#1040;_&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , new_&#1053;&#1040;&#1063;&#1040;&#1051;&#1068;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , old_&#1053;&#1040;&#1063;&#1040;&#1051;&#1068;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , new_&#1044;&#1040;&#1058;&#1040;_&#1053;&#1040;&#1063;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , old_&#1044;&#1040;&#1058;&#1040;_&#1053;&#1040;&#1063;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , new_&#1050;&#1054;&#1053;&#1045;&#1063;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , old_&#1050;&#1054;&#1053;&#1045;&#1063;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , new_&#1044;&#1040;&#1058;&#1040;_&#1050;&#1054;&#1053;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , old_&#1044;&#1040;&#1058;&#1040;_&#1050;&#1054;&#1053;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , new_&#1056;&#1040;&#1057;&#1063;&#1045;&#1058;&#1053;&#1067;&#1049;_&#1050;&#1054;&#1069;&#1060;"
> " , old_&#1056;&#1040;&#1057;&#1063;&#1045;&#1058;&#1053;&#1067;&#1049;_&#1050;&#1054;&#1069;&#1060;"
> " , new_&#1050;&#1054;&#1052;&#1052;&#1045;&#1053;&#1058;&#1040;&#1056;&#1048;&#1049;"
> " , old_&#1050;&#1054;&#1052;&#1052;&#1045;&#1053;&#1058;&#1040;&#1056;&#1048;&#1049;"
> " , new_&#1042;&#1042;&#1054;&#1044;_&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1048;"
> " , old_&#1042;&#1042;&#1054;&#1044;_&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1048;"
> " , new_&#1042;&#1042;&#1054;&#1044;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , old_&#1042;&#1042;&#1054;&#1044;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , new_&#1042;&#1042;&#1054;&#1044;_&#1053;&#1055;"
> " , old_&#1042;&#1042;&#1054;&#1044;_&#1053;&#1055;"
> " , new_&#1042;&#1042;&#1054;&#1044;_&#1050;&#1055;"
> " , old_&#1042;&#1042;&#1054;&#1044;_&#1050;&#1055;"
> " ) values (user, sysdate, 'UPD'"
> " , :new.&#1050;&#1054;&#1044;"
> " , :old.&#1050;&#1054;&#1044;"
> " , :new.&#1050;&#1053;_&#1050;&#1054;&#1044;"
> " , :old.&#1050;&#1053;_&#1050;&#1054;&#1044;"
> " , :new.&#1054;&#1055;_&#1044;&#1040;&#1058;&#1040;"
> " , :old.&#1054;&#1055;_&#1044;&#1040;&#1058;&#1040;"
> " , :new.&#1048;&#1057;&#1058;&#1054;&#1063;&#1053;&#1048;&#1050;_&#1042;&#1042;&#1054;&#1044;&#1040;"
> " , :old.&#1048;&#1057;&#1058;&#1054;&#1063;&#1053;&#1048;&#1050;_&#1042;&#1042;&#1054;&#1044;&#1040;"
> " , :new.&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1071;"
> " , :old.&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1071;"
> " , :new.&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1068;"
> " , :old.&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1068;"
> " , :new.&#1044;&#1040;&#1058;&#1040;_&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , :old.&#1044;&#1040;&#1058;&#1040;_&#1052;&#1040;&#1050;&#1057;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , :new.&#1053;&#1040;&#1063;&#1040;&#1051;&#1068;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , :old.&#1053;&#1040;&#1063;&#1040;&#1051;&#1068;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , :new.&#1044;&#1040;&#1058;&#1040;_&#1053;&#1040;&#1063;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , :old.&#1044;&#1040;&#1058;&#1040;_&#1053;&#1040;&#1063;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , :new.&#1050;&#1054;&#1053;&#1045;&#1063;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , :old.&#1050;&#1054;&#1053;&#1045;&#1063;&#1053;&#1054;&#1045;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1045;"
> " , :new.&#1044;&#1040;&#1058;&#1040;_&#1050;&#1054;&#1053;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , :old.&#1044;&#1040;&#1058;&#1040;_&#1050;&#1054;&#1053;_&#1055;&#1054;&#1050;&#1040;&#1047;&#1040;&#1053;&#1048;&#1071;"
> " , :new.&#1056;&#1040;&#1057;&#1063;&#1045;&#1058;&#1053;&#1067;&#1049;_&#1050;&#1054;&#1069;&#1060;"
> " , :old.&#1056;&#1040;&#1057;&#1063;&#1045;&#1058;&#1053;&#1067;&#1049;_&#1050;&#1054;&#1069;&#1060;"
> " , :new.&#1050;&#1054;&#1052;&#1052;&#1045;&#1053;&#1058;&#1040;&#1056;&#1048;&#1049;"
> " , :old.&#1050;&#1054;&#1052;&#1052;&#1045;&#1053;&#1058;&#1040;&#1056;&#1048;&#1049;"
> " , :new.&#1042;&#1042;&#1054;&#1044;_&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1048;"
> " , :old.&#1042;&#1042;&#1054;&#1044;_&#1069;&#1053;&#1045;&#1056;&#1043;&#1048;&#1048;"
> " , :new.&#1042;&#1042;&#1054;&#1044;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , :old.&#1042;&#1042;&#1054;&#1044;_&#1052;&#1054;&#1065;&#1053;&#1054;&#1057;&#1058;&#1048;"
> " , :new.&#1042;&#1042;&#1054;&#1044;_&#1053;&#1055;"
> " , :old.&#1042;&#1042;&#1054;&#1044;_&#1053;&#1055;"
> " , :new.&#1042;&#1042;&#1054;&#1044;_&#1050;&#1055;"
> " , :old.&#1042;&#1042;&#1054;&#1044;_&#1050;&#1055;"
> " );"
> "END IF;"
> "END;"
>
> But trigger is for table!!!
>
> I can't understand why this errors appear and how to do import :(
Received on Sat Jan 05 2002 - 11:13:35 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US