Replacing Oracle EBS FND Attachment functionality with UCM

I am new to Oracle UCM and wondering about Replacing Oracle EBS FND Attachment functionality (Paper Clip in EBS forms) with UCM. Can we achieve this by simply defining the Attachment Repository using System Administrator Responsibility in EBS? Can you share some documentation on this?
If we have to customize the forms to re-direct the document repository from FND to UCM, please share the steps to do so.

Didn't see the link in your post. may have been stripped.
if you want to use the ebs native attachment lists, what we've done is used a custom bpel composite to load items into the appropriate entity in the fnd_documents and all of those other related ebs tables. this takes webcenter out of it for the most part. you could also load links, similar to the imaging solution's approach. this way, again, uses the ebs attachments, but stores the image in IPM (in the imaging case, that is). there is a link loaded into the fnd tables.
if you want to leverage the ebs-side attachment lists, managed attachments may not be the approach you want to take. You may want to look into the imaging solution or creating a custom process.
-ryan

Similar Messages

  • Oracle EBS content repository integration with UCM(Web Center)

    Hello,
    have any one try to user Oracle EBS content repository to integrate with UCM (Web Dav or Web serice) is this supported method to keep attachmnets forom FND_BLOB to Web Ceneter, Where I can find  any documntation
    Thank you

    Didn't see the link in your post. may have been stripped.
    if you want to use the ebs native attachment lists, what we've done is used a custom bpel composite to load items into the appropriate entity in the fnd_documents and all of those other related ebs tables. this takes webcenter out of it for the most part. you could also load links, similar to the imaging solution's approach. this way, again, uses the ebs attachments, but stores the image in IPM (in the imaging case, that is). there is a link loaded into the fnd tables.
    if you want to leverage the ebs-side attachment lists, managed attachments may not be the approach you want to take. You may want to look into the imaging solution or creating a custom process.
    -ryan

  • Integrating Active directory  with oracle EBS 12.1.3 with 11g R2 database

    Hi,
    can any one let me know Integrating Active directory windows 2009 R2 with oracle EBS 12.1.3 with 11g R2 database software requirements and document ids for integrating.
    Is windows 2008 active directory is cerfied with 10g OID??
    regards,
    chandrasekhar.

    Hi
    I found exact note
    Is OID 10g/11g DIP Compatible / Certified With Microsoft Active Directory 2008 / Windows 2008 R1/R2? [ID 944298.1]
    From note:
    DIP 10g latest version (10.1.4.3) and DIP 11g up to PS4 / 11.1.1.5 Patchset releases integrations are certified with MS AD 2008 R1 only.
    DIP 11g certification with AD 2008 R2 is supported only with DIP 11g PS5 / 11.1.1.6 Patchset or higher.
    Note: Although DIP below 11.1.1.6 integration (synchronization, external authentication, etc.) with MS Windows / AD 2008 R2 may work, it is not officially compatible / certified. See also Note 1076018.1.
    Regard
    Helios

  • API (interface tables) to synchronize Oracle EBS and outsourced functions?

    Hi,
    Our company is outsourcing the inventory and shipping functions. Now we'll need to synchronize the Oracle EBS with actual shipment data. We have've to use the APIs and keep Oracle tables in sync with the legacy system.
    Which API we can use for Pick Confirm, when we have to do WMS and LPN handling? Or is there some other way (like interface tables) to take care of this issue?
    APIs should be supported with our EBS version 11.5.9. EBS version upgrade is not possible for us now. We'll need info how to implement above issue asap.
    BR Mervi Malmi

    Hi;
    All APIs are listed in Oracle Integration Repository
    http://irep.oracle.com/index.html
    API User Notes - HTML Format [ID 236937.1]
    R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
    Oracle Trading Community Architecture API User Notes, June 2003 [ID 241320.1]
    Technical Uses of Customer Interface and TCA-API [ID 269121.1]
    Pelase also check below:
    Api's in EBS
    Re: Api's in EBS
    http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
    API
    Fixed Asset API
    List of API
    Re: List of APIs
    Oracle Common Application Components API Reference Guide
    download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
    List of APIs and open interface R12
    Re: List of APIs and open interface R12
    Regard
    Helios

  • Oracle ILM assistant for Oracle EBS R12.1 application with 11.1.0.7 DB

    Oracle ILM through its ILM Agent, which is a database component provides option for data archiving.
    Need to know how ILM agent can be used against Oracle EBS R12 and the options available:
    a. Does ILM assistant map to industry Compliance requirements and can we add or modify based on additional Client requirements
    b. Is this configured for all components and are the business rules (default) taken care in terms of archiving related data, if not what are the options available
    c. What are the options to archive data
    i. On Same and archive database
    ii. Other RDBMS (mysql, or open source database)
    d. Access to archived data
    i. Is archive data available from the existing application or only from backend database
    ii. Does ILM assistant provide options to access archived data (same Oracle RDBMS or heterogeneous database)
    e. Retention options
    i. Does ILM assistant provide multi tier retention options for archived data for different range (# of years)
    Edited by: user9031099 on May 9, 2013 11:00 PM
    Any update on my query please...?

    Limits the Preferred Read-Write Tablespace to only 1 where as in Oracle EBS we would require multiple tablespaces to be Preferred Read Write. Can we extend the functionality of ILM assistant to have multiple Read-Write tablespaces...?

  • Integrating Oracle EBS and ApEx Aplication with Responsibilities and SSO.

    Good day all.
    I am looking forward from getting somebody 's help, the trouble I am facing is described below:
    a) I am currently working on SSO with EBS. I mean, my users can connect and work perfectly.
    b) ApEx is Configured as Application Partner with SSO, and the application we built (it's call PR-Auto)
    is working good under SSO platform. I mean I am able to login using TEST user and password TEST in
    both applications (EBS and PR-Auto).
    c) The thing is that I need to call PR-Auto from one responsibility in EBS;
    Following my setup for the responsibility:
    - I have created a function:
    Name: APEX_FA_PR
    Properties:
    Function type: SSWA plsql
    Web HTML :apps.apex_launcher.launch_fa_pr
    Web Host agent: pls/apex
    - I have created a menu, application and responsibility using the function APEX_FA_PR.
    - I have create launcher package:
    create or replace package apex_launcher is
    procedure launch_fa_pr;
    end apex_launcher;
    create or replace package body apex_launcher as
    procedure launch_fa_pr as
    begin
    /** 110 Is ID of PR-Auto, my app **/
    /** 5 is my home page **/
    f(p=>'110:5');
    end;
    end apex_launcher;
    d) New responsibility shows on EBS menu page.
    e) Click on responsibility, and the page shows 'redirecting to login server for authentication', but
    nothing happens, page goes blank with this url:
    http://fahorromex37.fahorro.com.mx:8004/pls/apex/wwv_flow_custom_auth_sso.process_success?urlc=v1.2~42
    03F9A8A1D696097BEA96499E6B6845E80C14A56DF724C3FFF879578FC734C5E1DEEA9129A4117E62A3676A409528E8EB927AA55
    0EA7B208C34F5A3FDB4472679EDE448F8971966BE9BADD22207FE90BDBA2800E6529F3967A18DEC76DCC17DE21D96A65CA2C424
    319F159CC78ED78E8B99F69F1BA8297A1EECF6AD137A6C3896E1C4E8D5F93874A9A08887D3F95058D33F667D7B785FF0A065B53
    891B8B393DFD24530BD0720150F05DE63F0CD5AFD86F0267BAF4C9CAE8C5AA693B4E488B3776BF43450FD412167B402C962BABE
    A54707043AFA6FBB168B29EDB3BE120FFE0C30683D53283B036E781ABF1A5F7374ADF83463D57D2EE958765B0501CE2B0F4E3DF
    24845A54A1CF02526FA39EF60644ED5A0D9D2A05EBFAD3BD01007D0817135989A4B97D68C92C6E2BA767CFDB0AF188054024BB1
    EFFA7DEC8699BBA7485A349D87BA1C15475927E52110DF56FCC3FD560D2CBBA1C0D7D9D3ADFCDB975CD2
    the address of my application pr-auto is http://fahorromex37.fahorro.com.mx:8004/pls/apex/f?p=110
    f) DBA teams follow instructions from the following documentation
    "Integrating Oracle E-Business Suite Release 11i with Oracle Internet Directory and Oracle Single Sign-On"
    and "Note 261914.1 Integrating Oracle E-Business Suite Release 11i with Oracle Internet Directory and
    Oracle Single Sign-On"
    g) We are using:
    DB: Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    SO: Linux 2.6.9-42.ELsmp
    ApEx: 3.0.1.00.07
    Any help will be greatly appreciated.
    J.O.

    Many Thanks Daniel for your prompt reply.
    Tried to understand the white Paper and your thread but I am still facing problem,although able to Call ApEX page but now i
    want to pass th e session Id where I am stuck.
    MY three functions:
    CREATE OR REPLACE FUNCTION SYMAPEX.apex_authorise (
    p_username IN VARCHAR2
    , p_password IN VARCHAR2) RETURN BOOLEAN
    AS
    BEGIN
    IF apex_validate_hash (p_username, p_password) THEN RETURN TRUE;
    END IF;
    RETURN (FND_WEB_SEC.validate_login@VCSDEV2_QA (p_username, p_password) = 'Y');
    END apex_authorise;
    CREATE OR REPLACE FUNCTION SYMAPEX.apex_generate_hash (
    p_string IN VARCHAR2
    , p_offset IN NUMBER DEFAULT 0) RETURN VARCHAR2
    IS
    BEGIN
    IF p_string IS NULL THEN RETURN NULL;
    END IF;
    RETURN RAWTOHEX(UTL_RAW.cast_to_raw(
    DBMS_OBFUSCATION_TOOLKIT.MD5(input_string=>p_string||':'||
    TO_CHAR(SYSDATE-(p_offset/24*60*60),'YYYYMMDD HH24MISS'))));
    END apex_generate_hash;
    CREATE OR REPLACE FUNCTION SYMAPEX.apex_validate_hash (
    p_string IN VARCHAR2
    , p_hash IN VARCHAR2
    , p_delay IN NUMBER DEFAULT 5) RETURN BOOLEAN
    IS
    BEGIN
    FOR i IN 0..p_delay LOOP
    IF p_hash = apex_generate_hash (p_string, i) THEN RETURN TRUE; END IF;
    END LOOP;
    RETURN FALSE;
    END apex_validate_hash;
    MY Launch Procedure:
    CREATE OR REPLACE Package body OAE_PKG1 AS
    PROCEDURE LaunchOAE1 (application IN NUMBER DEFAULT 101
    , page IN NUMBER DEFAULT 111
    , request IN VARCHAR2 DEFAULT NULL
    , item_names IN VARCHAR2 DEFAULT NULL
    , item_values IN VARCHAR2 DEFAULT NULL)
    AS
    BEGIN
    OWA_UTIL.mime_header('text/html', false);
    OWA_COOKIE.send
    (name=>'APEX_APPS_'||application,
    value=>FND_GLOBAL.user_name||':'||apex_generate_hash@QA_VCSDEV2(FND_GLOBAL.user_name),
    domain => '.orvcsd01.symprod',
    path=>'/');
    OWA_UTIL.redirect_url('http://orvcsd01.symprod.com:7780'||'/pls/apex/f?p='||application||':'||page||'::'||request||':::'||ite
    m_names||':'||item_values);
    END LaunchOAE1;
    END OAE_PKG1;
    MY On Load before headre process:
    DECLARE
    c OWA_COOKIE.cookie;
    a wwv_flow_global.vc_arr2;
    BEGIN
    c := OWA_COOKIE.get('APEX_APPS_101');
    a := htmldb_util.string_to_table(c.vals(1));
    :P111_USERNAME := a(1);
    :P111_PASSWORD := a(2);
    IF :P111_PASSWORD IS NOT NULL THEN
    wwv_flow_custom_auth_std.login(
    P_UNAME => :P111_USERNAME,
    P_PASSWORD => :P111_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||':111');
    END IF;
    END;
    I am doing custom authencitaion and calling apex_authorise function there.
    Although I am able to Call the ApEX and able to validate application server password,but moment i try taking help off cookies
    to pass on my application session details to ApEX so that users would not have to login twice,i am gettign the error.
    Second question:
    Do we have any other methos of passing session to ApEX from Application server other than cookies.
    Please suggest.
    Thanks.
    Ravijeet

  • Oracle EBS 12.1.3 with 12c DB DG

    Hello Gurus,
    Can you kindly what the exact note to follow, I want to implement Data Guard for DR site of EBS database 12.1.0.2
    Regards;

    please see
    Business Continuity for Oracle E-Business Suite Release 12.1 Using Oracle 12c Physical Standby Database (Doc ID 1900663.1)
    ApPsMaStI
    sharing is Caring

  • Oracle CC&B integration with UCM

    Hi,
    I have to do the integration of cc&b(oracle customer care and billing) with ucm(universal content management).could any one please suggest me how to approach for this?
    Thanks.

    Hi ,
    Oracle CCB can be access outside by XAI services , as well UCM also provides Webservices.
    So both the system can communicate through
    1. Web services.
    2. You can access UCM from CCB using RIDC if you are accessing from change handler or page maintenance or Algorthims or batch (Basically from Java Program.)
    Thanks & Regards,
    Karai

  • Document Management System in Oracle EBS

    HI All,
    does the EBS offer a document management system where I can store, check in/check out, display... documents with meta data and also original files (like a pdf or word file)?
    If something like this exists, what are the corresponding objects and is there also an API for it (pl/sql or even better, web service)?
    Many thanks,
    Konrad

    It is possible to store documents/attachments in Oracle EBS database.
    attachment tables
    http://forums.oracle.com/forums/search.jspa?threadID=&q=attachment+tables&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    This does not look a real "Document Management System" with meta data, version control, status handling and all that stuff, right?
    If you are looking for a complete Document Management System, you may consider this product.
    Oracle UCM: Document Management
    http://www.oracle.com/us/products/middleware/content-management/document-mgmt/index.html
    I need to integrate third party software to the EBS in so, other products do not help me. But thx anyway!
    Best,
    Konrad
    >
    Thanks,
    Hussein

  • Unknow error in Oracle EBS Application Tier

    Hello folks,
    Database started normally and so did the application.
    # su - applprod
    [YOU HAVE NEW MAIL]
    $ cd /oracle/prodappl
    $ . ./APPSPROD_test4.env
    $ cd /oracle/prodcomn/admin/scripts/PROD_test4
    $ ./adstrtal.sh apps/apps
    $
    $
    $ ./adstrtal.sh apps/apps
    You are running adstrtal.sh version 115.14
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adapcctl.sh start
    script returned:
    adapcctl.sh version 115.43
    Starting Apache Web Server Listener (dedicated HTTP) ...
    Starting Apache Web Server Listener (dedicated PLSQL) ...
    adapcctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adalnctl.sh start
    script returned:
    adalnctl.sh version
    Checking for FNDFS executable.
    Starting listener process APPS_PROD.
    adalnctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adcmctl.sh start
    script returned:
    You are running adcmctl.sh version 115.19
    Starting concurrent manager for PROD ...
    Starting PROD_0128@PROD Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adfrmctl.sh start
    script returned:
    You are running adfrmctl.sh version 115.33
    Starting forms server for PROD on port 9003.
    adfrmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adrepctl.sh start
    script returned:
    You are running adrepctl.sh version 115.29
    starting Reports Server for PROD on port 7003.
    adrepctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adfmcctl.sh start
    script returned:
    You are running adfmcctl.sh version 115.16
    Starting forms load balancing client for PROD.
    adfmcctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adfmsctl.sh start
    script returned:
    You are running adfmsctl.sh version 115.12
    starting forms metrics server for PROD.
    adfmsctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/jtffmctl.sh start
    script returned:
    You are running jtffmctl.sh version 115.7
    Starting Fulfillment Server for PROD on port 9303 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/addisctl.sh start
    script returned:
    addisctl.sh version 115.8
    /oracle/prodora/8.0.6/vbroker/bin/osagent
    Started osagent.
    Osagent logs messages to the file /oracle/prodora/8.0.6/discwb4/util/osagent.log.
    Waiting for OAD to start...
    Started OAD.
    OAD logs messages to the file /oracle/prodora/8.0.6/discwb4/util/oad.log.
    Discoverer Locator Started.
    Locator logs messages to the file /oracle/prodora/8.0.6/discwb4/util/locator.log.
    addisctl.sh: exiting with status 0
    .end std out.
    .end err out.
    All enabled services for this node are started.
    Check logfile /oracle/prodcomn/admin/log/PROD_test4/01280057.log for details
    Exiting with status 0
    $
    $Check logfile
    cat /oracle/prodcomn/admin/log/PROD_test4/01280057.log for details
    [Service Control Execution Report]
    The report format is:
    <Service> <Script> <Status>
    Oracle Apache Server PROD_test4 adapcctl.sh Started
    OracleTNSListener80APPS_PROD_test4 adalnctl.sh Started
    OracleConcMgrPROD_test4 adcmctl.sh Started
    OracleFormsServer-Forms60PROD_test4 adfrmctl.sh Started
    OracleReportServer-Rep60_PROD adrepctl.sh Started
    Oracle Metrics Client PROD_test4 adfmcctl.sh Started
    Oracle Metrics Server PROD_test4 adfmsctl.sh Started
    Oracle Fulfillment Server PROD_test4 jtffmctl.sh Started
    Oracle Discoverer services PROD_test4 addisctl.sh Started
    Oracle Restricted Apache Server PROD_test4 adaprstctl.sh Disabled
    Oracle Apache Server PROD_test4 for PL/SQL adapcctl.sh Disabled
    Oracle TCF SocketServer PROD_test4 adtcfctl.sh Disabled
    Oracle ICSM PROD_test4 ieoicsm.sh Disabled
    Oracle iProcurement Bulk Loader PROD_test4 icxblkctl.sh Disabled
    ServiceControl is exiting with status 0
    $
    ****************************DATABASE ALERT LOG ******************************************
    $ tail -n 50 alert_PROD.log
    Beginning log switch checkpoint up to RBA [0x1ba.2.10], SCN: 0x0000.c8aa61f1
    Thread 1 advanced to log sequence 442
    Current log# 1 seq# 442 mem# 0: /oracle/proddata/redo_1_1.log
    Current log# 1 seq# 442 mem# 1: /oracle/proddata/redo_1_2.log
    Sun Jan 27 21:30:43 2013
    ARC1: Evaluating archive log 2 thread 1 sequence 441
    ARC1: Beginning to archive log 2 thread 1 sequence 441
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/archive/1_441.dbf'
    ARC1: Completed archiving log 2 thread 1 sequence 441
    Sun Jan 27 21:51:29 2013
    Completed checkpoint up to RBA [0x1ba.2.10], SCN: 0x0000.c8aa61f1
    Sun Jan 27 22:41:04 2013
    Beginning log switch checkpoint up to RBA [0x1bb.2.10], SCN: 0x0000.c8aac3bc
    Thread 1 advanced to log sequence 443
    Current log# 2 seq# 443 mem# 0: /oracle/proddata/redo_2_1.log
    Current log# 2 seq# 443 mem# 1: /oracle/proddata/redo_2_2.log
    Sun Jan 27 22:41:04 2013
    ARC0: Evaluating archive log 1 thread 1 sequence 442
    ARC0: Beginning to archive log 1 thread 1 sequence 442
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/archive/1_442.dbf'
    ARC0: Completed archiving log 1 thread 1 sequence 442
    Sun Jan 27 23:01:49 2013
    Completed checkpoint up to RBA [0x1bb.2.10], SCN: 0x0000.c8aac3bc
    Sun Jan 27 23:51:25 2013
    Beginning log switch checkpoint up to RBA [0x1bc.2.10], SCN: 0x0000.c8ab255d
    Thread 1 advanced to log sequence 444
    Current log# 1 seq# 444 mem# 0: /oracle/proddata/redo_1_1.log
    Current log# 1 seq# 444 mem# 1: /oracle/proddata/redo_1_2.log
    Sun Jan 27 23:51:25 2013
    ARC1: Evaluating archive log 2 thread 1 sequence 443
    ARC1: Beginning to archive log 2 thread 1 sequence 443
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/archive/1_443.dbf'
    ARC1: Completed archiving log 2 thread 1 sequence 443
    Mon Jan 28 00:12:08 2013
    Completed checkpoint up to RBA [0x1bc.2.10], SCN: 0x0000.c8ab255d
    Mon Jan 28 00:45:05 2013
    Starting ORACLE instance (normal)
    Mon Jan 28 00:58:29 2013
    ORA-1654: unable to extend index APPLSYS.SYS_IOT_TOP_245802 by 311075 in tablespace APPLSYSD
    ORA-1654: unable to extend index APPLSYS.SYS_IOT_TOP_245802 by 311075 in tablespace APPLSYSD
    Mon Jan 28 00:59:05 2013
    Beginning log switch checkpoint up to RBA [0x1bd.2.10], SCN: 0x0000.c8ab8371
    Thread 1 advanced to log sequence 445
    Current log# 2 seq# 445 mem# 0: /oracle/proddata/redo_2_1.log
    Current log# 2 seq# 445 mem# 1: /oracle/proddata/redo_2_2.log
    Mon Jan 28 00:59:05 2013
    ARC0: Evaluating archive log 1 thread 1 sequence 444
    ARC0: Beginning to archive log 1 thread 1 sequence 444
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/archive/1_444.dbf'
    ARC0: Completed archiving log 1 thread 1 sequence 444
    $
    When I run the oracle EBS application I get the following error
    http://test4.aaa.bbb.com.br:8003/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&dbc=test4_prod
    Error Page
    You have encountered an unexpected error. Please contact the System Administrator for assistance.
    How Can I troubleshoot this error ? Thanks for your help

    OS = AIX 5.3
    Oracle EBS 11.5.9 with database 9
    Run AutoConfig on Database Tier
    $ ./adautocfg.sh
    Enter the APPS user password:
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /oracle/proddb/9.2.0
    Using java command : /oracle/proddb/9.2.0/jdk/bin/java
    Java version : 1.3.1
    Classpath : /oracle/proddb/9.2.0/jdk/jre/lib/rt.jar:/oracle/proddb/9.2.0/jdk/jre/lib/i18n.jar:/oracle/proddb/9.2.0/jdk/lib/dt.jar:/oracle/proddb/9.2.0/jdk/lib/tools.jar:/oracle/proddb/9.2.0/jdbc/lib/classes12.jar:/oracle/proddb/9.2.0/appsutil/java/xmlparserv2.zip:/oracle/proddb/9.2.0/appsutil/java:/oracle/proddb/9.2.0/jlib/netcfg.jar
    Using Context file : /oracle/proddb/9.2.0/appsutil/PROD_test4.xml
    Context Value Management will now update the Context file
    Updating Context file...COMPLETED
    Attempting upload of Context file and templates to database...COMPLETED
    Updating rdbms version in Context file to db920
    Updating rdbms type in Context file to 64 bits
    Configuring templates from ORACLE_HOME ...
    AutoConfig completed with errors.
    The log file for this session is located at: /oracle/proddb/9.2.0/appsutil/log/PROD_test4/01281615/adconfig.log
    $
    ******************Posting the log******************************************
    oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/addlnctl.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adlsnodes_ux.sh
    dest : /oracle/proddb/9.2.0/appsutil/scripts/PROD_test4/adlsnodes.sh
    backup : /oracle/proddb/9.2.0/appsutil/scripts/PROD_test4/adlsnodes.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adlsnodes.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adlnkoh.sh
    dest : /oracle/proddb/9.2.0/appsutil/install/adlnkoh.sh
    backup : /oracle/proddb/9.2.0/appsutil/install/adlnkoh.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adlnkoh.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adcrdbrdlg.sh
    dest : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcrdbrdlg.sh
    backup : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcrdbrdlg.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adcrdbrdlg.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adautocfg_ux.sh
    dest : /oracle/proddb/9.2.0/appsutil/scripts/PROD_test4/adautocfg.sh
    backup : /oracle/proddb/9.2.0/appsutil/scripts/PROD_test4/adautocfg.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adautocfg.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adcrobj.sh
    dest : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcrobj.sh
    backup : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcrobj.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adcrobj.sh
    setting permissions: 700
    setting ownership: :
    File /oracle/proddb/9.2.0/dbs/initPROD.ora of type INSTALL already exists, this file will not be instantiated.
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/afmkinit.sh
    dest : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/afmkinit.sh
    backup : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/afmkinit.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/afmkinit.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/config_aix_64.s
    dest : /oracle/proddb/9.2.0/rdbms/lib/config.s
    backup : /oracle/proddb/9.2.0/rdbms/lib/config.s to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/config.s
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adcmclean.sql
    dest : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcmclean.sql
    backup : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcmclean.sql to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adcmclean.sql
    setting permissions: 600
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adcctclean.sql
    dest : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcctclean.sql
    backup : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcctclean.sql to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adcctclean.sql
    setting permissions: 600
    setting ownership: :
    AutoConfig Setup Phase
    Running Setup Process 1 of 2 for AppsUtil
    Executing script in InstantiateFile:
    /oracle/proddb/9.2.0/Apache/perl/bin/perl -I /oracle/proddb/9.2.0/Apache/perl/lib/5.00503:/oracle/proddb/9.2.0/Apache/perl/lib/site_perl/5.005:/oracle/proddb/9.2.0/appsutil/perl /oracle/proddb/9.2.0/appsutil/scripts/PROD_test4/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 2 of 2 for AppsUtil
    Executing script in InstantiateFile:
    /oracle/proddb/9.2.0/appsutil/install/PROD_test4/afmkinit.sh
    script returned:
    afmkinit.sh started at Mon Jan 28 16:16:32 SAUST 2013
    Parameters passed are : apps apps
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/proddb/9.2.0
    ORACLE_SID : PROD
    TWO_TASK :
    PATH : /oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/usr/vac/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oraprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/proddb/9.2.0/lib:/usr/dt/lib:/usr/openwin/lib:/oracle/proddb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 0
    .end std out.
    .end err out.
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for AppsUtil
    Executing script in InstantiateFile:
    /oracle/proddb/9.2.0/appsutil/install/PROD_test4/afdbprf.sh
    script returned:
    afdbprf.sh started at Mon Jan 28 16:16:32 SAUST 2013
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/proddb/9.2.0
    ORACLE_SID : PROD
    PATH : /oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/usr/vac/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oraprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/proddb/9.2.0/lib:/usr/dt/lib:/usr/openwin/lib:/oracle/proddb/9.2.0/ctx/lib
    Executable : /oracle/proddb/9.2.0/bin/sqlplus
    afdbprf.sh is version 115.0
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Services Phase
    Running Service Process 1 of 1 for AppsUtil
    Executing script in InstantiateFile:
    /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcrobj.sh
    script returned:
    adcrobj.sh started at Mon Jan 28 16:16:32 SAUST 2013
    Parameters passed are : apps apps
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/proddb/9.2.0
    ORACLE_SID : PROD
    TWO_TASK :
    PATH : /oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/usr/vac/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oraprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/proddb/9.2.0/lib:/usr/dt/lib:/usr/openwin/lib:/oracle/proddb/9.2.0/ctx/lib
    SQLPLUS Executable : /oracle/proddb/9.2.0/bin/sqlplus
    SQL*Plus: Release 9.2.0.3.0 - Production on Mon Jan 28 16:16:32 2013
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12541: TNS:no listener
    adcrobj.sh exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oracle/proddb/9.2.0/appsutil/install/PROD_test4
    adcrobj.sh INSTE8_APPLY 1
    AutoConfig is exiting with status 1
    The log file for this session is located at: /oracle/proddb/9.2.0/appsutil/log/PROD_test4/01281615/adconfig.log
    ****************NOW RUNNING AUTOCONFIG ON APPS TIER****************************
    $ ./adautocfg.sh
    Enter the APPS user password:
    AutoConfig is configuring the Applications environment...
    AutoConfig will consider the custom templates if present.
    Using APPL_TOP location : /oracle/prodappl
    Using java command : /usr/java131/bin/java
    Java version : 1.3.1
    Classpath : /usr/java131/jre/lib/rt.jar:/usr/java131/jre/lib/i18n.jar:/usr/java131/lib/dt.jar:/usr/java131/lib/tools.jar:/oracle/prodcomn/java/appsborg2.zip:/oracle/prodcomn/java
    Using Context file : /oracle/prodappl/admin/PROD_test4.xml
    Context Value Management will now update the Context file
    Updating Context file...COMPLETED
    Attempting upload of Context file and templates to database...COMPLETED
    Configuring templates from all of the product tops...
    Configuring AD_TOP........COMPLETED
    Configuring FND_TOP.......COMPLETED
    Configuring ICX_TOP.......COMPLETED
    Configuring IEO_TOP.......COMPLETED
    Configuring ABM_TOP.......COMPLETED
    Configuring ECX_TOP.......COMPLETED
    Configuring BIS_TOP.......COMPLETED
    Configuring GL_TOP........COMPLETED
    Configuring AMS_TOP.......COMPLETED
    Configuring WSH_TOP.......COMPLETED
    Configuring OKE_TOP.......COMPLETED
    Configuring OKL_TOP.......COMPLETED
    Configuring OKS_TOP.......COMPLETED
    Configuring CSF_TOP.......COMPLETED
    Configuring XNC_TOP.......COMPLETED
    Configuring IGS_TOP.......COMPLETED
    Configuring IBY_TOP.......COMPLETED
    Configuring PA_TOP........COMPLETED
    Configuring JTF_TOP.......COMPLETED
    Configuring MWA_TOP.......COMPLETED
    Configuring CN_TOP........COMPLETED
    Configuring CSI_TOP.......COMPLETED
    Configuring WIP_TOP.......COMPLETED
    Configuring CSE_TOP.......COMPLETED
    Configuring EAM_TOP.......COMPLETED
    Configuring IMT_TOP.......COMPLETED
    Configuring FTE_TOP.......COMPLETED
    Configuring ONT_TOP.......COMPLETED
    Configuring AR_TOP........COMPLETED
    Configuring AHL_TOP.......COMPLETED
    Configuring CSD_TOP.......COMPLETED
    Configuring IGC_TOP.......COMPLETED
    AutoConfig completed with errors.
    The log file for this session is located at: /oracle/prodappl/admin/PROD_test4/log/01281645/adconfig.log
    *************************CHECKING THE LOG**********************
    instantiate file:
    source : /oracle/prodappl/ahl/11.5.0/admin/template/ahladmprf.sql
    dest : /oracle/prodcomn/admin/install/PROD_test4/ahladmprf.sql
    backup : /oracle/prodcomn/admin/install/PROD_test4/ahladmprf.sql to /oracle/prodappl/admin/PROD_test4/out/01281645/ahladmprf.sql
    setting permissions: 600
    setting ownership: applprod:dba
    instantiate file:
    source : /oracle/prodappl/ahl/11.5.0/admin/template/ahladmprf.sh
    dest : /oracle/prodcomn/admin/install/PROD_test4/ahladmprf.sh
    backup : /oracle/prodcomn/admin/install/PROD_test4/ahladmprf.sh to /oracle/prodappl/admin/PROD_test4/out/01281645/ahladmprf.sh
    setting permissions: 700
    setting ownership: applprod:dba
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for AHL_TOP
    Executing script in InstantiateFile:
    /oracle/prodcomn/admin/install/PROD_test4/ahladmprf.sh
    script returned:
    ahladmprf.sh started at Mon Jan 28 16:50:00 SAUST 2013
    Parameters passed are : apps apps
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/prodora/8.0.6
    ORACLE_SID :
    TWO_TASK : PROD
    PATH : /oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodappl/fnd/11.5.0/bin:/oracle/prodappl/ad/11.5.0/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip::/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip:/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/applprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/prodora/8.0.6/network/jre11/lib/aix/native_threads:/oracle/prodappl/cz/11.5.0/bin:/oracle/prodora/8.0.6/lib:/usr/dt/lib:/usr/openwin/lib
    Executable : /oracle/prodora/8.0.6/bin/sqlplus
    SQL*Plus: Release 8.0.6.0.0 - Production on Mon Jan 28 16:50:00 2013
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12224: TNS:no listener
    ahladmprf.sh exiting with status 1
    .end std out.
    .end err out.
    Processing DriverFile = /oracle/prodappl/csd/11.5.0/admin/driver/csdtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CSD_TOP
    instantiate file:
    source : /oracle/prodappl/csd/11.5.0/admin/template/csdadmprf.sql
    dest : /oracle/prodcomn/admin/install/PROD_test4/csdadmprf.sql
    backup : /oracle/prodcomn/admin/install/PROD_test4/csdadmprf.sql to /oracle/prodappl/admin/PROD_test4/out/01281645/csdadmprf.sql
    setting permissions: 600
    setting ownership: applprod:dba
    instantiate file:
    source : /oracle/prodappl/csd/11.5.0/admin/template/csdadmprf.sh
    dest : /oracle/prodcomn/admin/install/PROD_test4/csdadmprf.sh
    backup : /oracle/prodcomn/admin/install/PROD_test4/csdadmprf.sh to /oracle/prodappl/admin/PROD_test4/out/01281645/csdadmprf.sh
    setting permissions: 700
    setting ownership: applprod:dba
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for CSD_TOP
    Executing script in InstantiateFile:
    /oracle/prodcomn/admin/install/PROD_test4/csdadmprf.sh
    script returned:
    csdadmprf.sh started at Mon Jan 28 16:50:02 SAUST 2013
    Parameters passed are : apps apps
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/prodora/8.0.6
    ORACLE_SID :
    TWO_TASK : PROD
    PATH : /oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodappl/fnd/11.5.0/bin:/oracle/prodappl/ad/11.5.0/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip::/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip:/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/applprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/prodora/8.0.6/network/jre11/lib/aix/native_threads:/oracle/prodappl/cz/11.5.0/bin:/oracle/prodora/8.0.6/lib:/usr/dt/lib:/usr/openwin/lib
    Executable : /oracle/prodora/8.0.6/bin/sqlplus
    SQL*Plus: Release 8.0.6.0.0 - Production on Mon Jan 28 16:50:02 2013
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12224: TNS:no listener
    csdadmprf.sh exiting with status 1
    .end std out.
    .end err out.
    Processing DriverFile = /oracle/prodappl/igc/11.5.0/admin/driver/igctmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for IGC_TOP
    instantiate file:
    source : /oracle/prodappl/igc/11.5.0/admin/template/igccmprf.sql
    dest : /oracle/prodcomn/admin/install/PROD_test4/igccmprf.sql
    backup : /oracle/prodcomn/admin/install/PROD_test4/igccmprf.sql to /oracle/prodappl/admin/PROD_test4/out/01281645/igccmprf.sql
    setting permissions: 600
    setting ownership: applprod:dba
    instantiate file:
    source : /oracle/prodappl/igc/11.5.0/admin/template/igccmprf.sh
    dest : /oracle/prodcomn/admin/install/PROD_test4/igccmprf.sh
    backup : /oracle/prodcomn/admin/install/PROD_test4/igccmprf.sh to /oracle/prodappl/admin/PROD_test4/out/01281645/igccmprf.sh
    setting permissions: 700
    setting ownership: applprod:dba
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for IGC_TOP
    Executing script in InstantiateFile:
    /oracle/prodcomn/admin/install/PROD_test4/igccmprf.sh
    script returned:
    igccmprf.sh started at Mon Jan 28 16:50:04 SAUST 2013
    Parameters passed are : apps apps
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/prodora/8.0.6
    ORACLE_SID :
    TWO_TASK : PROD
    PATH : /oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodappl/fnd/11.5.0/bin:/oracle/prodappl/ad/11.5.0/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip::/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip:/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/applprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/prodora/8.0.6/network/jre11/lib/aix/native_threads:/oracle/prodappl/cz/11.5.0/bin:/oracle/prodora/8.0.6/lib:/usr/dt/lib:/usr/openwin/lib
    Executable : /oracle/prodora/8.0.6/bin/sqlplus
    SQL*Plus: Release 8.0.6.0.0 - Production on Mon Jan 28 16:50:04 2013
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12224: TNS:no listener
    igccmprf.sh exiting with status 1
    .end std out.
    .end err out.
    Product Top Drivers executed : AD_TOP FND_TOP ICX_TOP IEO_TOP ABM_TOP ECX_TOP BIS_TOP GL_TOP AMS_TOP WSH_TOP OKE_TOP OKL_TOP OKS_TOP CSF_TOP XNC_TOP IGS_TOP IBY_TOP PA_TOP JTF_TOP MWA_TOP CN_TOP CSI_TOP WIP_TOP CSE_TOP EAM_TOP IMT_TOP FTE_TOP ONT_TOP AR_TOP AHL_TOP CSD_TOP IGC_TOP
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oracle/prodcomn/admin/install/PROD_test4
    adadmprf.sh INSTE8_PRF 1
    admk80ln.sh INSTE8_PRF 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oracle/prodora/iAS/Apache/perl/bin/perl -I /oracle/prodora/iAS/Apache/perl/lib/5.00503:/oracle/prodora/iAS/Apache/perl/lib/site_perl/5.005:/oracle/prodappl/au/11.5.0/perl /oracle/prodcomn/admin/install/PROD_test4
    adadmat.pl INSTE8_APPLY 256
    adupdlobs.pl INSTE8_APPLY 256
    AutoConfig is exiting with status 4
    The log file for this session is located at: /oracle/prodappl/admin/PROD_test4/log/01281645/adconfig.log
    $
    $
    ***************ALERT.LOG*****************
    $ tail -n 60 /oracle/proddb/9.2.0/admin/PROD_test4/bdump/alert_PROD.log
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Mon Jan 28 16:56:15 2013
    ARCH: STARTING ARCH PROCESSES
    ARC0 started with pid=10
    ARC0: Archival started
    ARC1 started with pid=11
    ARC1: Archival started
    Mon Jan 28 16:56:15 2013
    ARCH: STARTING ARCH PROCESSES COMPLETE
    Mon Jan 28 16:56:15 2013
    ARC0: Thread not mounted
    Mon Jan 28 16:56:15 2013
    ARC1: Thread not mounted
    Mon Jan 28 16:56:15 2013
    ALTER DATABASE MOUNT
    Mon Jan 28 16:56:20 2013
    Successful mount of redo thread 1, with mount id 217770287.
    Mon Jan 28 16:56:20 2013
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE MOUNT
    Mon Jan 28 16:56:20 2013
    ALTER DATABASE OPEN
    Mon Jan 28 16:56:28 2013
    LGWR: Primary database is in CLUSTER CONSISTENT mode
    Thread 1 opened at log sequence 525
    Current log# 2 seq# 525 mem# 0: /oracle/proddata/redo_2_1.log
    Current log# 2 seq# 525 mem# 1: /oracle/proddata/redo_2_2.log
    Successful open of redo thread 1.
    Mon Jan 28 16:56:33 2013
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Mon Jan 28 16:56:33 2013
    SMON: enabling cache recovery
    Mon Jan 28 16:56:34 2013
    Undo Segment 1 Onlined
    Undo Segment 2 Onlined
    Undo Segment 3 Onlined
    Undo Segment 4 Onlined
    Undo Segment 5 Onlined
    Undo Segment 6 Onlined
    Undo Segment 7 Onlined
    Undo Segment 8 Onlined
    Undo Segment 9 Onlined
    Undo Segment 10 Onlined
    Successfully onlined Undo Tablespace 371.
    Mon Jan 28 16:56:35 2013
    SMON: enabling tx recovery
    Mon Jan 28 16:56:35 2013
    Database Characterset is AR8ISO8859P6
    Mon Jan 28 16:56:56 2013
    replication_dependency_tracking turned off (no async multimaster replication found)
    Completed: ALTER DATABASE OPEN
    Mon Jan 28 16:57:18 2013
    Restarting dead background process QMN0
    QMN0 started with pid=12
    $
    Where to proceed from here ?
    postscript: Thanks Taher for the feedback below. I will start the listener & database and try the autoconfig and will keep the apps tier down, and then post the results here.

  • Login Button for Oracle EBS 12.1.3

    We have an environment of Oracle EBS 12.1.3 with OracleAS SSO Server 10g. Now with this configurations, if the login page of Oracle EBS is accessed directly, the login butting gives a dynamic value by generating a random number with it, <button title="Login" class="x7m" id="SubmitButton" style="background-image: url(/OA_HTML/cabo/images/swan/btn-bg1.gif);" onclick="submitForm('DefaultFormName',1,{'_FORM_SUBMIT_BUTTON':'SubmitButtong3weV873'});return false" type="submit">.
    However, on a different installation of Oracle EBS 12.1.3 without the OracleAS SSO Server, the login button does not present this dynamic value. We did some troubleshooting and found out that this value of the login button changes because of the OracleAS SSO server. Now although we have removed and de-registered the Oracle EBS from OracleAS SSO server, the value of the login button is still dynamic.
    Now need help here to know if there is any setting of the OracleAS SSO Server still present which has the Oracle EBS perform this way. How can I ensure a complete removal of OracleAS SSO server.
    Secondly, if anybody might be aware of the cause of the dynamic value of the login button only in this installation.
    Need some urgent help here.

    Yes, based the the value of the dynamic value of the login button
    This should not be the reason of suspecting that SSO is not completely deregistered from the application.
    Please run the SSO diagnostic script(s) to verify the above.
    R12.0.6+ : Oracle Application Object Library Is SSO Mode On Health Check Test (Doc ID 732285.1)
    Diagnostic Test Catalog for 12.1.3 (Doc ID 1083807.1) -- SSO Setup Tests
    Thanks,
    Hussein

  • Oracle EBS R12 implementation scenarios

    Dear All,
    We have below 3 different scenarios, please give your comments/suggestions; keep in mind client wants cheeper solution.
    HP DL580 G5 servers will be used with 64bit Redhat Linux 5.0 on all scenarios.
    Scenario 1:)
    Oracle EBS R-12 implementation with RAC & Load Balancer
    Required H/W - 8 Server (4 Production & 4 UAT / Development), Hardware Load balancer
    Software - RHEL 5.0 OS
    Licenses - Oracle RAC
    Advantages – High Availability solution, Redundancy
    Disadvantages – Specialized network administrator required for load balancer management, Complex System and costly
    Scenario 2:)
    Oracle EBS implementation with Active Passive mode / fail safe
    Required H/W - 8 Server, 4 Production (2 active & 2 passive) & 4 UAT / Development as replica of production environment
    Software - RHEL 5.0 OS & Cluster software on OS Level clustering
    Licenses – OS Cluster from Red Hat
    Advantages – OS Level clustering is cheaper compared to Oracle RAC
    Disadvantages – 2 Servers will used as Passive will not be optimally utilized they will only come into play when primary servers fail.
    Scenario 3:)
    Oracle EBS implementation Dual tier (DB & APPS)
    Option – I (Active + Active)
    Required H/W – 2 Servers for production and 2 UAT / Development as replica of production environment
    Software – RHEL 5.0 OS & Cluster software on OS Level clustering
    Licenses - OS Cluster from Red Hat
    Advantages – All the servers are optimally utilized
    Disadvantages -if one of the servers fails you might experience performance issues as both application and database services run on one node till server that failed is brought live.
    Option – II (Active / Stand BY)
    Required H/W - 2 Servers for production and 2 UAT / Development as replica of production environment, 2 server of UAT will be configured for stand by
    Software – Oracle data guard
    Licenses – oracle data guard
    Advantages – Simple configuration and easy to maintain when compared to RAC and OS clustering
    2) Will not experience performance problems when one of the primary fail .This is achieved by shutting down UAT or test instances till the issue on primary server is addressed
    Disadvantages - Sudden spike in load cannot be addressed since load balancing feature is not available.
    Best Regards,

    Scenario 1:) Oracle EBS R-12 implementation with RAC & Load Balancer
    When designing for "High Availability", this is quite a common infrastructure. It is pretty straightforward, though you are right, you need additional skills in managing RAC and Network. On the other hand, most larger companies have load balancers operational already. RAC may be expensive, however, if you want availability, it is what you will have to pay for, if you really cannot afford any downtime. Consider RAC when either of the following will be answered "No"
    1) Can your customer really not afford more (unplanned) downtime than 20 minutes.
    2) Is the maximum size of your hardware (single node database tier) sufficient to handle the amount of concurrent users in peak and will it be able to handle the expected growth for the next 12 months.
    If either of the above questions answers no, consider RAC. Otherwise, one of the two alternative scenarios will probably be better.
    Scenario 2:) Oracle EBS implementation with Active Passive mode / fail safe
    This scenario requires additional skills as well: OS Cluster Administration skills. The main advantage in this situation is that the architecture in which EBS has to operate is quite simple. No clustering (EBS will operate on one db node and one appnode). Issues you might encounter: If dbnode fails, what will your appnode do? Will it have to be restarted? What about downtime in such a case? How much can you afford (see scenario 1). You will end up with some 'dirty' data in your database (concurrent manager). It might be necessary to clean that out first.
    Another question to answer is how much do you trust your hardware/os. If it (almost) never failed on you for the past years, why would it be different in this situation. Having an active/passive cluster can be a costly architecture as well (half of your capacity being passive...)
    Scenario 3:) Oracle EBS implementation Dual tier (DB & APPS)
    Option – I (Active + Active)
    I suspect you mean to establish a cluster that runs database package on node 1 and application package on node 2, each of them having the other node as failover node. In this situation, you will definitely encounter a performance degradation, but this can be managed by oversizing each of the nodes and/or defining a threshold for performance degradation and keeping this in mind when sizing the hardware. You would still need the cluster managing skills, though.
    Option – II (Active / Stand BY)
    This option will deliver you more High Availability, because this is a truly disaster resilient solution. Dataguard will duplicate the database, taking away the Single Point Of Failure(SPOF), which the database is in all previous scenarios. You should keep in mind though that the UAT environment will be affected by the standby database activity (not very much, but nevertheless). You will need additional skills, like Dataguard administration skills. I could argue about your statement that it will be easy to maintain, compared to RAC. However, like I said in my comments about Scenario 2, the operational architecture for EBS is quite simple in this architecture as well. Consider the implications on the application tier when your database switches/fails over to the standby.
    Conclusion: There is no yes/no to each of the proposed scenarios. You will have to discuss with your customer to find out what the requirements are on a business level and translate them to an IT solution.
    The solution should meet the needs for which it is realized and the people should be able to manage/maintain the solution. Additionally, the investment should be in line with the solution the customer requires.
    Regards,
    Arnoud Roth
    Oracle E-Business Suite Technical Architect
    Inter Access
    The Netherlands

  • Document attachment functionality

    Hi all
    I am trying to explore document attachment functionality in SAP EHS. I am successful with Work Areas and Incident/Accident Management.
    I wish, if some body can help with document attachment functionality with risk assessment module in EHS.
    Regards
    Vikram

    hi Vikram,
    Over and above what Pavan said, for Risk assessment to have document attachement functionality, you have to define User dfined test type, assign document type to it and then assigned Object type HAS to it.
    You can do this by:
    SPRO / Environment health and Safety/Industial Hygiene and safety / Basic settings/Specify User defined txt type
    Here you create User defined txt type, assign DMS document type to it and for your user defined text type you define object type as HAS: Risk assessment.
    With this you will be able to attach documents to your Risk assesments.
    Regards,
    Niraj Sikligar

  • Replacing Oracle's FIRST_VALUE and LAST_VALUE analytical functions.

    Hi,
    I am using OBI 10.1.3.2.1 where, I guess, EVALUATE is not available. I would like to know alternatives, esp. to replace Oracle's FIRST_VALUE and LAST_VALUE analytical functions.
    I want to track some changes. For example, there are four methods of travel - Air, Train, Road and Sea. Would like to know traveler's first method of traveling and the last method of traveling in an year. If both of them match then a certain action is taken. If they do not match, then another action is taken.
    I tried as under.
    1. Get Sequence ID for each travel within an year per traveler as Sequence_Id.
    2. Get the Lowest Sequence ID (which should be 1) for travels within an year per traveler as Sequence_LId.
    3. Get the Highest Sequence ID (which could be 1 or greater than 1) for travels within an year per traveler as Sequence_HId.
    4. If Sequence ID = Lowest Sequence ID then display the method of travel as First Method of Travel.
    5. If Sequence ID = Highest Sequence ID then display the method of travel as Latest Method of Travel.
    6. If First Method of Travel = Latest Method of Travel then display Yes/No as Match.
    The issue is cells could be blank in First Method of Travel and Last Method of Travel unless the traveler traveled only once in an year.
    Using Oracle's FIRST_VALUE and LAST_VALUE analytical functions, I can get a result like
    Traveler | Card Issue Date | Journey Date | Method | First Method of Travel | Last Method of Travel | Match?
    ABC | 01/01/2000 | 04/04/2000 | Road | Road | Air | No
    ABC | 01/01/2000 | 15/12/2000 | Air | Road | Air | No
    XYZ | 01/01/2000 | 04/05/2000 | Train | Train | Train | Yes
    XYZ | 01/01/2000 | 04/11/2000 | Train | Train | Train | Yes
    Using OBI Answers, I am getting something like this.
    Traveler | Card Issue Date | Journey Date | Method | First Method of Travel | Last Method of Travel | Match?
    ABC | 01/01/2000 | 04/04/2000 | Road | Road | <BLANK> | No
    ABC | 01/01/2000 | 15/12/2000 | Air | <BLANK> | Air | No
    XYZ | 01/01/2000 | 04/05/2000 | Train | Train | <BLANK> | No
    XYZ | 01/01/2000 | 04/11/2000 | Train | <BLANK> | Train | No
    Above, for XYZ traveler the Match? clearly shows a wrong result (although somehow it's correct for traveler ABC).
    Would appreciate if someone can guide me how to resolve the issue.
    Many thanks,
    Manoj.
    Edited by: mandix on 27-Nov-2009 08:43
    Edited by: mandix on 27-Nov-2009 08:47

    Hi,
    Just to recap, in OBI 10.1.3.2.1, I am trying to find an alternative way to FIRST_VALUE and LAST_VALUE analytical functions used in Oracle. Somehow, I feel it's achievable. I would like to know answers to the following questions.
    1. Is there any way of referring to a cell value and displaying it in other cells for a reference value?
    For example, can I display the First Method of Travel for traveler 'ABC' and 'XYZ' for all the rows returned in the same column, respectively?
    2. I tried RMIN, RMAX functions in the RDP but it does not accept "BY" clause (for example, RMIN(Transaction_Id BY Traveler) to define Lowest Sequence Id per traveler). Am I doing something wrong here? Why can a formula with "BY" clause be defined in Answers but not the RPD? The idea is to use this in Answers. This is in relation to my first question.
    Could someone please let me know?
    I understand that this thread that I have posted is related to something that can be done outside OBI, but still would like to know.
    If anything is not clear please let me know.
    Thanks,
    Manoj.

  • I can't execute oracle functions with c#.  i'm using oracle 9i version.

    i have a problem trying to execute an oracle function with c#.net. The Oracle version i'm using is Oracle 9i.
    This is the function definition: (it's defined and working right because i have tryed it with SQLWorksheet)
    CREATE OR REPLACE Function NRegistros return integer is
    Numero integer(4);
    begin
    select count(*) into Numero from singles;
    return Numero;
    END NRegistros;
    But with c#.Net i can't acces it because i get an error: "this is not a procedure or is not defined". And i think the code is right. In fact in the same code you can see that i'm using an stored procedure and i have not problems. But with the function i have problems. Is it possible that "OracleClient" can't work with Oracle9i functions??. This is the code:
    OracleParameter Parametro = new OracleParameter("Name", OracleType.VarChar,10);
    OracleParameter ParametroFuncion = new OracleParameter("Retorno", OracleType.Int32, 4);
    Parametro.Direction = ParameterDirection.Output;
    ParametroFuncion.Direction = ParameterDirection.ReturnValue;
    OracleConnection Conexion = new OracleConnection("Data Source=DISCOS;User Id=SYSTEM;Password=a0000;");
    Conexion.Open();
    OracleCommand Todos = new OracleCommand();
    OracleCommand Procedimiento = new OracleCommand();
    OracleCommand Funcion = new OracleCommand();
    Todos.Connection = Conexion;
    Todos.CommandType = CommandType.Text;
    Todos.CommandText="select * from singles";
    Procedimiento.Connection = Conexion;
    Procedimiento.CommandType = CommandType.StoredProcedure;
    Procedimiento.CommandText = "Procedimiento";
    Procedimiento.Parameters.Add(Parametro);
    Funcion.Connection = Conexion;
    Funcion.CommandType = CommandType.StoredProcedure;
    Funcion.CommandText = "NRegistros";
    OracleDataReader Lector = Todos.ExecuteReader();
    BindingSource Discos = new BindingSource();
    Discos.DataSource = Lector;
    dgvSingles.DataSource = Discos;
    Procedimiento.ExecuteNonQuery();
    Funcion.ExecuteNonQuery();
    lblRegistroProcedimiento.Text = Procedimiento.Parameters["Name"].Value.ToString();
    lblNregistros.Text=Funcion.Parameters["Retorno"].Value.ToString();
    Conexion.Close();
    Edited by: user11921281 on 22-nov-2009 20:32

    thank you very much. It was a stupid error, sorry. There was one line left :
    OracleParameter Parametro = new OracleParameter("Name", OracleType.VarChar,10);
    OracleParameter ParametroFuncion = new OracleParameter("Retorno", OracleType.Int32, 4);
    Parametro.Direction = ParameterDirection.Output;
    ParametroFuncion.Direction = ParameterDirection.ReturnValue;
    OracleConnection Conexion = new OracleConnection("Data Source=DISCOS;User Id=SYSTEM;Password=a0000;");
    Conexion.Open();
    OracleCommand Todos = new OracleCommand();
    OracleCommand Procedimiento = new OracleCommand();
    OracleCommand Funcion = new OracleCommand();
    Todos.Connection = Conexion;
    Todos.CommandType = CommandType.Text;
    Todos.CommandText="select * from singles";
    Procedimiento.Connection = Conexion;
    Procedimiento.CommandType = CommandType.StoredProcedure;
    Procedimiento.CommandText = "Procedimiento";
    Procedimiento.Parameters.Add(Parametro);
    Funcion.Connection = Conexion;
    Funcion.CommandType = CommandType.StoredProcedure;
    Funcion.CommandText = "NRegistros";
    Funcion.Parameters.Add(ParametroFuncion); //<--------------------- That one !!! (yes it was a stupid error jeje)
    OracleDataReader Lector = Todos.ExecuteReader();
    BindingSource Discos = new BindingSource();
    Discos.DataSource = Lector;
    dgvSingles.DataSource = Discos;
    Procedimiento.ExecuteNonQuery();
    Funcion.ExecuteNonQuery();
    lblRegistroProcedimiento.Text = Procedimiento.Parameters["Name"].Value.ToString();
    lblNregistros.Text=Funcion.Parameters["Retorno"].Value.ToString();
    Conexion.Close();

Maybe you are looking for

  • Generating pdf format report in Oracle Reports 6i

    Hi everyone, I am using Report 6i. I am trying to generate a report in pdf format on the web. My problem is only the labels are displayed, while the data is not displayed. No specific error is shown. But the same report is working fine when generated

  • Application error occurred during the request processing-notes 1507568

    Hi, We have a serious issue with my PI proto system. The issue is the Admin team has applied Notes 1507568 for 7.11 SP4. After that the system seems to be unavailable. I am  now not able to access any ESR,ID, RWB and SR. When i am trying to open that

  • Regarding lobs...

    I am not that familiar with LOBs, and was hoping someone could shed some light for me. I am running Oracle 11.2.0.2 EE, and have made an interesting discovery of this new database that i am responsible. First, I found out that I have a table that is

  • I am trying to add a new cd to my itunes library but itunes stops responding after 1 song completed

    I am trying to import new cd to my i tunes library.  I have windows 8 system.  After the first song imports itunes stops responding.  I have checked to ensure that itunes is allowed access through the control panel settings.  Everything else in itune

  • Data export(ttbulkcp) Oracle TimesTen Question

    I'm trying to export an Oracle TimesTen(TimesTen Release 11.2.1.5.0) with ttbulkcp(Data export), using SQL Developer Version 2.1.1.64 All other functions are normal operation. Also ttbulkcp(Data export) in Oracle Table is normal operation. But , I ge