Could not reserve record (2 tries). Keep trying?
When attempting to reset User password (Security / User / Define form) in R12, the following error occurs. ERROR: “Could not reserve record (2 tries). Keep trying?” CAUSE: Seams that…
Could not reserve record (2 tries). Keep trying?
When attempting to reset User password (Security / User / Define form) in R12, the following error occurs. ERROR: “Could not reserve record (2 tries). Keep trying?” CAUSE: Seams that…
FRM-92050: Failed to connect to the Server: /forms/servlet:- 1
Facing below issue when attempt to log into forms EBS R12 ERROR: FRM-92050: Failed to connect to the Server: /forms/servlet:- 1 Details… Java Exception: : Negative content-length from :port/forms/frmservlet? CAUSE:…
Could not reserve record (2 tries). Keep trying?
When attempting to reset User password (Security / User / Define form) in R12, the following error occurs. ERROR: “Could not reserve record (2 tries). Keep trying?” CAUSE: Seams that…
Recommended Browsers for Oracle E-Business Suite Release 12
Recommended Browsers for EBS R12 and any issues related to browsers, Please go through with below Oracle recommended document. ORACLE DOCUMENT: Recommended Browsers for Oracle E-Business Suite Release 12 (Doc…
Delete expired archivelogs using RMAN
Below commands will helpful for deleting expired archivelog files through RMAN : RMAN>list expired archivelog all; RMAN>crosscheck archivelog all; RMAN>delete noprompt expired archivelog all; Now check the output with below…
Delete expired archivelogs using RMAN
Below commands will helpful for deleting expired archivelog files through RMAN : RMAN>list expired archivelog all; RMAN>crosscheck archivelog all; RMAN>delete noprompt expired archivelog all; Now check the output with below…
Delete expired archivelogs using RMAN
Below commands will helpful for deleting expired archivelog files through RMAN : RMAN>list expired archivelog all; RMAN>crosscheck archivelog all; RMAN>delete noprompt expired archivelog all; Now check the output with below…
ORA-01940: cannot drop a user that is currently connected
SQL>drop user MY_USER cascade; drop user username cascade * ERROR at line 1: ORA-01940: cannot drop a user that is currently connected SQL>select , #, , from v$session s, v$process…
AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora
PROBLEM: Encounter the following error when running autoconfig on the Application Tier. ERROR: Updating s_tnsmode to ‘generateTNS’ UpdateContext exited with status: 0 AC-50480: Internal error occurred: : Error while generating…