파일을 읽은 다음 값을 쿼리하는 while 루프가 있습니다.
하지만 메시지를 표시하려고 하면 dbms_output.put_line
다음과 같이 표시됩니다.
dbms_output.put_line(henry);
*
ERROR at line 15:
ORA-06550: line 15, column 25:
PLS-00201: identifier 'HENRY' must be declared
ORA-06550: line 15, column 4:
PL/SQL: Statement ignored
쿼리에 변수 값을 사용하면 괜찮기 때문에 이것이 이해되지 않습니다.