hi guys, i have a problem when using fnd_global.apps_initialize not working . i am developing report RDF using oracle report builder 10g with oracle e-business r12. this the code i am using in before report trigger in RDF: l_user_id := ...
Oraask Latest Questions
Question
Question
when i am trying to use utl_file.fopen it gave me an error ORA-29280: utl_file.fopen invalid directory path error and this what i did: [code] CREATE DIRECTORY mydir AS 'C:\New'; [/code] [code] GRANT READ ON DIRECTORY mydir TO myuser; [/code] then using [code] v_FileHandle := UTL_File.FOpen('mydir', 'myfile', 'w', 32767); [/code] and this the final ...
Question
Hello I have a procedure in custom schema which call Standard Oracle API to create Inventory Item but when i'm trying to run my code i'm getting this error ORA-00942: table or view does not exist occurred Is it possible to call an ...
Question
Question
How do I append an object to an array in JavaScript? var arr = ["Adam","panju","keri"];
Question
Question