Benjamin L
Member²
PSD 12.0.4.1826 (64 Bit)
When changing windows, from Program Window to SQL window, there is a 3F character added at the beginning.
i created a package with program window and this code
Best regards
Benjamin
When changing windows, from Program Window to SQL window, there is a 3F character added at the beginning.
i created a package with program window and this code
... after switching the package code to sql window, a 3F-character is added at the beginning and compiling results in a ORA-00911create or replace package tmp_test is
PROCEDURE tmp_start;
end tmp_test;
/
create or replace package body tmp_test is
PROCEDURE tmp_start IS
BEGIN
NULL;
END;
end tmp_test;
/
Best regards
Benjamin
Last edited: