Home > database > (Err) ORA - 24344: success, but a compiler error to solve!
(Err) ORA - 24344: success, but a compiler error to solve!
Time:10-01
For oracle table creation since the increase, the code is as follows: The CREATE SEQUENCE SRSC_USER_SEQUENCE INCREMENT BY 1 START WITH 1 NOMAXVALUE NOCYCLE CACHE 10;
CREATE the TRIGGER SRSC_USER_TRIGGER BEFORE Insert ON SRSC_USER FOR EACH ROW The begin The select SRSC_USER_SEQUENCE. Nextval into: New Server_ID from dual; end;
But appear (Err) ORA - 24344: success, but a compiler error What reason be excuse me??????? Pray god help???????
CodePudding user response:
This is not the show err output?
CodePudding user response:
Seems to be problems reference object in the code, the code itself has no problems,
CodePudding user response:
LZ, you of the ORACLE version, table statements, and error messages are posted, you it's weird,
CodePudding user response:
Using ORACLE10g and navicat for oracle, the software to create table create a trigger
In the table attribute only have these four
And create table on the other, use this code, have succeeded without problems, the table appears the question, I don't know why??