Oracle APPS Query to get Instance cloned Date 2:30:00 PM Query to get Instance cloned Date select to_char(CREATION_DATE,'DD/MM/RRRR HH24:MI') from fnd_nodes a ; OR select to_char(resetlo...Read More
ORA-01000 maximum open cursors exceeded 11:37:00 AMWhen youo get this error: " ora-01000 maximum open cursors exceeded " error during the database operation. Then check open_cursor...Read More