SELECT Sys_Context('USERENV', 'DB_NAME') FROM DUAL
"All truths are easy to understand once they are discovered; the point is to discover them." - Galileo Galilei (rmaxonenote is a place for Oracle PL/SQL, C# and IFS related solutions, code snippets, and etc...)
Search This Blog
Subscribe to:
Post Comments (Atom)
Read file content from an Oracle Directory in PL/SQL/ in IFS
Read single file DECLARE file_handle_ UTL_FILE.FILE_TYPE; directory_name_ CONSTANT all_directories.directory_name%TYPE := ...
Popular Posts
-
-- Call the procedure to set progress info Transaction_SYS.Set_Progress_Info(info_ => :info_); -- Call the procedure to set status info ...
-
DECLARE t1 timestamp; t2 timestamp; BEGIN t1 := systimestamp; FOR i IN 1..1000 LOOP Dbms_Output.Put_Line(TO_CHAR(i)...
-
To demonstrate the functions, opening quick report window is used. WAY 1 - Using iURL private void menuFrmMethods_menuTest_Execute(objec...
No comments:
Post a Comment