Grepping for startup/shutdown in the logs

Hello,
I've been asked to provide a script that parses the oracle logs and can determine if there were some errors. So far I can find the numerical errors in my script (like ORA-00600) but I also need to be able to tell when a db has been shut down, started or restarted. What can I look for in the logs that would determine that?
Thanks
Tim

EdStevens wrote:
918944 wrote:
sb92075 wrote:
918944 wrote:
Hello,
I've been asked to provide a script that parses the oracle logs and can determine if there were some errors. So far I can find the numerical errors in my script (like ORA-00600) but I also need to be able to tell when a db has been shut down, started or restarted. What can I look for in the logs that would determine that?
Realize that a shutdown may not precede a startup; since the cleaning lady could just unplug the box
Also you can treat the alert_SID.log file as EXTERNAL TABLE; eliminating the need for grep & similar OS utilities by doing everything in SQL or PL/SQL.Very interesting idea. However we're trying to be alerted to such events using nagios without logging into the box. The idea it if a startup/shutdown occors, or a numerical event such as an ORA-00600 occurs, nagios will detect that via a perl script and shoot off an email to the team and send a page to a pager. So I still need to know what in the logs would indicate a startup or shutdown. We are using oracle 10g by the way.
That shouldn't be hard at all to do. All I would need to know is what in the logs indicates a startup or a shutdown. I've tried grepping for the terms in the ${SID}_alert.log(s) but found nothing as of yet.
ThanksWell, as said earlier, a 'shutdown' could be a hard shutdown (the cleaning lady plugged a vacuum cleaner into the ups and blew the circuit, killing the server .... yes, I've seen it happen) so the db does not get an opportunity to log it.
But for the more common ones, what are you currently grepping for? Looking at one of my alert logs I see likely strings "Shutting down instance" and "Starting ORACLE instance".Thanks found it! Fixed grep.. we're now monitoring for this. Appreciate the advice!

Similar Messages

  • NWDS : Problems during startup. Check the".log" file in "metadata" of your workspace.

    Hi,
    NWDS version : Version 7.0.17
    I am unable to open NWDS.
    While opening the NWDS i see an pop-up message saying below :
    I have serached in forums and tried with the following steps :
    1) Deleted .metadata file in Workspace, restarted my system. (Issues still persists)
    2) Checked in Task manager if any instance is running Ex : "SAPIDE.exe"
    In the Log file i see that there are few plugins missing as below :
    !SESSION Dec 01, 2012 11:17:11.267 ---------------------------------------------
    java.version=1.6.0_26
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86 -feature com.sap.java.ide - data E:\Workspace C:\Program Files\Java\jdk1.6.0_26\bin\javaw.exe
    -Xmx512m
    -Xms128m
    -XX:PermSize=32m
    -XX:MaxPermSize=128m
    -DallUserDir='C:\Documents and Settings\All Users\Application Data'
    -cp C:\Program Files\SAP\IDE\IDE70\eclipse\SapStartup.jar com.sap.ide.eclipse.startup.Main
    -os win32
    -ws win32
    -arch x86
    -feature com.sap.java.ide
    -showsplash C:\Program Files\SAP\IDE\IDE70\eclipse\SapIde.exe -showsplash 600
    - data E:\Workspace  -data E:\Workspace -install file:C:/Program Files/SAP/IDE/IDE70/eclipse/
    !ENTRY org.eclipse.core.runtime 2 1 Dec 01, 2012 11:17:11.283
    !MESSAGE Problems encountered loading the plug-in registry.
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Dec 01, 2012 11:17:11.283
    !MESSAGE Plug-in "com.sap.tc.jtools.jlin.core" was disabled due to missing or disabled prerequisite plug-in "com.sap.tc.jtools.util".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Dec 01, 2012 11:17:11.283
    !MESSAGE Plug-in "com.sap.tc.jtools.jlin.java" was disabled due to missing or disabled prerequisite plug-in "com.sap.tc.jtools.jlin.core".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Dec 01, 2012 11:17:11.283
    !MESSAGE Unable to satisfy prerequisite constraint from "com.sap.tc.jtools.jlin.devel" to "com.sap.tc.jtools.jlin.core".
    !SUBENTRY 1 org.eclipse.core.runtime 2 1 Dec 01, 2012 11:17:11.283
    !MESSAGE Unable to satisfy prerequisite constraint from "com.sap.tc.jtools.jlin.ui" to "com.sap.tc.jtools.jlin.core".
    !SESSION ----------------------------------------------------------------------
    !ENTRY org.eclipse.core.launcher 4 0 Dec 01, 2012 11:17:19.885
    !MESSAGE Exception launching the Eclipse Platform:
    !STACK
    java.lang.NoClassDefFoundError: org/eclipse/ui/IStartup
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClass(DelegatingURLClassLoader.java:922)
    at org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSelf(PluginClassLoader.java:166)
    at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf(DelegatingURLClassLoader.java:485)
    at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:882)
    at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:862)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:700)
    at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:188)
    at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin(PluginClassLoader.java:112)
    at org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSelf(PluginClassLoader.java:185)
    at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf(DelegatingURLClassLoader.java:485)
    at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:882)
    at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:862)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:130)
    at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:167)
    at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:103)
    at org.eclipse.core.internal.runtime.InternalPlatform.loaderGetRunnable(InternalPlatform.java:578)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.core.internal.boot.InternalBootLoader.getRunnable(InternalBootLoader.java:471)
    at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:854)
    at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
    at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
    at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Caused by: java.lang.ClassNotFoundException: org.eclipse.ui.IStartup
    at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:866)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ... 41 more
    Any suggestions will be appreciated!
    Best Regards,
    KC

    Have you tried this: http://help.sap.com/saphelp_nw04/helpdata/en/9d/eb813f0e614a18e10000000a114084/content.htm
    Pass the VM as a argument. Make sure it is 32 bit, for NWDS 7.0 a JDK 1.4 should be used. Easiest way to try it out is to open the shell:
    cmd
    navigate to the directory of NWDS and enter:
    SapIde.exe vm "C:\path\to\java\bin\javaw.exe"

  • Issue with server startup - no errors, the logging just stops

    Hello, we are seeing the following logs in our second node instance of Weblogic. I have Wily and can see that the second instance (jvm) never comes up. Below is the log in it's entirety and as you can see, there is nothing after the line: <Dec 17, 2009 12:27:32 AM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.2.0-131-78843-1.5.0_10-20070320-1457-windows-ia32 from BEA Systems, Inc.>
    Is there any debugging or other server settings we can make to see what's happening? It can take restarting the box a few times for this to come up correctly.
    LOG output:
    <Dec 17, 2009 12:27:26 AM> <Info> <NodeManager> <Starting WebLogic server with command line: E:\bea\user_projects\domains\omnimanager\bin\startWebLogic.cmd >
    <Dec 17, 2009 12:27:27 AM> <Debug> <NodeManager> <Environment: ADMIN_URL=http://10.64.205.28:7001>
    <Dec 17, 2009 12:27:27 AM> <Debug> <NodeManager> <Environment: SERVER_NAME=AdminWeb-Server-2>
    <Dec 17, 2009 12:27:27 AM> <Debug> <NodeManager> <Environment: JAVA_OPTIONS=-Dweblogic.system.BootIdentityFile=E:\bea\user_projects\domains\omnimanager\servers\AdminWeb-Server-2\data\nodemanager\boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -javaagent:E:\wily\Agent.jar -Dcom.wily.introscope.agentProfile=E:\wily\IntroscopeAgent_prod_tc5207-n2_ms_2.profile>
    <Dec 17, 2009 12:27:27 AM> <Info> <NodeManager> <Working directory is "E:\bea\user_projects\domains\omnimanager">
    <Dec 17, 2009 12:27:27 AM> <Info> <NodeManager> <Server output log file is "E:\bea\user_projects\domains\omnimanager\servers\AdminWeb-Server-2\logs\AdminWeb-Server-2.out">
    JAVA Memory arguments: -Xms1g -Xmx2g
    WLS Start Mode=Development
    CLASSPATH=E:\AdminWeb\conf;E:\bea\weblogic92\server\lib\xalan-2.5.1.jar;E:\bea\weblogic92\server\lib\xercesImpl-2.7.1.jar;E:\wily\WebAppSupport.jar;E:\bea\patch_weblogic922\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\bea\JROCKI~1\lib\tools.jar;E:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;E:\bea\WEBLOG~1\server\lib\weblogic.jar;E:\bea\WEBLOG~1\server\lib\webservices.jar;;E:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient51.jar;E:\bea\WEBLOG~1\server\lib\xqrl.jar;;;
    PATH=E:\bea\patch_weblogic922\profiles\default\native;E:\bea\WEBLOG~1\server\native\win\32;E:\bea\WEBLOG~1\server\bin;E:\bea\JROCKI~1\jre\bin;E:\bea\JROCKI~1\bin;E:\bea\WEBLOG~1\server\native\win\32;E:\bea\WEBLOG~1\server\bin;E:\bea\JROCKI~1\jre\bin;E:\bea\JROCKI~1\bin;E:\bea\WEBLOG~1\server\native\win\32\oci920_8;C:\Program Files\EMC\PowerPath\;C:\Program Files\HP\NCU;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\System Center Operations Manager 2007\;C:\Program Files\Windows Imaging\;E:\bea\WEBLOG~1\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.5.0_10"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
    BEA JRockit(R) (build R27.2.0-131-78843-1.5.0_10-20070320-1457-windows-ia32, compiled mode)
    Starting WLS with line:
    E:\bea\JROCKI~1\bin\java -jrockit -Xms1g -Xmx2g -Dweblogic.system.BootIdentityFile=E:\bea\user_projects\domains\omnimanager\servers\AdminWeb-Server-2\data\nodemanager\boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -javaagent:E:\wily\Agent.jar -Dcom.wily.introscope.agentProfile=E:\wily\IntroscopeAgent_prod_tc5207-n2_ms_2.profile -Xverify:none -da -Dplatform.home=E:\bea\WEBLOG~1 -Dwls.home=E:\bea\WEBLOG~1\server -Dwli.home=E:\bea\WEBLOG~1\integration -Dweblogic.management.discover=false -Dweblogic.management.server=http://10.64.205.28:7001 -DOMNI_INI_DIR=E:\AdminWeb\omniconnect\ -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=E:\bea\patch_weblogic922\profiles\default\sysext_manifest_classpath -Xrs -Dweblogic.Name=AdminWeb-Server-2 -Djava.security.policy=E:\bea\WEBLOG~1\server\lib\weblogic.policy weblogic.Server
    <Dec 17, 2009 12:27:32 AM EST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    E:\bea\weblogic92\platform\lib\p13n\p13n-schemas.jar;E:\bea\weblogic92\platform\lib\p13n\p13n_common.jar;E:\bea\weblogic92\platform\lib\p13n\p13n_system.jar;E:\bea\weblogic92\platform\lib\wlp\netuix_common.jar;E:\bea\weblogic92\platform\lib\wlp\netuix_schemas.jar;E:\bea\weblogic92\platform\lib\wlp\netuix_system.jar;E:\bea\weblogic92\platform\lib\wlp\wsrp-common.jar>
    <Dec 17, 2009 12:27:32 AM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.2.0-131-78843-1.5.0_10-20070320-1457-windows-ia32 from BEA Systems, Inc.>

    You'll have to talk to the Xpress Connect people, perhaps it requires a update.
    Mac's connect automatically to encrypted networks if it's stored in the keychain, provided they are not hidden and not WEP Encrypted networks since that's worthless standard now.

  • IWDClientUser Object for Other  User not the Logged In one

    Hi
    I am using Uploading a file to KM using Webdynpro,
    But i don't have permissions for all the users to create file in KM
    Now,
    in the program irrespective of the logged in user, i want to get
    IResourceContext object for different user who have the permissions.
    so that i can create a file in KM.
    I am using the code.
    IWDClientUser wdClientUser = WDClientUser.getClientUser("J2EE_ADMIN");
    com.sap.security.api.IUser sapUser = wdClientUser.getSAPUser();
    com.sapportals.portal.security.usermanagement.IUser ep5User = WPUMFactory.getUserFactory().getEP5User(sapUser);
    IResourceContext resourceContext = new ResourceContext(ep5User);
    the first statement is fetching IWDClientUser Object as the logged in user but not the J2EE_ADMIN.
    Need Help!!.
    Regards
    Abhimanyu L
    Message was edited by:
            Abhimanyu Lagishetti

    Solved
    There are service Users in portal i have used cmadmin_service user instead j2ee_admin and it works.
    Regards
    Abhimanyu L

  • Jabber for windows only allows the logged-in AD user to log into his jabber account only

    Hello gang,  
    I have this strange issue with jabber for windows 10.5.  So if you log into a pc with your microsoft active directory domain account and try to log into jabber with the same user credentials, you can log-in fine. However, if you try to log into another jabber account that is different from the AD account that you are logged into the pc with, you will not be able to log into jabber.  You will just get an error from jabber that says that your credentials are incorrect. I actually deleted the jabber folders in the  local and roming data folders, thinking that maybe it was caching the password but even that did not help.
    Has anyone seen this problem before?

    I've also experienced this.  If you are logged in as a local user on the computer you can switch to any other Jabber user, but if you are logged into your computer with a domain/AD account you cannot login as a different user, only the domain user that is signed into the computer can login to Jabber.  Does anybody know of a workaround or fix?  Is this a setting that can be changed?  

  • Approximate time needed for normal shutdown of the instance

    how to figure out how much time needed to stop the oracle instance?
    do the oracle "shutdown immediate" in case when OS is shutting down or "shutdown normal"?
    What will be the result if there are still long-running transactions when OS shutdown initiated?

    Anton Kharus wrote:
    how to figure out how much time needed to stop the oracle instance?
    By measuring the shutdown timings from time to time.
    do the oracle "shutdown immediate" in case when OS is shutting down or "shutdown normal"?
    What will be the result if there are still long-running transactions when OS shutdown initiated?
    Oracle is only shutdown at a system shutdown if you configure shutdown scripts to do so.
    Depending on the OS you have these scripts must be placed somewhere in /etc/rc?.d or /sbin/rc?.d
    It is ofcourse depending on the shutdown type, and the amount of running session.
    Shutdown normal will wait until all users have disconnected
    Shutdown immediate will wait until all users have ended their running statement
    Shutdown transactional will wit for users to and an active transaction
    Shutdown abort will not wait, but leave the database in a to-be recovered state.
    Shutdown abort should only be used in case all other shutdown commands do not work, or there has been some kind of error leaving some database processes running.
    HTH,
    FJFranken
    My Blog: http://managingoracle.blogspot.com

  • ORA-01031: insufficient privileges for STARTUP/SHUTDOWN TRIGGERS

    Hi,
    I given these 2 privs to scott still i am getting ORA-01031
    GRANT administer DATABASE TRIGGER TO scott;
    grant create any trigger to scott;
    CREATE OR REPLACE TRIGGER shut_db before shutdown on database
    ERROR at line 1:
    ORA-01031: insufficient privileges
    anything i missed ?
    Thanks
    Prakash

    Hi,
    Can you try logout and login and try again?
    i have 10.2.0.1 and it worked for me
    As user SCOTT
    TEST10.UTAC.COM.SG$SCOTT> CREATE OR REPLACE TRIGGER shut_db before shutdown on database
      2  begin
      3  null;
      4  end;
      5  /
    CREATE OR REPLACE TRIGGER shut_db before shutdown on database
    ERROR at line 1:
    ORA-01031: insufficient privilegesOn another window with user SYS
    TEST10.UTAC.COM.SG$SYS> GRANT administer DATABASE TRIGGER TO scott;
    Grant succeeded.On the first window of SCOTT (did not logout and login)
    TEST10.UTAC.COM.SG$SCOTT> CREATE OR REPLACE TRIGGER shut_db before shutdown on database
      2  begin
      3  null;
      4  end;
      5  /
    Trigger created.Salman

  • Script for gather and store the log running queries details in a table?

    Hi All,
    Please suggest the best query that gather and store the long running queries details in a table.
    Thanks,
    rup

    The below links would help you...
    Ben Snaidero
    performance-dashboard

  • Slow startup/shutdown on WL

    Hi,
    We're having a performance issue starting/shutting down weblogic 8.1.1 on Solaris 8 on a Sunfire V240 with 4Gb of memory. it takes an average of 15-20 minutes to start the application using command line start.
    Here is some background on the environment:
    A. Start with java args :
    -Xms1536m -Xmx1536m MaxPermSize=128m NewSize=256m MaxNewSize=256m SurvivorRation=8.
    B. There is a cron job that starts/stops then imports at night. The shutdown is also slow, so after 2 minutes of attempted FORCESHUTDOWN, we do a 'kill -9' on the process. My guess is that there is still a transcation that needs to finish ( some are fairly large ), and so FORCESHUTDOWN doesnt complete in 2min.
    C. There are multiple applications on the server, but even if we remove one of them ( the second ), startup/shutdown takes the same time to start. The second app depends on the first, so we havent removed the first one
    D. There have been some database issues as well, running out of database connections. This is due to Connections not being closed, and we are correcting that issue right now, and is not complete.
    E. Most of the time, the logs hang on the last statement below in the logs. However, I don't see any consistency in what follows the BEA-101133 message in the logs.
    I apologize in advance for asking more than one item in a post, but I have multiple questions that I believe might be related to the slow startup:
    1. Will running 'kill -9' on the process have an impact on the startup of WL, as it is trying to recover or restore connections or resources?
    2. Once the database connection issues are cleared up ( working on them now), should startup time increase?
    3. Any other suggestions to increase the startup time of WL?
    ####<Apr 26, 2008 6:44:13 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:13 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:14 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:16 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:16 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:16 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:16 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:16 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:17 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<Apr 26, 2008 6:44:17 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for
    connection in specified pool "ds.oem".>
    ####<Apr 26, 2008 6:44:17 AM EST> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000628> <Created "10" resources for pool
    "ds.oem", out of which "10" are available and "0" are unavailable.>
    ####<Apr 26, 2008 6:44:17 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named ds.oem.>
    ####<Apr 26, 2008 6:44:17 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named ds.im for
    Pool ds.im.>
    ####<Apr 26, 2008 6:44:18 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named ds.nice for Pool ds.nice.>
    ####<Apr 26, 2008 6:44:18 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named ds.core for Pool ds.core.>
    ####<Apr 26, 2008 6:44:18 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named ds.oem for Pool ds.oem.>
    ####<Apr 26, 2008 6:44:19 AM EST> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named ds.wf for
    Pool ds.wf.>
    ####<Apr 26, 2008 6:44:19 AM EST> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory
    "jms.ds.TopicConnectionFactory" is started.>
    ####<Apr 26, 2008 6:44:19 AM EST> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040054> <JMSServer "JMServ". No persistent store
    configured.>
    ####<Apr 26, 2008 6:44:20 AM EST> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040321> <JMSServer "JMServ" is resuming.>
    ####<Apr 26, 2008 6:44:21 AM EST> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040010> <JMSServer "JMServ" configured no session pools.>
    ####<Apr 26, 2008 6:44:22 AM EST> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040109> <JMSServer "JMServ" is started.>
    ####<Apr 26, 2008 6:44:22 AM EST> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server mysrv.>
    tializing Web server mysrv.>

    First of all I apologize for the late response, and thank you for the replies.
    Here is the WebLogic log file from startup. Note there is a lag of between 10:20 and 11:13. I'm not sure of the cause of this, and any hints or resolutions would be appreciated.
    Looks like the slowness is occuring when initializing the web server. Both the Apache web server and Weblogic application server reside on the same machine, so it's not a firewall issue.
    ####<May 11, 2008 10:11:36 AM GMT> <Notice> <WebLogicServer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000327> <Starting WebLogic Admin Server "mysrv" for domain "jmssrv">
    ####<May 11, 2008 10:11:36 AM GMT> <Info> <WebLogicServer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000214> <WebLogic Server "mysrv" version:
    WebLogic Temporary Patch for CR105892 05/29/2003 16:47:19
    WebLogic Server 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009
    WebLogic XMLX Module 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009 (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    ####<May 11, 2008 10:11:36 AM GMT> <Info> <WebLogicServer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000215> <Loaded License : /opt/oss/bea/license.bea>
    ####<May 11, 2008 10:11:36 AM GMT> <Info> <RJVM> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000570> <Network Configuration for Channel "mysrv"
    Listen Address          *
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<May 11, 2008 10:11:37 AM GMT> <Debug> <RJVM> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000571> <Network Configuration Detail for Channel "mysrv"
    Channel Weight          50
    Accept Backlog          50
    Login Timeout          5000ms
    Max Message Size     10000000
    Message Timeout     60s
    Idle Timeout          65s
    Tunneling Timeout     40s
    Tunneling Ping          45s>
    ####<May 11, 2008 10:11:39 AM GMT> <Info> <XML> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-130036> <Initializing XMLRegistry.>
    ####<May 11, 2008 10:11:41 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001135> <Initializing the JDBC service.>
    ####<May 11, 2008 10:11:48 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001137> <Initialization complete.>
    ####<May 11, 2008 10:11:51 AM GMT> <Info> <Connector> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-190000> <Initializing J2EE Connector Service>
    ####<May 11, 2008 10:11:56 AM GMT> <Info> <Connector> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<May 11, 2008 10:11:56 AM GMT> <Info> <IIOP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-002014> <IIOP subsystem enabled.>
    ####<May 11, 2008 10:11:57 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040090> <Deployed 5 default connection factories.>
    ####<May 11, 2008 10:11:58 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<May 11, 2008 10:12:00 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101128> <Initializing HTTP services.>
    ####<May 11, 2008 10:12:00 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server mysrv.>
    ####<May 11, 2008 10:12:01 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101052> <[HTTP mysrv] Initialized>
    ####<May 11, 2008 10:12:01 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101135> <mysrv is the default Web server.>
    ####<May 11, 2008 10:12:02 AM GMT> <Info> <J2EE> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-160037> <J2EE service initializing.>
    ####<May 11, 2008 10:12:04 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149207> <Initializing.>
    ####<May 11, 2008 10:12:05 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:12:06 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:12:07 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:12:08 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:12:10 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module console of application console is transitioning from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:12:11 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module console of application console successfully transitioned from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:12:11 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:19:02 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:19:04 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal2 of application wl_management_internal2 is transitioning from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:19:08 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal2 of application wl_management_internal2 successfully transitioned from unprepared to prepared on server mysrv.>
    ####<May 11, 2008 10:19:08 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:08 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:08 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:09 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:11 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module console of application console is transitioning from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:11 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module console of application console successfully transitioned from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:14 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:14 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:14 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal2 of application wl_management_internal2 is transitioning from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:14 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal2 of application wl_management_internal2 successfully transitioned from prepared to active on server mysrv.>
    ####<May 11, 2008 10:19:14 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149208> <Initialization Complete.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JTA> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-110441> <Opening transaction log with driver version "j1.0" and synchronous write policy "Cache-Flush". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean javadoc or console online help.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001138> <Resuming the JDBC service.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001140> <Resume complete.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultXAConnectionFactory" is started.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "QueueConnectionFactory" is started.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "MessageDrivenBeanConnectionFactory" is started.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultConnectionFactory" is started.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "TopicConnectionFactory" is started.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <JMS> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-040306> <JMS service is active now.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101129> <Initializing the Web application container.>
    ####<May 11, 2008 10:19:15 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101239> <HTTP log rotation is date based for the Web server: mysrv.>
    ####<May 11, 2008 10:19:17 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101243> <HTTP log rotation scheduled to begin at: Mon May 12 10:19:17 GMT 2008. Rotation taking place every: 1440 minutes for the Web server: mysrv.>
    ####<May 11, 2008 10:19:17 AM GMT> <Info> <HTTP> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-101051> <[HTTP mysrv] started>
    ####<May 11, 2008 10:19:17 AM GMT> <Info> <WebService> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-220031> <The server does not support reliable SOAP messaging.>
    ####<May 11, 2008 10:19:18 AM GMT> <Info> <WebService> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<May 11, 2008 10:19:18 AM GMT> <Info> <Deployer> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-149209> <Resuming.>
    ####<May 11, 2008 10:19:18 AM GMT> <Notice> <SNMP Agent> <myservername> <mysrv> <SNMP Service Thread> <<WLS Kernel>> <> <000000> <The SNMP trap version is 1>
    ####<May 11, 2008 10:19:18 AM GMT> <Info> <SNMP Agent> <myservername> <mysrv> <SNMP Service Thread> <<WLS Kernel>> <> <000000> <SNMP agent is initializating ...>
    ####<May 11, 2008 10:19:18 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000626> <Free resources in pool "ds.core" will be tested every "30" seconds.>
    ####<May 11, 2008 10:19:19 AM GMT> <Info> <SNMP Agent> <myservername> <mysrv> <SNMP Service Thread> <<WLS Kernel>> <> <000000> <SNMP Agent Initialization Complete.
    Sending generic coldStart trap ...>
    ####<May 11, 2008 10:19:24 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:25 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:26 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:26 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:27 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:27 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:27 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:28 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:29 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:29 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:29 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:29 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:32 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:32 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:32 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:32 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:33 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:33 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:33 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.core" created.>
    ####<May 11, 2008 10:19:33 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.core".>
    ####<May 11, 2008 10:19:33 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000628> <Created "10" resources for pool "ds.core", out of which "10" are available and "0" are unavailable.>
    ####<May 11, 2008 10:19:33 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named ds.core.>
    ####<May 11, 2008 10:19:33 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000626> <Free resources in pool "ds.wf" will be tested every "30" seconds.>
    ####<May 11, 2008 10:19:34 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.wf" created.>
    ####<May 11, 2008 10:19:34 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.wf".>
    ####<May 11, 2008 10:19:34 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000628> <Created "1" resources for pool "ds.wf", out of which "1" are available and "0" are unavailable.>
    ####<May 11, 2008 10:19:34 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named ds.wf.>
    ####<May 11, 2008 10:19:34 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000626> <Free resources in pool "ds.nice" will be tested every "30" seconds.>
    ####<May 11, 2008 10:19:36 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:36 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:36 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:36 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:37 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:37 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:38 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:38 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:38 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:38 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:38 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:38 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:39 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:39 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:45 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:45 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:46 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:46 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:47 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.nice" created.>
    ####<May 11, 2008 10:19:47 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.nice".>
    ####<May 11, 2008 10:19:47 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000628> <Created "10" resources for pool "ds.nice", out of which "10" are available and "0" are unavailable.>
    ####<May 11, 2008 10:19:48 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named ds.nice.>
    ####<May 11, 2008 10:19:48 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000626> <Free resources in pool "ds.oem" will be tested every "30" seconds.>
    ####<May 11, 2008 10:19:52 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:19:52 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:19:53 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:19:53 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:19:53 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:19:53 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:19:54 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:19:54 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:19:54 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:19:56 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:19:56 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:19:56 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:19:57 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:19:57 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:20:00 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:20:00 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.oem" created.>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.oem".>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000628> <Created "10" resources for pool "ds.oem", out of which "10" are available and "0" are unavailable.>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named ds.oem.>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000626> <Free resources in pool "ds.im" will be tested every "30" seconds.>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:01 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:02 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:02 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:04 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:04 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:04 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:04 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:08 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:08 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:08 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:08 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:09 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:13 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:14 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:14 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:15 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:15 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:16 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001072> <Connection for XA pool "ds.im" created.>
    ####<May 11, 2008 10:20:16 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001133> <Statement caching not enabled for connection in specified pool "ds.im".>
    ####<May 11, 2008 10:20:17 AM GMT> <Info> <Common> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-000628> <Created "10" resources for pool "ds.im", out of which "10" are available and "0" are unavailable.>
    ####<May 11, 2008 10:20:17 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001124> <Created Connection Pool named ds.im.>
    ####<May 11, 2008 10:20:18 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <>
    <BEA-001121> <Created TX Data Source named ds.nice for Pool ds.nice.>
    ####<May 11, 2008 10:20:19 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <BEA-001121> <Created TX Data Source named ds.wf for Pool ds.wf.>
    ####<May 11, 2008 10:20:19 AM GMT> <Info> <JDBC> <myservername> <mysrv> <main> <<WLS Kernel>> <> <B

  • Lifecycle functionality for startup class at ear level

    Hi,
    I've searched and searched and read through a great deal of the R3 (10.1.3)documentation, looking for the ability to initialize a thread/class at application startup time at the ear level. I see where it is documented how to initialize a servlet at application startup using the "load-on-startup" tag, however, I have been unable to find any documentation outlining how to do so at the ear/EJB container level.
    Is my only option to put together a servlet that calls/starts my ejb level class/thread and then configure that servlet for "load-on-startup"?

    Lest you thought nobody has looked at your post, here I am, with a negative answer though. I do not think there is a lifecycle functionality for startup/shutdown class at ear level in oc4j. There are startup/shutdown classes that are called after OC4J initializes or before OC4J terminates, which is not what you are looking for either.

  • KE28 Top-down distribution for only part of the Value Field

    Hi Experts,
    We have a situation where we will make manual postings in CO-PA through KE21N. Part of this postings will be at the lowest detailed level and part will be for a more summarized level od characteristics. All the postings will flow to the same value field.
    We need to make a top-down distribution only for the postings that were made in a summarized level, because the other postings already have the details that we need.
    Is it possible?
    Kind Regards
    Mayumi Blak

    Hi Venkata,
    Please note that :-
    you can not distribute to a characteristic that already contains a
    value.  Please see note 77476.  If you want to distribute to eg.
    profit center, then the characteristic must be initial (in the data
    to be distributed).
    In the case where the log showed "number of receivers" but no line
    written is a common problem in transaction KE28 logged by customers.
    One example is that, if the amount of line items is 0.00 for all the
    receivers, no line item will be written.
    No values in reference data:
    If there are no values in reference data for some segments (see the
    log). No records are posted (segments which were distributed, but
    their value is zero i.e. there is no value to be distributed, are not
    posted).
    No initial values in the distribution level (ie. # - non assigned)
    in each of the characteristics in distribution level.
    Kind Regards,
    Abhisek Patnaik,

  • Reshipping the log files to logical standby

    Hi All
    I am getting this error in the logical standby "ORA-01291: missing logfile" . The problem I had some wrong configuration in "standby_archive_dest" parameter in the logical database but I fixed it and now I need to reship the logfiles from primary to logical standby. I am using ASM in the primary and logical standby as well and I did NOT turn on the flash back in both side. Is there any way for me to reship the log files from the primary to the logical standby ?
    Thanks

    user12302159 wrote:
    Hi All
    I am getting this error in the logical standby "ORA-01291: missing logfile" . The problem I had some wrong configuration in "standby_archive_dest" parameter in the logical database but I fixed it and now I need to reship the logfiles from primary to logical standby. I am using ASM in the primary and logical standby as well and I did NOT turn on the flash back in both side. Is there any way for me to reship the log files from the primary to the logical standby ?
    ThanksIf you have set FAL_CLIENT and FAL_SERVER correctly, then the missing archives should be transferred automatically to standby database.
    http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10726/appconfig.htm#g635923
    Regards,
    S.K.

  • Shell Script  for Startup and Shutdown the database

    Hi,
    i want Shell Script for Startup and Shutdown the database in Solaries.
    could any one can hep me where i can get this script. or send to me to [email protected]
    Thanks & Regards,
    Gangi reddy

    SHUTDOWN
    SHUTDOWN ABORT]
    Shuts down a currently running Oracle instance, optionally closing and dismounting a database.
    Terms
    Refer to the following list for a description of each term or clause:
    ABORT
    Proceeds with the fastest possible shutdown of the database without waiting for calls to complete or users to disconnect.
    Uncommitted transactions are not rolled back. Client SQL statements currently being processed are terminated. All users currently connected to the database are implicitly disconnected and the next database startup will require instance recovery.
    You must use this option if a background process terminates abnormally.
    IMMEDIATE
    Does not wait for current calls to complete or users to disconnect from the database.
    Further connects are prohibited. The database is closed and dismounted. The instance is shutdown and no instance recovery is required on the next database startup.
    NORMAL
    NORMAL is the default option which waits for users to disconnect from the database.
    Further connects are prohibited. The database is closed and dismounted. The instance is shutdown and no instance recovery is required on the next database startup.
    TRANSACTIONAL [LOCAL]
    Performs a planned shutdown of an instance while allowing active transactions to complete first. It prevents clients from losing work without requiring all users to log off.
    No client can start a new transaction on this instance. Attempting to start a new transaction results in disconnection. After completion of all transactions, any client still connected to the instance is disconnected. Now the instance shuts down just as it would if a SHUTDOWN IMMEDIATE statement was submitted. The next startup of the database will not require any instance recovery procedures.
    The LOCAL mode specifies a transactional shutdown on the local instance only, so that it only waits on local transactions to complete, not all transactions. This is useful, for example, for scheduled outage maintenance.
    Usage
    SHUTDOWN with no arguments is equivalent to SHUTDOWN NORMAL.
    You must be connected to a database as SYSOPER, or SYSDBA. You cannot connect via a multi-threaded server. For more information about connecting to a database, see the CONNECT command earlier in this chapter.
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a90842/ch13.htm#1013607
    Joel Pérez

  • Startup/Shutdown script for OBIEE 11g on Linux

    Hi all,
    as a follow-up to [url http://forums.oracle.com/forums/thread.jspa?messageID=4546010]an earlier thread by some fine gentleman, I have improved the original startup/shutdown script for Linux a bit, making sure that all processes are handled correctly. The script has been tested and works fine on CentOS 5.5 with Oracle BI 11.1.1.3.0 in a clustered configuration. Instructions:
    Manual start/stop:
    > service obiee start
    > service obiee stop
    > service obiee status
    Automatic start/stop during boot sequence:
    > chkconfig --add obiee
    > chkconfig obiee on
    Note that in order for the procedure to go through smoothly, you need to provide the admin credentials (username/password, defaulting to weblogic/weblogic) in three different places:
    1. In configuration file <FMW_HOME>/user_projects/domains/<domain name>/servers/AdminServer/security/boot.properties for the administration server;
    2. In script <FMW_HOME>/user_projects/domains/<domain name>/bin/startManagedWebLogic.sh (variables WLS_USER and WLS_PW) for the managed server;
    3. In the startup script itself (variables BIEE_USER and BIEE_PASSWD) for shutting down the managed server.
    Complete logs are available in /var/log/obiee-start (-stop).log files.
    Please comment as necessary,
    Chris
    #!/bin/bash
    # File:    /etc/init.d/obiee
    # Purpose: Start and stop Oracle Business Intelligence 11g components.
    # chkconfig: 2345 99 10
    # description: Manage OBIEE service.
    # These values must be adapted to your environment.
    ORACLE_OWNR=oracle                  # Local Unix user running OBIEE
    ORACLE_FMW=/home/oracle/biee        # Deployment root directory
    BIEE_USER=<username>                # BIEE administrator name
    BIEE_PASSWD=<password>              # BIEE administrator password              
    BIEE_DOMAIN=<domain name>           # Domain name
    BIEE_INSTANCE=instance1             # Instance name
    BIEE_SERVER=bi_server1              # Server name
    BIEE_MANAGER_URL=<hostname>:7001    # Admin server URL (hostname:port)   
    # These should require no change.
    WL_PATH=$ORACLE_FMW/wlserver_10.3/server/bin
    BIEE_PATH=$ORACLE_FMW/user_projects/domains/$BIEE_DOMAIN/bin
    ORACLE_INSTANCE=$ORACLE_FMW/instances/$BIEE_INSTANCE
    export ORACLE_INSTANCE
    START_LOG=/var/log/obiee-start.log
    STOP_LOG=/var/log/obiee-stop.log
    SUBSYS=obiee
    start() {
        echo "********************************************************************************"
        echo "Starting Admin Server on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$BIEE_PATH/startWebLogic.sh" &
        wait_for "Server started in RUNNING mode"
        echo "********************************************************************************"
        echo "Starting Node Manager on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$WL_PATH/startNodeManager.sh" &
        wait_for "socket listener started on port"
        echo "********************************************************************************"
        echo "Starting Managed Server $BIEE_SERVER on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$BIEE_PATH/startManagedWebLogic.sh $BIEE_SERVER http://$BIEE_MANAGER_URL" &
        wait_for "Server started in RUNNING mode"
        echo "********************************************************************************"
        echo "Starting BI components on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$ORACLE_INSTANCE/bin/opmnctl startall"
        echo "********************************************************************************"
        echo "OBIEE start sequence completed on $(date)"
        echo "********************************************************************************"
    stop() {
        echo "********************************************************************************"
        echo "Stopping BI components on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$ORACLE_INSTANCE/bin/opmnctl stopall"
        echo "********************************************************************************"
        echo "Stopping Managed Server $BIEE_SERVER on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$BIEE_PATH/stopManagedWebLogic.sh $BIEE_SERVER t3://$BIEE_MANAGER_URL $BIEE_USER $BIEE_PASSWD"
        echo "********************************************************************************"
        echo "Stopping Node Manager on $(date)"
        echo "********************************************************************************"
        pkill -TERM -u $ORACLE_OWNR -f "weblogic\\.NodeManager"
        echo "********************************************************************************"
        echo "Stopping Admin Server on $(date)"
        echo "********************************************************************************"
        su $ORACLE_OWNR -c "$BIEE_PATH/stopWebLogic.sh"
        echo "********************************************************************************"
        echo "OBIEE stop sequence completed on $(date)"
        echo "********************************************************************************"
    wait_for() {
        res=0
        while [[ ! $res -gt 0 ]]
        do
            res=$(tail -5 "$START_LOG" | fgrep -c "$1")
            sleep 5
        done
    case "$1" in
        start)
            echo "********************************************************************************"
            echo "Starting Oracle Business Intelligence on $(date)"
            echo "Logs are sent to $START_LOG"
            echo "********************************************************************************"
            start &> $START_LOG &
            touch /var/lock/subsys/$SUBSYS
        stop)
            echo "********************************************************************************"
            echo "Stopping Oracle Business Intelligence on $(date)"
            echo "Logs are sent to $STOP_LOG"
            echo "********************************************************************************"
            stop &> $STOP_LOG
            rm -f /var/lock/subsys/$SUBSYS
        status)
            echo "********************************************************************************"
            echo "Oracle BIEE components status...."
            echo "********************************************************************************"
            su $ORACLE_OWNR -c "$ORACLE_INSTANCE/bin/opmnctl status"
        restart)
            $0 stop
            $0 start
            echo "Usage: $(basename $0) start|stop|restart|status"
            exit 1
    esac
    exit 0

    You can use WLST to start/stop BI Services and it works on both Linux and Windows.
    Following link has the sample -
    http://download.oracle.com/docs/cd/E21764_01/bi.1111/e10541/admin_api.htm#CDEFAHDD

  • TREX startup/shutdown script for Windows 2003

    Hi ,
    I am looking for a script that would do a startup/shutdown of TREX servers/services on  Windows 2003.  I am not sure if I have posted this on the right forum.  Also, why is the TREX hanging and going into a dormant mode when not used?
    Is there a SAP note for the above.
    Would really appreciate any assistance.
    Thank you.
    Ramesh Srinivasan.

    Hi again,
    sorry my bad, I misunderstood your question. Indeed what the script does now is wait for the different components of BIEE to start and stop, whatever time they take for that. On my system (a dual-quad DL380 with 64GB RAM) the whole process still takes about 4 min. However this should not be too much of a pb to you since this BI reboot operations should really be exceptional, not much more frequent than system or database reboots in fact.
    On the other hand the BI processes restart from within Fusion Middleware Control are much more frequent and should be much quicker (about a couple dozen seconds).
    Maybe by looking at the startup logs (/var/log/obiee-start.log) you may identify some time-consuming operation. I remember that during initial setup I had some long timeouts when the managed server tried to contact the admin server on port 7001 and could not for whatever reason (firewall for instance). One thing to do might be to watch the startup process in real time by monitoring the log file (tail -f /var/log/obiee-start.log).
    Hope this helps,
    Chris

Maybe you are looking for

  • Apps allways wanting to install on 64 bit linux

    Ive got Air installed on 64bit Ubuntu by following the instrcutions here i then went and installed BBC iplayer everything worked fine. but when i try to download somthing from bbc iplayer, it says that i need to install the app, I click ok and air re

  • Returning a ZERO on Slow-Moving Item without transaction

    Hi all, Via a multi-provider, we have implemented several slow-moving item in our reports, eg we return all the value of some dimensions whether we have transaction or not on these dimension values. Now for dimension value for which we have no transa

  • JSF 2.0 tag library as distributed is incomplete?

    Hi all, I've spent a good chunk of 2 days at this and i'm pulling my hair out as i speak. I've installed mojarra 2.0.3 FCS in my Netbeans 6.7.1 installation. I now tried to use the <h:head> tag but for some reason, i keep getting a "org.xml.sax.SAXEx

  • Way of using EL.

    Hello. I'm wroking on my assignment,now. And I found my way of using expresion language is wrong.... I use HashMap and I put elements like below. String username = request.getParameter("username"); String userpage = request.getParameter("pagename");

  • 802.1ac Client Issue

    I have the new Apple Airport Time Capsule as my router, being fed from a Comcast cable modem. As you know, the Apple TC is dual band capable and can provide 802.1ac wireless connectivity. I also have an Apple Airport Express located upstairs that doe