Monthly Archives: August 2017

Find the Org and Organization mappings

configure

  SELECT Β  ood.organization_code Warehouse_code, Β  ood.organization_name Warehouse, Β  ood.operating_unit OU_ID, Β Β hou.nameΒ OU_Name, Β Β hle.nameΒ Legal_entity, Β  hle.set_of_books_id, Β Β gsob.nameΒ SOB FROM Β  org_organization_definitions ood, Β  hr_operating_units hou, Β  hr_legal_entities hle, Β  gl_sets_of_books gsob WHERE …

Read More »

How to add System administrator responsibility from backend

configure

Syntax: fnd_user_pkg.addresp(username => v_user_name ,resp_app => β€˜SYSADMIN’ ,resp_key => β€˜SYSTEM_ADMINISTRATOR’ ,security_group => β€˜STANDARD’ ,description => β€˜Auto Assignment’ ,start_date => SYSDATE – 10 ,end_date => SYSDATE + 1000);   Usage: BEGIN …

Read More »

ORA-16038: log cannot be archived ORA-19809: limit exceeded forrecovery files

  ERROR ARC3: Error 19809 Creating archive log file to ‘+DISKS’ Errors in file /u01/oracle/diag/rdbms/orcl/orcl/trace/orcl_arc1_6598.trc: ORA-19815: WARNING: db_recovery_file_dest_size of 42687547752 bytes is 100.00% used, and has 0 remaining bytes available. …

Read More »