Oracle Apps 11.5.10 ' Login Page showing not "in Windows Server 2003

Hi master,

I am facing problem a bit stupid here, but really stuck coz of this.

I installed 11.5.10 on my PC for a long time that it wasn't working properly, but now I can not able to go to the login page.

My service for APACHE is normally starts and also showing the HOME PAGE.

Please help me for this.

Thanks to adavace.

Double wire...

Oracle Apps 11.5.10 ' Login Page showing not "in Windows Server 2003
Re: Oracle 11.5.10 Applications ' Login Page showing not "on Windows Server 2003

Tags: Oracle Applications

Similar Questions

  • Oracle R12 ERP login page does not show?

    Hello
    We have Oracle ERP R12 12.0.6 running on the IBM AIX operating system with single node configuration server. These last two days, suddenly the login page does not appear for a few minutes. Once I bounced the level apps, it's ok. The database alert log shows this error "ORA-00600: internal error code, arguments: [kcbzwb_4], [], [], [], [], [], [], []. What it means? For the analysis of level apps, where can I find the log file? Is - this $INST_TOP/logs/admin/logs/appl/ora/10.1.2/forms or elsewhere?

    Concerning
    Arizuddin

    Hello

    I issued the following command, still no rows returned.
    
    SQL> show parameter "_in_memory_undo "
    

    To see the hidden settings please use this query

    SELECT
    a.ksppinm 'Parameter', 'Value of Session' b.ksppstvl, c.ksppstvl 'value of the Instance.
    FROM x$ ksppi, x$ ksppcv b, x$ ksppsv c
    WHERE
    a.indx = b.indx AND a.indx = c.indx AND a.ksppinm LIKE ' / _ %' escape ' / '.
    /

    Thank you

  • Oracle EBS R12 login page does not

    Dear professionals,

    We are running Oracle EBS R12 on Solaris SPARC. We are facing a problem with the Login Page does not appear. When I go through the database alert log file, it shows the TEMP teblespace was complete. After adding data in the TEMP tablespace file, it still does not. Nevertheless, it must bounce application. I need to know why after solving the question of space, Login Page didn't?  Why we must restart the application every time?

    Thank you and best regards,

    ARM

    Hello

    You don't have to restart the application.

    Just restart the process of oacore.

    On which version of R12 are you?

    Thank you

  • Only Oracle EBS R12.0.6 login page shortcut saves the credentials of the user?

    Hello
    Once I have the shortcut on Office Oracle EBS R12.0.6 login page, can it be registered with identification information from the user such as user name and password? Is there any document metalink for reference?

    Concerning

    Needs a reference of document metalink for convincing management.

    I don't think you can find a document Metalink (MOS) which States that clearly - please log an SR to confirm this with the support of the Oracle.

    Thank you
    Hussein

  • Login page is not coming

    Hi all

    We try to clone the Oracle EBS 11i. DB is on linux and Conc nodes system and Apps are under IBM AIX, respectively.

    Env PROD also has the same configurtion. Cloning is successfully completed. whenever I try to connect to the login page using the browser, login page is not coming.

    Suppose that when I give the http:/host.domainname/, Apache page url is not coming. Everything starts fine and I n ' see no error in quickly to open one session other than the resumption of normal operations.

    I would like to say one thing here that public ip address of the database is not to ping the application server queries, but db virtual ip's ping requests. This is the cause of the problem.

    When I give only hostname in http://fnclbkp.UAT.com , it displays no page found. Apache atleast page should appear.

    I guess the problem is with the ping command.

    Details of the env

    Version of DB - 11.2.0.4

    DB Os - Linux

    Version of apps - 11.5.10.2

    Apps for AIX operating system - IBM

    Please suggest.

    Thank you

    Sarah,

    When I give only hostname in http://fnclbkp.uat.com , it's show no page found. Apache atleast page should appear.

    Have you tried with ip addess http://:

    Customer is able to ping the IP. IP address database public physics isn't to ping the application server queries. Otherwise, it's to ping across queries.

    Customer is able to ping to fnclbkp.uat.com ?

    ping fnclbkp
    ping fnclbkp.uat.com
    

    Concerning

    SANAE

  • Login page does not work

    Hello

    I developed the admin dashboard a simple for my project.


    http://BHC.edu.in/BHCNET/admin/login.php


    The login page works well in localhost. After the download on my site, the login page does not work.


    It shows that the user name and password is incorrect. Kindly help me.

    username : admin

    password: admin

    Here is my code.

    <? PHP

    session_start();

    ? >

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    < title > Untitled Document < /title >

    < / head >

    < body >

    < h1 align = "center" > welcome aboard the Admin! < / h1 >

    < img src = "Images/Admin - icon.png" width = "200" height = "200" style = "float: left;" Display: block; "class ="admin">

    < do action = "login.php" method = "post" name = 'loginform' id 'french' = > "

    < table width = "278" height = '174' border = '0' >

    < b >

    < td width = "102" height = "59" > < label > user name: < / label > < table >

    < td width = "187" > < input type = "text" name = "user name" placeholder = "Enter your name" / > < table >

    < /tr >

    < b >

    < td = "46" height > < label > password: < / label > < table >

    < td > < input type = "password" name = placeholder "password" = "Enter your password" / > < table >

    < /tr >

    < b >

    < td = "37" height > < input type = "submit" name = "login_but" id = "login" value = "Login" / > < table >

    < td > < p >

    < input type = "reset" value = "Reset" name = "reset_but" id = "reset" / >

    < /p > < table >

    < /tr >

    < /table >

    < / make >

    < / body >

    < / html >

    <? PHP

    If (isset($_POST['login_but']))

    {

    $name = mysql_real_escape_string($_POST['username']);

    $pass = mysql_real_escape_string($_POST['password']);

    $encrypt = md5 ($pass);

    include("include/Connection.php");

    $query = "select * from users_login where name = '$name' and password = '$pass'"; "

    $run_query = mysql_query ($query, $conn);

    If (mysql_num_rows ($run_query) > 0)

    {

    $_SESSION ['username'] = $name;

    echo 'window.open ('index.php', '_self') < script > < /script >';

    }

    on the other

    {

    echo "< script > alert ("user name or password is incorrect!") < /script > ';

    }

    }

    ? >

    Kindly help me.

    Thank you in advance.

    There are two things that stand out immediately as incorrect:

    • You call mysql_real_escape_string() before connecting to the database. The connection must come first.
    • You use the original functions of PHP MySQL. They have been deprecated and do not work on several servers. Use MySQLi .
  • Login page is not correctly displayed in 12.1.3 linux

    Hello

    can someone help me how to solve this problem, my login page does not appear correctly, I even deleted the cache in the OA_HTML and compiled jsp.

    Kind regards
    Chandrasekhar

    Salvation;

    can someone help me how to solve this problem, my login page does not appear correctly, I even deleted the cache in the OA_HTML and compiled jsp.

    Have you tried to close the apps services, run autoconfig dbtier firstly that level apps? If not please try this first and be sure that auto. There are the wihtout any error.

    Please also check the files apache log, application.log (also alert.log) for any error message

    Respect of
    HELIOS

  • After R12 Upgrade login page is not displayed.

    After R12 Upgrade from 11.5.10.2 login page is not displayed.

    I still believe that it's something with the compilation of JSP.

    Please review these documents (search for 'oracle.classloader.util.AnnotatedClassNotFoundException')-[454178.1 ID], [ID 467562.1], [435550.1 ID]

    Please make sure that you compile JSP files successfully and bounce enforcement then.

    Thank you
    Hussein

  • VB6 DLL is not log messages in the Windows Server 2003 event log when it is called from an ASP page

    Hi all

    I have an ASP web application, I will create a "VBModule1" (VB6 Dll) instance of an ASP page and inside this method of "VBModule1" I create an instance of another VB6 Dll 'VBLogger', who calls App.LogEvent () to write messages to the event log.

    I tested the Web application on the develepoment (XP) machine and everything worked fine but when the user runs the Web application on the Production Server (windows server 2003) events are not saved.

    Friend missing the security settings of my ASP web app that needs to be configured on Windows Server 2003 for VB6 DLLs logging events?

    Please think as soon as POSSIBLE.

    IIS on Windows server 20003 version: 6.0

    Thank you.

    Hello

    The question you have posted is related to Windows Server 2003 would be better suited to the Windows Server community.

    Please visit the link below to find a community that will support what ask you:

    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

  • In windows Server 2003 R2, standard edition, its CPU usage showing the use of 100%

    I have windows Server 2003 R2, standard edition, in recent weeks its CPU usage showing the use of 100%. While treated cheking, a process called 'System', showing the CPU from 97 to 98%, we have stopped other services one by one like Trendmicro and backup but none advantage, can you please help us?

    Hello

    Since you have a problem with Windows Server 2003, you can ask your question in the TechNet for Windows 2003 Server GENERAL forum.

    http://social.technet.Microsoft.com/forums/en-us/winserverfiles/threads

  • INS-20802 Oracle net configuration assistant failed on windows server 2003 R2

    Hi all

    I have windows server 2003 r2 installed on the virtual machine and tried to install oracle database 11g r2.

    But I got Oracle net configuration assistant failed. Here is the log

    INFO: This variable JRE_HOME is not added to the map of global context

    INFO: This variable ISQLPLUS_PROTOCOL is not added to the map of global context

    INFO: This variable ISQLPLUS_PORT is not added to the map of global context

    INFO: This variable HOST_SID_OFFSET_ENABLED is not added to the map of global context

    INFO: This variable HOSTNAME is not added to the map of global context

    INFO: This variable EM_UPLOAD_DISABLE is not added to the map of global context

    INFO: This variable EM_UIX_DEBUG_FLAG is not added to the map of global context

    INFO: This variable EMPRODVER is not added to the map of global context

    INFO: This variable CONSOLE_MODE is not added to the map of global context

    INFO: This variable CONSOLE_CFG is not added to the map of global context

    INFO: This variable sl_oraclehomes is not added to the map of global context

    INFO: This variable s_oc4jDir is not added to the map of global context

    INFO: This variable s_oc4jAppsDir is not added to the map of global context

    INFO: This variable s_jreHome is not added to the map of global context

    INFO: This variable s_configcommand is not added to the map of global context

    INFO: This variable b_isRAC is not added to the map of global context

    INFO: This variable b_UNIX is not added to the map of global context

    INFO: This variable OJSP_JAR_LOC is not added to the map of global context

    INFO: This variable OJSPUTIL_JAR_LOC is not added to the map of global context

    INFO: This variable LDAP_JAR_LOC is not added to the map of global context

    INFO: This variable JAVA_HOME is not added to the map of global context

    INFO: This variable ISQLPLUS_HOST is not added to the map of global context

    INFO: This variable EM_UIX_LOCATION is not added to the map of global context

    INFO: This variable EM_REPOS_HOST is not added to the map of global context

    INFO: This variable EM_PING_COMMAND is not added to the map of global context

    INFO: This variable EM_OC4J_HOME is not added to the map of global context

    INFO: This variable EM_EAR_LOC is not added to the map of global context

    INFO: This variable EMDROOT is not added to the map of global context

    INFO: Adding the s_oc4jAdmPasswd to the oracle.sysman.console.db global variable

    INFO: Addition of the variable s_oc4jAdmPasswd to the global context for the whole oracle.sysman.console.db map

    INFO: This variable s_launchBrowserClasspath is not added to the map of global context

    INFO: This variable s_javapOracleHome is not added to the map of global context

    INFO: This variable PROD_HOME is not added to the map of global context

    INFO: {parameter: TOPLEVEL_COMPONENT in {aggregate: OuiConfigVariables:1.0.0.0.0:common}}: parameter data type is not compatible with the supplied String table.}}

    INFO: passing params in fact FC

    INFO: saves info by CF

    INFO: This is a shared oracle home or remote nodes are null. No copy required.

    INFO: Checkpoint: didn't found Checkpoint to return to getAllFailedCheckPoints.

    INFO: Checkpoint: didn't found Checkpoint return null for getLastFailedCheckPoint.

    INFO: Checkpoint file: Index written and updated

    INFO: Checkpoint: file transfer remote node

    INFO: update the global context

    INFO: Path to "globalcontext.xml" = C:\oracle\product\11.2.0\dbhome_1\install\chainedInstall\globalcontext

    INFO: Since the operation, move the current OiicAPISessionDetails to list installed

    INFO: Number of root to run scripts = 0

    INFO: isSuccessfullInstallation: true

    INFO: isSuccessfullRemoteInstallation: true

    INFO: Adding ExitStatus SUCCESS to the exit status set

    INFO: Finished implementing InstallDB

    NEWS: Execution of the Configuration

    INFO: Enter ConfigClient.init method

    INFO: ConfigClient.init sOracleHomeLoc=C:\oracle\product\11.2.0\dbhome_1, sTopAggId is oracle.server

    INFO: Enter ConfigClient.initClientAndSession method

    INFO: Status ConfigClient.initClientAndSession: connected to the framework of config

    INFO: ConfigClient.initClientAndSession session started oracle.sysman.emCfg.client.CfwSession@c0d228

    INFO: ConfigClient.initClientAndSession m_oAggregate=[Loracle.sysman.emCfg.common.IAggregate;@1257f0e

    Information: Directory of newspapers Configuration - C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs

    INFO: Exit ConfigClient.init method

    INFO: Phone event ConfigSessionInitialized

    INFO: ConfigClient.registerOutErrStream, called method

    INFO: Enter ConfigClient.getToolsList method

    INFO: Created the config for Oracle Net Configuration Assistant job

    INFO: Created the config for the Oracle Database Configuration Assistant job

    INFO: update of transitional settings in aggregates

    INFO: update of transitional settings for oracle.server

    INFO: update of transitional settings for oracle.assistants.netca.client

    INFO: update of transitional settings for oracle.assistants.server

    INFO: Allocation of transitional value variable s_dbcaArgs

    INFO: Transitional S_SYSMANPASSWORD variable value assignment

    INFO: Allocation of transitional value variable s_systemPasswordFlag

    INFO: Allocation of transitional value variable s_sysmanPasswordFlag

    INFO: Transitional S_HOSTUSERPASSWORD variable value assignment

    INFO: Allocation of transitional value variable s_dbcaArgsOverride

    INFO: Allocation of transitional value variable windows_commandline_prefix

    INFO: Allocation of transitional value variable s_sysPasswordFlag

    INFO: Transitional S_SYSPASSWORD variable value assignment

    INFO: Allocation of transitional value variable s_asmsnmpPasswordFlag

    INFO: Transitional S_DBSNMPPASSWORD variable value assignment

    INFO: Allocation of transitional value variable s_dbsnmpPasswordFlag

    INFO: Transitional S_ASMSNMPPASSWORD variable value assignment

    INFO: Transitional S_SYSTEMPASSWORD variable value assignment

    INFO: Allocation of transitional value variable s_hostUserPasswordFlag

    INFO: update of transitional settings for OuiConfigVariables

    INFO: update of transitional settings for oracle.sysman.ccr

    INFO: update of transitional settings for oracle.sysman.console.db

    NEWS: Updated transitional settings in aggregates

    Information: Directory of newspapers Configuration - C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs

    INFO:

    The developed /runconfig command is C:\oracle\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1 MODE = action = configure RERUN = true, $*.

    INFO: Creates a new file C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands

    INFO: The option is to replace the existing C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands file, it saves

    INFO: The backup file is called C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands.bak

    INFO: Enter ConfigClient.executeToolsInAggregate method

    INFO: ConfigClient.executeToolsInAggregate oAggregate = oracle.server:oracle.server:11.2.0.1.0:common

    INFO: Enter ConfigClient.assignAction method

    INFO: ConfigClient.assignAction actionref=[Loracle.sysman.emCfg.common.IActionReference;@1ae9cec

    NEWS: Action of ConfigClient.assignAction is of type: configuration

    INFO: Exit ConfigClient.assignAction method

    INFO: Action of affected ConfigClient.executeToolsInAggregate

    INFO: Started named Plugin: Oracle Net Configuration Assistant

    INFO: Found associate job

    INFO: From 'Oracle Net Configuration Assistant.

    INFO: From 'Oracle Net Configuration Assistant.

    INFO: Exception loading native library UnsatisfiedLinkError: oranjni11

    INFO: java.lang.UnsatisfiedLinkError: C:\oracle\product\11.2.0\dbhome_1\BIN\oranjni11.dll: can't find dependent libraries

    WARNING: java.lang.UnsatisfiedLinkError: jniGetOracleHome

    WARNING: at oracle.net.common.NetGetEnv.jniGetOracleHome (Native Method)

    WARNING: at oracle.net.common.NetGetEnv.getOracleHome (unknown Source)

    WARNING: at oracle.net.ca.NetCALogger.getOracleHome(NetCALogger.java:230)

    WARNING: at oracle.net.ca.NetCALogger.initOracleParameters(NetCALogger.java:215)

    WARNING: at oracle.net.ca.NetCALogger.initLogger(NetCALogger.java:130)

    WARNING: at oracle.net.ca.NetCA.main (NetCA.java:408)

    INFO:

    INFO: Error: jniGetOracleHome

    INFO: Oracle Net Services Configuration failed.  The exit code is 1

    INFO:

    CAUTION:

    INFO: Finished named Plugin: Oracle Net Configuration Assistant

    INFO: Oracle Net Configuration Assistant failed.

    INFO: Oracle Net Configuration Assistant failed.

    INFO: Action completed ConfigClient.executeToolsInAggregate

    INFO: Exit ConfigClient.executeToolsInAggregate method

    INFO: Phone event ConfigToolsExecuted

    INFO:

    The developed /runconfig command is C:\oracle\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1 MODE = action = configure RERUN = false, $*.

    INFO: Creates a new file C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands

    INFO: The option is to replace the existing C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands file, it saves

    INFO: The backup file is called C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands.bak

    WARNING: don't output Readme.txt file

    INFO: ConfigClient.saveSession, called method

    INFO: Phone event ConfigSessionEnding

    INFO: ConfigClient.endSession, called method

    INFO: Setup

    INFO: Closing OUISetupDriver.JobExecutorThread

    INFO: Cleaning, please wait...

    INFO: Eliminate the object box to install controls

    INFO: update of the State of STATE_CLEAN computer

    INFO: Forked all the tasks are completed to the configuration of the State

    Full background information: Operations

    INFO: Moved to declare < configuration >

    NEWS: Execution of the Configuration

    INFO: Enter ConfigClient.init method

    INFO: ConfigClient.init sOracleHomeLoc=C:\oracle\product\11.2.0\dbhome_1, sTopAggId is oracle.server

    INFO: Enter ConfigClient.initClientAndSession method

    INFO: Status ConfigClient.initClientAndSession: connected to the framework of config

    INFO: ConfigClient.initClientAndSession session started oracle.sysman.emCfg.client.CfwSession@140de18

    INFO: ConfigClient.initClientAndSession m_oAggregate=[Loracle.sysman.emCfg.common.IAggregate;@1b52041

    Information: Directory of newspapers Configuration - C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs

    INFO: Exit ConfigClient.init method

    INFO: Phone event ConfigSessionInitialized

    INFO: ConfigClient.registerOutErrStream, called method

    INFO: Enter ConfigClient.getToolsList method

    INFO: Work by selecting named 'Oracle Net Configuration Assistant' to try again

    INFO: Work by selecting named "Oracle Database Configuration Assistant' to try again

    INFO: update of transitional settings in aggregates

    INFO: update of transitional settings for oracle.server

    INFO: update of transitional settings for oracle.assistants.netca.client

    INFO: update of transitional settings for oracle.assistants.server

    INFO: Allocation of transitional value variable s_dbcaArgs

    INFO: Transitional S_SYSMANPASSWORD variable value assignment

    INFO: Allocation of transitional value variable s_systemPasswordFlag

    INFO: Allocation of transitional value variable s_sysmanPasswordFlag

    INFO: Transitional S_HOSTUSERPASSWORD variable value assignment

    INFO: Allocation of transitional value variable s_dbcaArgsOverride

    INFO: Allocation of transitional value variable windows_commandline_prefix

    INFO: Allocation of transitional value variable s_sysPasswordFlag

    INFO: Transitional S_SYSPASSWORD variable value assignment

    INFO: Allocation of transitional value variable s_asmsnmpPasswordFlag

    INFO: Transitional S_DBSNMPPASSWORD variable value assignment

    INFO: Allocation of transitional value variable s_dbsnmpPasswordFlag

    INFO: Transitional S_ASMSNMPPASSWORD variable value assignment

    INFO: Transitional S_SYSTEMPASSWORD variable value assignment

    INFO: Allocation of transitional value variable s_hostUserPasswordFlag

    INFO: update of transitional settings for OuiConfigVariables

    INFO: update of transitional settings for oracle.sysman.ccr

    INFO: update of transitional settings for oracle.sysman.console.db

    NEWS: Updated transitional settings in aggregates

    Information: Directory of newspapers Configuration - C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs

    INFO:

    The developed /runconfig command is C:\oracle\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1 MODE = action = configure RERUN = true, $*.

    INFO: The option is to replace the existing C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands file, it saves

    INFO: The backup file is called C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands.bak.1

    INFO: Enter ConfigClient.executeSelectedToolsInAggregate method

    INFO: ConfigClient.executeSelectedToolsInAggregate oAggregate = oracle.server:oracle.server:11.2.0.1.0:common

    INFO: Enter ConfigClient.assignAction method

    INFO: ConfigClient.assignAction actionref=[Loracle.sysman.emCfg.common.IActionReference;@b970f5

    NEWS: Action of ConfigClient.assignAction is of type: configuration

    INFO: Exit ConfigClient.assignAction method

    INFO: Action of affected ConfigClient.executeSelectedToolsInAggregate

    INFO: Started named Plugin: Oracle Net Configuration Assistant

    INFO: Found associate job

    INFO: From 'Oracle Net Configuration Assistant.

    INFO: From 'Oracle Net Configuration Assistant.

    INFO: Exception loading native library UnsatisfiedLinkError: oranjni11

    INFO: java.lang.UnsatisfiedLinkError: C:\oracle\product\11.2.0\dbhome_1\BIN\oranjni11.dll: can't find dependent libraries

    WARNING: java.lang.UnsatisfiedLinkError: jniGetOracleHome

    WARNING: at oracle.net.common.NetGetEnv.jniGetOracleHome (Native Method)

    WARNING: at oracle.net.common.NetGetEnv.getOracleHome (unknown Source)

    WARNING: at oracle.net.ca.NetCALogger.getOracleHome(NetCALogger.java:230)

    WARNING: at oracle.net.ca.NetCALogger.initOracleParameters(NetCALogger.java:215)

    WARNING: at oracle.net.ca.NetCALogger.initLogger(NetCALogger.java:130)

    WARNING: at oracle.net.ca.NetCA.main (NetCA.java:408)

    INFO:

    INFO: Error: jniGetOracleHome

    INFO: Oracle Net Services Configuration failed.  The exit code is 1

    INFO:

    CAUTION:

    INFO: Finished named Plugin: Oracle Net Configuration Assistant

    INFO: Oracle Net Configuration Assistant failed.

    INFO: Oracle Net Configuration Assistant failed.

    INFO: Action completed ConfigClient.executeSelectedToolsInAggregate

    INFO: Exit ConfigClient.executeSelectedToolsInAggregate method

    INFO:

    The developed /runconfig command is C:\oracle\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1 MODE = action = configure RERUN = false, $*.

    INFO: The option is to replace the existing C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands file, it saves

    INFO: The backup file is called C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands.bak.1

    WARNING: don't output Readme.txt file

    INFO: ConfigClient.saveSession, called method

    INFO: Phone event ConfigSessionEnding

    INFO: ConfigClient.endSession, called method

    INFO: Setup

    NEWS: Execution of the Configuration

    INFO: Enter ConfigClient.init method

    INFO: ConfigClient.init sOracleHomeLoc=C:\oracle\product\11.2.0\dbhome_1, sTopAggId is oracle.server

    INFO: Enter ConfigClient.initClientAndSession method

    INFO: Status ConfigClient.initClientAndSession: connected to the framework of config

    INFO: ConfigClient.initClientAndSession session started oracle.sysman.emCfg.client.CfwSession@969e08

    INFO: ConfigClient.initClientAndSession m_oAggregate=[Loracle.sysman.emCfg.common.IAggregate;@6155e3

    Information: Directory of newspapers Configuration - C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs

    INFO: Exit ConfigClient.init method

    INFO: Phone event ConfigSessionInitialized

    INFO: ConfigClient.registerOutErrStream, called method

    INFO: Enter ConfigClient.getToolsList method

    INFO: Work by selecting named 'Oracle Net Configuration Assistant' to try again

    INFO: Work by selecting named "Oracle Database Configuration Assistant' to try again

    INFO: update of transitional settings in aggregates

    INFO: update of transitional settings for oracle.server

    INFO: update of transitional settings for oracle.assistants.netca.client

    INFO: update of transitional settings for oracle.assistants.server

    INFO: Allocation of transitional value variable s_dbcaArgs

    INFO: Transitional S_SYSMANPASSWORD variable value assignment

    INFO: Allocation of transitional value variable s_systemPasswordFlag

    INFO: Allocation of transitional value variable s_sysmanPasswordFlag

    INFO: Transitional S_HOSTUSERPASSWORD variable value assignment

    INFO: Allocation of transitional value variable s_dbcaArgsOverride

    INFO: Allocation of transitional value variable windows_commandline_prefix

    INFO: Allocation of transitional value variable s_sysPasswordFlag

    INFO: Transitional S_SYSPASSWORD variable value assignment

    INFO: Allocation of transitional value variable s_asmsnmpPasswordFlag

    INFO: Transitional S_DBSNMPPASSWORD variable value assignment

    INFO: Allocation of transitional value variable s_dbsnmpPasswordFlag

    INFO: Transitional S_ASMSNMPPASSWORD variable value assignment

    INFO: Transitional S_SYSTEMPASSWORD variable value assignment

    INFO: Allocation of transitional value variable s_hostUserPasswordFlag

    INFO: update of transitional settings for OuiConfigVariables

    INFO: update of transitional settings for oracle.sysman.ccr

    INFO: update of transitional settings for oracle.sysman.console.db

    NEWS: Updated transitional settings in aggregates

    Information: Directory of newspapers Configuration - C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs

    INFO:

    The developed /runconfig command is C:\oracle\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1 MODE = action = configure RERUN = true, $*.

    INFO: The option is to replace the existing C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands file, it saves

    INFO: The backup file is called C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolAllCommands.bak.2

    INFO: Enter ConfigClient.executeSelectedToolsInAggregate method

    INFO: ConfigClient.executeSelectedToolsInAggregate oAggregate = oracle.server:oracle.server:11.2.0.1.0:common

    INFO: Enter ConfigClient.assignAction method

    INFO: ConfigClient.assignAction actionref=[Loracle.sysman.emCfg.common.IActionReference;@1e976fd

    NEWS: Action of ConfigClient.assignAction is of type: configuration

    INFO: Exit ConfigClient.assignAction method

    INFO: Action of affected ConfigClient.executeSelectedToolsInAggregate

    INFO: Started named Plugin: Oracle Net Configuration Assistant

    INFO: Found associate job

    INFO: From 'Oracle Net Configuration Assistant.

    INFO: From 'Oracle Net Configuration Assistant.

    INFO: Exception loading native library UnsatisfiedLinkError: oranjni11

    INFO: java.lang.UnsatisfiedLinkError: C:\oracle\product\11.2.0\dbhome_1\BIN\oranjni11.dll: can't find dependent libraries

    WARNING: java.lang.UnsatisfiedLinkError: jniGetOracleHome

    WARNING: at oracle.net.common.NetGetEnv.jniGetOracleHome (Native Method)

    WARNING: at oracle.net.common.NetGetEnv.getOracleHome (unknown Source)

    WARNING: at oracle.net.ca.NetCALogger.getOracleHome(NetCALogger.java:230)

    WARNING: at oracle.net.ca.NetCALogger.initOracleParameters(NetCALogger.java:215)

    WARNING: at oracle.net.ca.NetCALogger.initLogger(NetCALogger.java:130)

    WARNING: at oracle.net.ca.NetCA.main (NetCA.java:408)

    INFO:

    INFO: Error: jniGetOracleHome

    INFO: Oracle Net Services Configuration failed.  The exit code is 1

    CAUTION:

    INFO:

    INFO: Finished named Plugin: Oracle Net Configuration Assistant

    INFO: Oracle Net Configuration Assistant failed.

    INFO: Oracle Net Configuration Assistant failed.

    INFO: Action completed ConfigClient.executeSelectedToolsInAggregate

    INFO: Exit ConfigClient.executeSelectedToolsInAggregate method

    INFO:

    The developed /runconfig command is C:\oracle\product\11.2.0\dbhome_1\oui\bin\runConfig.bat ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1 MODE = action = configure RERUN = false, $*.

    INFO: The option is to replace the existing C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands file, it saves

    INFO: The backup file is called C:\oracle\product\11.2.0\dbhome_1\cfgtoollogs\configToolFailedCommands.bak.2

    WARNING: don't output Readme.txt file

    INFO: ConfigClient.saveSession, called method

    INFO: Phone event ConfigSessionEnding

    INFO: ConfigClient.endSession, called method

    INFO: Setup

    Hi Srini,

    The problem is resolved. Thanks for your reply.

    The question is, is Windows server 2003 32-bit, and I try to install database 11g 64 bit. I tried to install database 11g 32-bit. Before that, I erased the traces of the virtual machine in my host system and reinstalled and tried. It worked.

    Thank you

    Sunil

  • Symantec AntiVirus recommended for the database oracle on windows server 2003

    Hi all

    I have a server of oracle database on the windows server 2003 version 10.2.0.4 platform. What are best practices for symantec antivirus running on this server, but the database of their scanning file exclusions.

    My server restarted unexpectedly for many times. I have in the log of event id 6008. What can be the cause of it... ?

    How to configure the anti-virus protection on Windows Server that is running the database Oracle [ID 782354.1]

  • database Oracle 11g release 2 of windows server 2003 x 86

    Hello

    I want to install oracle database 11g release 2 on windows server 2003 (x 86).
    I'm not finding the software for the windows version. I want to know whether or not 11g release 2 is avialable fror windows.

    Please give me the number of patch to version 11g 2 if anything avialable in metalink.

    Kind regards
    Out straggler

    GR 11, 2 is not yet available for the Windows platform. It should be released soon.

  • 10g R2 64-bit Oracle Database for MS Windows server 2003

    We are modernizing our 10.2.03 32 bit Oracle Enterprise DB on 32 bit MS windows Server 2003 to 10.2.0.3 Oracle DB 64 bit MS windows server 2003 Enterprise 64-bit
    I got this Metalink ID
    DOC - ID: 403522.1 how to migrate Oracle 10.2 10.2 64-bit Microsoft Windows 32-bit

    I've searched for 10g R2 64-bit Oracle databases versions on MS windows server 2003 but din't gent everything

    I'm not sure whether this database works for 64-bit MS windows server 2003

    http://www.Oracle.com/technology/software/products/database/Oracle10g/htdocs/10201winx64soft.html

    Please let me know where I can download 64-bit 10g Oracle Enterprise DB for 64-bit MS windows server R2 2003

    Have posted in
    "' English' community network technology" section downloads have not seen that the answers
    thought to post itre

    Thanks in advance

    If you are running the x 64 version of Windows 2003 and not the Itanium version, you'll find 10.2.0.1 here:
    http://www.Oracle.com/technology/software/products/database/Oracle10g/htdocs/10201winx64soft.html

    You can then the patch to 10.2.0.3 by downloading the patch from Metalink.

    Charles Hooper
    IT Manager/Oracle DBA
    K & M-making Machine, Inc.

  • 11i Login page shows 'Error on Page' when you use IE 7

    Hi DBAs,


    I use Oracle 11.5.10.2 with DB 10.2.0.4 (Single Instance). EBS is on RUP6 and using the JDK 1.6.0_12.
    I'm using Firefox and not getting not any question. I used the first time IE-7 (7.0.5x) to access the application. I noticed that by pressing the button "Login" on the Login Page, it has been said in the bottom left of the EI says "Error on page" and was not navigate to any page or did not perform any action.

    I checked all services and everything was OK. When you use Firefox, I was able to navigate through the application without any problem.

    Using IE 7, I am able to access

    http://host.domain:8000/OA_HTML/fndvald.jsp?username=sysadmin &; password = sysadmin

    Most of the stuff seems to work fine when recording using above URLS, but 'GO' buttons throwing same error in IE "error on page". Rest of the Bottons as "Browser Edit", "Edit Favorites" are working very well, but when I push the button 'Go' then IE error display on any Page. It seems to me that when the need for a button navigate to the next page then IE saying 'Error on page' but when a button do lunch a new page it works fine.

    All responsibilities and links work properly. Navigation application using Firefox works quite well.

    Looking for your advice and suggestions to solve the problem.

    Thank you
    -Samar-

    Samar,

    See the following document.

    Note: 810406.1 - request connection with IE7 gives Javascript error
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=810406.1

    Kind regards
    Hussein

Maybe you are looking for