29일차에러1 [24.06.27-29일차] PL/SQL: Compilation unit analysis terminated PLS-00201: identifier 'USERID' must be declared CREATE OR REPLACE PROCEDURE CUS_IN 2 (IN_USERID IN USERID%ROWTYPE, 3 IN_USERNAME IN USERNAME%ROWTYPE) 4 IS 5 BEGIN 6 INSERT INTO CUS_IN(USERID,USERNAME) VALUES(IN_USERID,IN_USERNAME); 7 COMMIT; 8 END; 9 /Warning: Procedure created with compilation errors.LEE@XE> SHOW ERRORSErrors for PROCEDURE CUS_IN:LINE/COL ERROR-------- ---------------------------------------------------------.. 2024. 6. 27. 이전 1 다음