PL/SQL (MOSC)

MOSC Banner

SELECT file_name FROM TABLE ( file_pkg.get_file_list(file_pkg.get_file(:dir_ext_tab_path) ) ) all_fi

in PL/SQL (MOSC) 1 commentAnswered

Hi Team,


Need Your help!


Could you please help me on below java code.

is there any special permission required in NON-APPS instance.?



SELECT file_name FROM TABLE ( file_pkg.get_file_list(file_pkg.get_file(:dir_ext_tab_path) ) ) all_files

                 WHERE      all_files.is_dir = 'N'    ORDER BY      1;



below function working fine in APPS(dev instance) but not working in NON-APPS(SIT,UAT,PROD) instance.

 function get_file(

  p_file_path in varchar2

 ) return file_type

 is language java name 'FileType.getFile(java.lang.String) return oracle.sql.STRUCT';


 function get_file_list(

  p_directory in file_type

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center