Syed Saad

With 13 years of experience as a certified and skilled Oracle Database Administrator, I possess the expertise to handle various levels of database maintenance tasks and proficiently perform Oracle updates. Throughout my career, I have honed my analytical abilities, enabling me to swiftly diagnose and resolve issues as they arise. I excel in planning and executing special projects within time-sensitive environments, showcasing exceptional organizational and time management skills. My extensive knowledge encompasses directing, coordinating, and exercising authoritative control over all aspects of planning, organization, and successful project completions. Additionally, I have a strong aptitude for resolving customer relations matters by prioritizing understanding and effective communication. I am adept at interacting with customers, vendors, and management, ensuring seamless communication and fostering positive relationships.

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 »