Oracle Password Application

Hi all . . .
when i'm working on this global instance http://vis1211.solutionbeacon.net in the enter and maintain window i,m trying to go through this path:
Help --> Diagonistics --> Examine then the enable diagonistics window is need a password,so can any one give me a password ? or how i can enablr it ?
Regards;

Hi,
APPS is incorrect password.
can any one help me ?Most probably the password was changed by the vendor, so please contact their support and see if they can help (though I believe they would not provide apps password for external users).
Regards,
Hussein

Similar Messages

  • Oracle Password Security - suppress messages and use an application message

    We are implementing Oracle Password Security and I was wondering if the Oracle message can be suppressed?
    Reason being, I would like to give an application message based on the return code from Oracle.
    Thanks.

    Maybe I haven't explained it properly or I'm misunderstanding something but the exception init doesn't seem to be working.
    We have set up a security profile and have set the Oracle password security profile parameters:
    •     failed_login_attempts
    •     password_grace_time
    •     password_life_time
    •     password_lock_time
    •     password_reuse_max
    •     password_reuse_time
    •     password_verify_function
    As we know on connect, Oracle checks the security profile and if a users P/W will be expiring, Oracle prompts an internal message to the user, error code ORA-28002. Is there a way to suppress the internal Oracle message and somehow capture the error code?
    Thanks

  • Using alter user to change oracle password for logged in web user on XE

    Hi All
    I'm building an app using the pl/sql web toolkit on XE (installed on Win XP Pro SP2). (I'm not using the APEX front-end).
    I'm using basic authentication and oracle database user accounts, and when a user registers for the first time I create them an oracle user account with dynamic sql, followed by some initial setup stuff, and they then log in with it.
    All fine so far.
    However I want to allow the user to change their oracle password as part of maintaining their user details. I've done this in the past using the web toolkit and Oracle 9i and it has worked fine using dynamic sql.
    Unfortunately I can't get the same thing to work in XE.
    For example, if I create the following procedure in the schema aligned to the DAD which holds my application and then run it from a browser (IE or Firefox) then the
    Browser and the db just hangs - not even an error message:
    CREATE OR REPLACE PROCEDURE ut
    AS
    v_stmt varchar2(300);
    BEGIN
    HTP.htmlOpen;
    HTP.headOpen;
    HTP.title ('User Test');
    HTP.headClose;
    HTP.bodyOpen;
    v_stmt := 'alter user "'||user||'" identified by "BERT"';
    htp.print(v_stmt);
    EXECUTE IMMEDIATE v_stmt;
    htp.print('Done');
    HTP.bodyClose;
    HTP.htmlClose;
    END;
    If I run the same statement in SQL*plus it's fine, and if I run the same proc for a different user then it's fine too.
    I'm sure it's something to do with trying to change the credentials of the currently logged in user, but I would at least have expected an error message.
    I'd be grateful for any ideas.
    Thanks
    Steve

    Hi g.myers
    Thanks for your response.
    Sorry, yes, bad turn of phrase there. It's not the entire db that hangs. The web browser (either IE or FF) hangs, and if I look at v$session at this point, I can see that the user STATUS=ACTIVE and the STATE=WAITING.
    I should also point out that I am using standard Oracle users as users of the application, (e.g. create a new user account called TESTER1). These users are then granted the appropriate privileges on the owning schema in order to run the app, access the tables etc.
    Therefore it is the user account (e.g. TESTER1) that is running the password change procedure that is owned by the SYS schema. (However again, this is the exact code and method that I've used in the past and it has worked fine).
    If I leave the browser hanging long enough, it will eventually return with the following error:
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request POST /h/hopapp.pwdmaint_do.
    Reason: Error reading from remote server
    cheers
    Steve

  • Deployment of class file in oracle 10g Application Server

    Hi,
    I have a class file
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class HelloWorld extends HttpServlet {
    public void doGet(HttpServletRequest req, HttpServletResponse res)
    throws ServletException, IOException {
    res.setContentType ("text/html");
    PrintWriter out = res.getWriter();
    out.println("<HTML>");
    out.println("<HEAD><TITLE>Hello World</TITLE></HEAD>");
    out.println("<BODY>");
    out.println("<BIG>Hello World</BIG>");
    out.println("</BODY></HTML>");
    now I like to deploy(in oracle 10g Application Server) and run this file.
    please help me.

    Hi
    You have to deploy Servlet as a WAR File. I hope you already have web.xml file which u can get automatically in eclsipse during creation of servelet. I am not sure what ide u r using here. If u have created servlet in eclipse then I would suggest create a project dynamic webproject if u have not where IDE create all required files autmatiicaly and even you can deploy application from there itself.
    If you wanted to deploy manually then follow below steps (if u have war file)
    I am assuming you already created a Weblogic Domain and have admin username/password. Start your domain. Login into weblogic console like http://host:port/console and use admin username/password. Then from Deployments section, deploy the above WAR file. In Weblogic you can deploy JAR (EJBs, java files), WAR (web jsp, html, webservices, servlets) or EAR (JAR + WAR). In your case its just a WAR file.
    Thanks
    Sujit Singh

  • Urgent: problem running reports in Oracle 10g application server

    Hi all,
    our problem is that we deployed a jsp report as Ear file in Oracle 10g application server in infrastructure node.deployment says successfull.when we try to run that report it says 401 unauthorised.while sending request we are passing the database username,password &sid is this correct or any configuration setting to be done to make it run.
    one morething normal jsp works fine.when we run reports jsp it gives the above mentioned 401 error.

    hello,
    when you deploy reports JSPs they still require the reports specific componentes (e.g. TLD file, classes, ...) etc be available. i doubt that's the case in your ear file.
    thanks,
    ph.

  • Oracle 9i Application Server installtion problem

    hi,
    I am instsalling Oracle 9i Application server 9.0.2 on Red Hat Linux 8.0 During installation , While
    creating clone database i am getting an error
    Create Controlfile failed.
    After this when i open the file cloneDBcreation.log
    in /home/admin/iasdb/create directory there i
    can see the following error
    Create control file failed
    Error opening password file "/home/oracle/dbs/orapw"
    Unable to obtained file status
    Linux error 2 : no such file or directory.
    moreover when i open the file customScripts.log in same directory i can see the message
    Unable to open file "/home/oracle/assistants/dbca/admin/autoExtend.sql"
    and there is no such file autoExtend.sql
    after this i ignore all the errors of clone database creation and continued the installation.
    Now while starting up the database i received an error
    ora 7212 : sltln : Environment variable can not be
    evaluated.
    slcpu : times error,unable to get CPU time.
    Pl help me. How should i proceed.
    Thanks.
    Raj

    If you are installing into Windows 2000, one workaround recommendation by Oracle for this problem is:
    Install the latest Windows* 2000 Service Pack patch: http://www.microsoft.com/windows2000/downloads/
    Create a temporary directory on your Intel Pentium® 4 processor server (e.g. \TEMP).
    Copy the contents of the Oracle* Server CD to the temporary directory created in step 2.
    Search the directory structure created in step 2 for the existence of the filename SYMCJIT.DLL.
    Rename each copy of the SYMCJIT.DLL to SYMCJIT.OLD.
    Run the SETUP.EXE from the \TEMP\install\win32 directory and install Oracle 8.1.x.
    If you have any other questions on this work around, please contact Oracle.

  • Oracle forms application doesn't open in Internet explore 8 Windows 7 OS

    Hi,
    I am not able to open Oracle forms application in interent explore Windows 7 OS but i can able to open IE in windows xp OS . i have deployed my fmx in Oracle application server in Linux server. i am trying to open in explore 8 in windows 7 os in client system. the application didn't open. i am trying to follow below steps mentioned in our forum URL
    How can i open oracle forms in windows 7
    try something like this may it helps u.
    1. Open Internet Explorer 8
    2. Go to Tools, Internet Options
    3. Click on the Advanced tab.
    4. Scroll down into the Security section and find “Enable memory protection to help mitigate online attacks”.
    5. Uncheck “Enable memory protection to help mitigate online attacks”.
    6. Click Ok and Ok again.
    7. restart your computer
    in Internet Explore 8 (64 bits) not able to find the "Enable memory protection to help mitigate online attacks" option under Security. where as Internet Explore 8 (32 bit) i am able find but i couldn't unchek. since it is not editable.
    Kindly advice and more over i have given below details in formsweb.cfg file and please suggest anything to be modified in this for Windows 7 OS. Your early reply is very much valuable.
    [myapp]
    IE=Jinitiator
    baseHTMLjinitiator=basejini.htm
    form=/home/ora1/allubtfcc/fmx/ENG/signon.fmx
    envFile=/home/ora1/myapp/env/myapp.env
    imageBase=codeBase
    width=1000
    height=750
    separateFrame=true
    colorSchme=khaki
    background=no
    lookAndFeel=generic
    baseHTMLjinitiator=/oracle/oraapp/OraHome_4/forms/server/basejini.htm,webutiljini.htm
    baseHTMLjpi=/oracle/oraapp/OraHome_4/forms/server/basejpi.htm,webutiljpi.htm
    baseHTML=/oracle/oraapp/OraHome_4/forms/server/base.htm
    archive_jini=frmall_jinit.jar,icon.jar,webicons01.jar,webicons02.jar,webicons03.jar,webicons04.jar,frmwebutil.jar,jacob.jar
    archive=frmall.jar
    otherparams=prm_impli_type=9U prm_itype=0 prm_init_file=/home/ora1/myapp/ini/myapp.INI prm_debug_mode=NO
    heartbeat=7
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    Thanks,
    Regards
    Gowtham

    Hi Amatu Allah,
    Thanks for your reply. my application is developed (fmb) in form 6i. please find the below details
    Forms [32 Bit] Version 6.0.8.24.1 (Production)
    Oracle Toolkit Version 6.0.8.24.0 (Production)
    PL/SQL Version 8.0.6.3.0 (Production)
    Oracle Procedure Builder V6.0.8.21.0 Build #1459 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle Query Builder 6.0.7.1.0 - Production
    Oracle Virtual Graphics System Version 6.0.5.38.0 (Production)
    Oracle Tools GUI Utilities Version 6.0.8.20.1 (Production)
    Oracle Multimedia Version 6.0.8.20.0 (Production)
    Oracle Tools Integration Version 6.0.8.18.0 (Production)
    Oracle Tools Common Area Version 6.0.8.18.0
    Oracle CORE Version 4.0.6.0.0 - Production
    And My database is
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE     10.2.0.4.0     Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    My Applicatin server details is
    Oracle Application Server 10g 10.1.2.0.2 Usernames and Default password information: Please refer to the Oracle Application Server 10g Administrator Guide for more information.
    Install Type: Oracle Application Server Forms and Reports Services
    Thanks
    Regards
    Gowthaman

  • 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.

  • ORACLE Password Change using APEX FORM

    Greetings!
    I would like to find out, if there is a utility or a sample page that permits the Database password changes for the DB users within the Database. My goal is for users to maintain password using the Browser, instead of using SQL*Plus or similar Windows tools
    Thanks in advance for your help!
    Muni

    So if you and I can both authenticate to this application, we will necessarily have separate accounts, say in the Application Express account repository of that application's workspace. Our accounts will each have a password that is not synchronized with our database account password. The application will allow me (SCOTT) to change only the database account named SCOTT and will allow you (VIKAS) to change only the database account named VIKAS. That rule would make it unnecessary for the provided form to provide an input field for the database account name (it would be pre-populated). Unfortunately, the chosen authentication method requires each of us to remember our application password, and, if the application is built correctly, to remember our old database password as well. (Implementing that verification has its own issues.) If the application used LDAP then a mapping table would be needed to relate [email protected] to VIKAS. Every time a new database user needed the self-service password facility, a new user account (and a new password), and a new mapping table entry would have to be created. All of that complexity is eliminated if the application uses Database Account credentials authentication -- a new database user is created, the user can authenticate to the application and use it; the database user is removed, the user can no longer authenticate.
    Let's not confuse the aim of providing a self-service "change my database password" application (the original requirement) with the simpler task of providing a super-user-oriented database account management page (like we did in XE).
    Scott

  • Problems about deploying Oracle web application (Forms, Reports)

    I am going to deploy Oracle web applications (Forms and Reports) and plan to use the same server machine for both Application web server and Database server.
    1. How can I enable SSL (for data encryption) on Application web server for Oracle Forms ?
    2. Since both Application web server and Database server will use the same machine, do I still need Oracle Advanced Security for data transmission between Application web server and Database server if data encryption for transmission is required ?
    3. Can I user Oracle Forms to call Oracle Report on web as I did in Client/Server in the past ?
    Experts like you may have come across such problems. Would you please give me some opinions/ideas ?
    Regards,
    Richard

    1. check the paper about the Forms servlet architecture on otn forms section for SSL tips.
    3. Check the reports and forms integration paper on otn too.

  • Calling Java screens from Oracle Forms application

    I am working with a client that has a large Oracle forms application. Since rewriting the entire application in Java is not an option at this time, the strategic direction is that any new modules that are to be created for the application are to be done in Java and called from the Forms menu. The decision as to what tool to use to develop the Java modules is still under debate. What is the best (most seamless) way to do this...calling a Java screen from a Forms application? If anyone has any experience in this, or can direct me to some literature on it, it would be greatly appreciated. Thanks.

    This is a web app in Forms/Reports 10g R2 running off Oracle AS and an Oracle db. The challenge for us is that the direction is that any new enhancements (screens) are to be built using Java (in either ADF Faces or Swing, another point for debate later) and then called from the Forms app. The business client is only paying for the enhancement. They don't care about moving off Forms to Java, so any extra work on the part of IT to do this, has to be fairly minimal and doable within the project budget. The movement to Java is an IT direction. Is there a way to do this without having to build a java framework for the entire Forms application (which I assume would take some time and involve retesting the entire app)?

  • Can I deploy an Oracle Forms Application in WebLogic Server?

    Dear all:
    I need to know if Oracle WebLogic Server supports Oracle Forms applications?
    I am looking some clue in the documentation, but I didn´t find something clear yet, please help me.
    Thanks
    Edited by: user637951 on Nov 18, 2008 6:25 AM
    Edited by: user637951 on Nov 18, 2008 6:26 AM

    I don't believe that Forms will be certified on WLS until 11g based on a ppt I saw at Oracle Open World. However, you'll need to get confirmation on that from someone with Forms knowledge. Their forum is here:
    Forms

  • How to install Oracle Real Application Clusters on Aix

    I am running a 64 bit kernel AIX 5.2 on IBM RISC Based p-series sever(7028-6C4).Clustered has already been configured. How can i check the clustered has configured successfully (software & hardware) for oracle installation?
    What is the procedure to install oracle real application custer on AIX ?
    Can Any body Help me......
    Arif

    Here you have books related to that theme:
    http://otn.oracle.com/pls/db92/db92.docindex?remark=homepage
    Joel Pérez

  • Webservice (oracle erp applications) to SAP PI to SAP R/3 scenario.

    Hi All,
    I have to make webservice (oracle erp applications) to SAP PI to SAP R/3 scenario.
    1. If I make Outbound Interface with 2 fields  in SAP PI. Publish its Webservice in Service Registry and then
        send its WSDL URL to oracle erp applications system team.
    Question --oracle erp team is asking me how they will call my webservice with 2 parameters so that JDBC Table which has 2
                      fields can be passed to my webservice and its parameters.
    2.  If I use JDBC sender adapter scenario --     Please let me know if am doing the things fine
        a. Oracle erp System driver to install at SAP PI system
        b. Connection, host name etc. information will be provided by ERP team that I will use in JDBC sender adapter
    Please let me know for the aboce scenario
    Thnaks

    Hi ,
    If I make Outbound Interface with 2 fields in SAP PI. Publish its Webservice in Service Registry and then
    send its WSDL URL to oracle erp applications system team.
    Question --
    oracle erp team is asking me how they will call my webservice with 2 parameters so that JDBC Table which has 2
    fields can be passed to my webservice and its parameters.  Please let me know
    The below approach is when above webserive is not used.
    2. If I use JDBC sender adapter scenario -- Please let me know if am doing the things fine
    a. Oracle erp System driver to install at SAP PI system .
        Question -- If I install Oracle erp System JDBC driver in SAP PI system then what is  use of ora14jdbc.jar.
                             Do i need to that also. Please let me know.

  • Error while installing Oracle 9i Application server

    Hi All,
    I am trying to install oracle 9i Application Server 9.0.2.0.0 Enterprise Edition on Windows 2000.
    The installation gets stuck up after 40 percent , while trying to copy a file named 'PGPUS.MSB' .
    There is no update in the Install Actions Log File also.
    While I tried to install oracle 9i Application Server 1.0.2.1.0 for Windows NT and Windows 2000, installation goes OK till 100 percent, after which it encounters Errors in JRE.Exe
    Pls help ! Its urgent
    thanks in advance
    rgds..
    Subhas

    App Server forum is here:
    Oracle Application Server - General (<=== repost question there

Maybe you are looking for

  • Type on Monitor looks out-of-register

    I just reinstalled my Win 7 Pro (64 bit) OS and now the HP 2709m monitor is no longer displaying text clearly.  It looks out-of-register and blurry with some letters darker than others with blue at the edges.  I reinstalled the driver from original H

  • Use of SKTO?

    Hi, I purchase for 100  Euro In the PO the SKTO is filled (based on payment term Z015) with 10 Euro (10%). Where effects this 10 Euro in SAP? I mean I see the 10 Euro in the PO, but does it effect someting? Where can I see the effect of this 10 Euro

  • Initial Load - AS ABAP - getting only user with a group

    Hi, when i start initial load, i just get users with groups. Is that standard? Br, Philip

  • Why a thread can not be restarted?????

    Hi, I have a thread and I started it by claling thread.start() and some where in my code i want to say thread.start(), which jvm won't allow me to do so... could u please reason me elaborately????????? Thanks Sato.

  • Error message: Helvetica Medium outline font missing when creating PDF's

    Error message: Helvetica Medium outline font missing when creating PDF's. Where can I downlaod it and why is it suddenly happening?