Everything was okayed before and now the aforesaid issue occurs.
Login to SQL*Plus as apps user and run the following:
set serveroutput on
declare
db_file NUMBER;
mime_type VARCHAR2(255) := ‘text/plain’;
out_string VARCHAR2(32767) := ‘Just some plain text that is stored.’;
web_server_prefix VARCHAR2(500);
url VARCHAR2(500);
begin
db_file := fnd_gfm.file_create(content_type => mime_type, program_name =>’export’);
fnd_gfm.file_write_line(db_file, out_string);
db_file := fnd_gfm.file_close(db_file);
url := fnd_gfm.construct_download_url(fnd_web_config.gfm_agent, db_file, TRUE);
dbms_output.put_line(url);
end;
/
If it shows, errors like
declare
*
ERROR at line 1:
ORA-29875: failed […]
Popularity: 1% [?]





Good hands-on exercises (installation, patching, cloning), very experienced trainer worth for Money 