FRM-92050 : Failed to connect to the Server: /forms/lservlet-1"

Oracle Application R12

When you login Oracle Application R12 have an error that

" Error “FRM-92050 : Failed to connect to the Server: /forms/lservlet-1” "





1. Internet --> Tools --> Internet Options
Security TAB --> Trusted Sites and click Custom level

2. Didsble XSS filter

3. Restart .

No comments:

How to add a datafile to a bigfile tablespace in Oracle 23ai Database.

  Syntax for Bigfile Tablespace: SQL > ALTER TABLESPACE tablespace_name ADD DATAFILE SIZE 10G AUTOEXTEND ON NEXT 1G MAXSIZE UNLIMITED; Ho...