Oracle export process eating up 95-99% of server cpu

Hi Everyone,
I noticed that my export process is eating a huge amount of the server's cpu resources.
Is there a way to control the resources allocated to my export process?
thanks

>Isn't that spinning and CPU usage ?
Yes. No. Spinning on a latch means that the process is in wait state - waiting to access the resource. It means that every now and then, the process will check the resource state to determine if it can obtain access to it.
Does "spinning" eat up CPU time? Typically not. And 99% of the time where is does, it is due to the type of shoddy "loop spinning" that I've demonstrated with the 1st sample piece of code above (called [url http://en.wikipedia.org/wiki/Busy_waiting]busy waiting).
The norm is that a process in a wait state consumes very little CPU time. There are actual CPU instructions that tells the CPU to "ease off", like the [url http://en.wikipedia.org/wiki/HLT]HLT instruction. This instruction is used at a higher level abstract(API) level - like with the DBMS_LOCK.SLEEP() API call.
> CPU usage DOES convey information.
You are missing the basic point that I was trying to make. In terms of performance measurement, it says nothing. It does not say GOOD. It does not say BAD.
Why?
An idle CPU can be a result of exceedingly poor performance caused by process serialisation (like in PL/SQL doing your own sequences by locking a table to do a SELECT MAX() to get next sequence number to use). Seen this one myself and most recently on a Superdome that showed idle CPU utilisation with the performance being excruciatingly slow.
An idle CPU can be simply because of no work to be done.
An idle CPU could be because of an I/O bottleneck as a 200 parallel query processes all hit the same I/O channels.. and then have to sit back and wait for the I/O calls to be completed. Saw this one often on Oracle Parallel Server (OPS) many years ago.
Similar situation for a heavily utilised CPU. The actual utilisation figure does not tell you how much of that CPU time used, is used effectively by optimally designed and coded processes.. and how must is wasted by poorly design and coded processes.
From a performance perspective, it alone says nothing.
And this is what the OP says - he's seeing 95+% CPU utilisation when running an export. Is it a performance problem? If so, what can he do about it?
The answer to which is, identify if there is an actual performance problem as 95% CPU utilisation alone does not tell us whether that is good and efficient usage of CPU time, or abuse and wasted use of CPU time.

Similar Messages

  • "Transport Monitor" in active processes eating up approx. 30% of CPU

    Since updating to MacOS 10.4.9 I have noticed that my CPU has been busy even when it should be idle. When using the "activity monitor" I noticed that in "active processes" "transport monitor" was occupying up to 40% of the available CPU.
    I understand "transport monitor" is part of "Palm Desktop 4.2.1" which I run on my computer.
    I used the "analysis" function within "activity monitor", but I am unsure how to interpret this information.
    Any ideas?
    Thanks.
    PowerBook G4 1.25 GHz   Mac OS X (10.4.9)  

    I can confirm that after deleting "Palm Desktop" including the Pref file etc. the "Transport Monitor" process disappeared.
    I then reinstalled Palm Desktop 4.2.1 Rev D. The "Transport Monitor" reappeared and again took control of about 20-30% of CPU. The overall computer speed seems reduced again since re-installation.
    Is this to be accepted? I suppose I could just stop the Transport Monitor process manually when ever I need a faster computer. But this does not seem right...
    Any ideas?

  • How to install Oracle BPEL Process Manager with the BEA WebLogic

    Hi ,
    I will install Oracle BPEL Process Manager with BEA WebLogic 9.2(MP2). I have download orabpel_10133_WebLogic.zip ,then Modify the following mandatory installation properties in the orabpel_10133_WebLogic\bpelDomain.properties file:
    # BEA_HOME is the path where Weblogic is Installed
    BEA_HOME=/opt/bea
    # JAVA_HOME is the path of jdk folder inside your weblogic
    JAVA_HOME=/opt/bea/jrockit90_150_10
    # DOMAIN_HOME is the path where you wish to create your domain called BPELDomain
    DOMAIN_HOME=/opt/bea/user_projects/domains
    # APPS_HOME is the path where you wish to copy your applications and adapters that are required for oracleBPELServer
    APPS_HOME=/opt/bea/user_projects/apps
    # BEA_HOME is the path where BPEL PM is Installed
    BPEL_HOME=/home/oracle/bpel/product/10.1.3.1/OraBPEL_1/bpel
    # DRIVER_TYPE is the datasource class that installable use to create a datasources for oracleBPELServer
    DRIVER_TYPE=oracle.jdbc.xa.client.OracleXADataSource
    # DB_URL is the url to connect to orabpel schema
    DB_URL=jdbc:oracle:thin:@16.157.134.17:1521:orcl
    # DB_USER is the user Id for orabpel shema in database
    DB_USER=ORABPEL
    #DB_PASSWORD is the password for orabpel schema in database
    DB_PASSWORD=bpel
    #BPEL_SERVER_NAME is the server i.e. to be created under BPELDomain
    BPEL_SERVER_NAME=oracleBPELServer
    #PROXY_HOST is the Host name of the proxy server
    PROXY_HOST=www-proxy.us.oracle.com
    #PROXY_HOST=
    #PROXY_PORT is the Port where the proxy server is running
    PROXY_PORT=80
    #PROXY_PORT=
    #NON_PROXY_HOST is the list of non proxy hosts that are divided by a | symbol
    #NON_PROXY_HOST=*.oracle.com|*.oraclecorp.com|localhost|127.0.0.1|stbbn10|stbbn10.us.oracle.com
    NON_PROXY_HOST=*.oracle.com|*.oraclecorp.com|localhost|127.0.0.1|stbbn10|stbbn10.us.oracle.com|16.157.134.135
    When I run the setup.sh , it will report
    BUILD FAILED
    /opt/software/WL_Installables/build.xml:131: Traceback (innermost last):
    File "./wl_scripts/bpelDomain.py", line 22, in ?
    File "./wl_scripts/createGroupsAndUsers.py", line 4, in ?
    weblogic.management.utils.AlreadyExistsException: [Security:090267]Group BpelGroup
    Actully ,there is no BpelGroup in Weblogic. Does anybody know how to solve it ?

    MAke sure you have not set ANY environment variable related to Oracle / BEA / Java / LD_library path. Use the following script to unset / set the initial settings:
    #!/bin/sh
    unset ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_TERM
    unset LD_LIBRARY_PATH LD_LIBRARY_PATH_64
    unset CLASSPATH JAVA_HOME
    export PATH=.:/usr/sbin:/usr/bin:/usr/local/bin:/opt/VRTS/bin
    export BEA_HOME=/appl/oracle/products/9.2/weblogic
    Marc
    http://orasoa.blogspot.com

  • Can I use Oracle BPEL process manager with other AS and DB

    Can we user oracle bpel process manager with jboss application server and postgresql database.. is it possible..
    and what will be the price.. per licencse when i go to just purchase Oracle BPEL process manager

    MAke sure you have not set ANY environment variable related to Oracle / BEA / Java / LD_library path. Use the following script to unset / set the initial settings:
    #!/bin/sh
    unset ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_TERM
    unset LD_LIBRARY_PATH LD_LIBRARY_PATH_64
    unset CLASSPATH JAVA_HOME
    export PATH=.:/usr/sbin:/usr/bin:/usr/local/bin:/opt/VRTS/bin
    export BEA_HOME=/appl/oracle/products/9.2/weblogic
    Marc
    http://orasoa.blogspot.com

  • Oracle export file as source

    Hi,
    I'm new to this group and to OWB as well. I am re-building in OWB a small sample application that I have previously built in another ETL tool.
    One of the source files to be processed in this application is an Oracle export file. I have tried, and looked through the documentation, but it seems Oracle export format files are not supported as source files in OWB. This seems (to me) a strange omission in an Oracle ETL product, as imp/exp is an accepted an much-used way to exchange data.
    So the question is: am I right (export files not supported) or must I look better? And if I'm right: how can I use the export file in OWB? My guess is creating an "external process".
    Thanks,
    Gerton

    Gerton,
    You cannot directly read an export file and the format has not been published. Even through OWB you cannot read it... part of it I guess is to prevent a potential security hole (you would be able to read any data from an export file if you had OWB?).
    What you can do: external process to load the export file (command line), run a mapping against the schema, and use a transformation with dynamic SQL to drop the schema again. Not an elegant solution... but it could work.
    Thanks,
    Mark.

  • Oracle pmon process is not shown

    Hi facing a peculiar issue ? 10g RAC has been set up & I see all services running in crs_stat -t
    But I do not see any pmon,smon process ..
    [root@rac2 ~]# /u01/app/oracle/product/10.2.0/crs/bin/crs_stat -t
    Name Type Target State Host
    ora....DB1.srv application ONLINE ONLINE rac2
    ora....TPAY.cs application ONLINE ONLINE rac1
    ora....DB2.srv application ONLINE ONLINE rac2
    ora....VICE.cs application ONLINE ONLINE rac2
    ora....B1.inst application ONLINE ONLINE rac1
    ora....B2.inst application ONLINE ONLINE rac2
    ora.RACDB.db application ONLINE ONLINE rac1
    ora....SM1.asm application ONLINE ONLINE rac1
    ora....C1.lsnr application ONLINE ONLINE rac1
    ora.rac1.gsd application ONLINE ONLINE rac1
    ora.rac1.ons application ONLINE ONLINE rac1
    ora.rac1.vip application ONLINE ONLINE rac1
    ora....SM2.asm application ONLINE ONLINE rac2
    ora....C2.lsnr application ONLINE ONLINE rac2
    ora.rac2.gsd application ONLINE ONLINE rac2
    ora.rac2.ons application ONLINE ONLINE rac2
    ora.rac2.vip application ONLINE ONLINE rac2
    [root@rac2 ~]# su - oracle
    SQL> select INSTANCE_NAME,VERSION,STATUS from gv$instance;
    INSTANCE_NAME     VERSION     STATUS
    RACDB2          10.2.0.1.0     OPEN
    RACDB1          10.2.0.1.0     OPEN
    [oracle@rac2 ~]$ ps -ef|grep pmon
    oracle 14088 1333 0 21:22 pts/1 00:00:00 grep pmon
    [oracle@rac2 ~]$ ps -ef|grep ora
    oracle 714 1 0 10:43 ? 00:00:42 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin (LOCAL=NO)
    root 1332 12793 0 21:13 pts/1 00:00:00 su - oracle
    oracle 1333 1332 0 21:13 pts/1 00:00:00 -bash
    root 2540 2497 0 Oct22 ? 00:02:43 hald-addon-storage: polling /dev/sr0
    oracle 5626 1 0 10:06 ? 00:00:52 /u01/app/oracle/product/10.2.0/db_1/bin/racgimon startd RACDB
    oracle 5706 1 0 10:06 ? 00:00:47 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5708 1 0 10:06 ? 00:01:49 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5710 1 0 10:06 ? 00:00:07 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5712 1 0 10:06 ? 00:06:17 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5714 1 0 10:06 ? 00:04:54 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5716 1 1 10:06 ? 00:13:04 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5720 1 0 10:06 ? 00:00:08 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5722 1 0 10:06 ? 00:00:42 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5724 1 0 10:06 ? 00:00:27 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5726 1 0 10:06 ? 00:00:47 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5728 1 0 10:06 ? 00:00:10 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5730 1 0 10:06 ? 00:00:00 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5732 1 0 10:06 ? 00:01:11 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5734 1 0 10:06 ? 00:00:52 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5736 1 0 10:06 ? 00:00:47 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5738 1 0 10:06 ? 00:00:00 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5740 1 0 10:06 ? 00:00:01 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5770 1 0 10:06 ? 00:00:50 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5803 1 0 10:07 ? 00:00:09 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5805 1 0 10:07 ? 00:00:15 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oracle 5807 1 0 10:07 ? 00:00:07 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 5896 1 0 10:07 ? 00:00:00 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 6147 1 0 10:07 ? 00:00:01 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 6151 1 0 10:07 ? 00:00:07 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    root 6355 1 0 Oct22 ? 00:00:00 /bin/su -l oracle -c sh -c 'ulimit -c unlimited; cd /u01/app/oracle/product/10.2.0/crs/log/rac2/evmd; exec /u01/app/oracle/product/10.2.0/crs/bin/evmd '
    root 6357 1 0 Oct22 ? 00:12:59 /u01/app/oracle/product/10.2.0/crs/bin/crsd.bin reboot
    oracle 6372 1 0 21:17 ? 00:00:00 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 6374 1 0 21:17 ? 00:00:00 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 6610 6355 0 Oct22 ? 00:00:53 /u01/app/oracle/product/10.2.0/crs/bin/evmd.bin
    root 6694 6608 0 Oct22 ? 00:00:00 /bin/su -l oracle -c /bin/sh -c 'ulimit -c unlimited; cd /u01/app/oracle/product/10.2.0/crs/log/rac2/cssd; /u01/app/oracle/product/10.2.0/crs/bin/ocssd || exit $?'
    oracle 6695 6694 0 Oct22 ? 00:00:00 /bin/sh -c ulimit -c unlimited; cd /u01/app/oracle/product/10.2.0/crs/log/rac2/cssd; /u01/app/oracle/product/10.2.0/crs/bin/ocssd || exit $?
    oracle 6717 6695 0 Oct22 ? 00:08:07 /u01/app/oracle/product/10.2.0/crs/bin/ocssd.bin
    oracle 6852 1 0 10:07 ? 00:00:09 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 6911 1 0 10:07 ? 00:01:00 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin (LOCAL=NO)
    oracle 7067 1 0 10:07 ? 00:00:18 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin (LOCAL=NO)
    oracle 7090 6610 0 Oct22 ? 00:00:01 /u01/app/oracle/product/10.2.0/crs/bin/evmlogger.bin -o /u01/app/oracle/product/10.2.0/crs/evm/log/evmlogger.info -l /u01/app/oracle/product/10.2.0/crs/evm/log/evmlogger.log
    oracle 7147 1 0 10:07 ? 00:00:02 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 7149 1 0 10:07 ? 00:00:00 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 7179 1 0 10:07 ? 00:00:19 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 7214 1 0 10:07 ? 00:00:01 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oracle 7287 1 0 10:07 ? 00:00:51 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    oracle 7362 1 0 10:07 ? 00:00:11 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oracle 7363 1 0 10:07 ? 00:00:00 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oracle 7386 1 0 10:07 ? 00:00:00 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oracle 9030 1 0 10:08 ? 00:00:47 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin (LOCAL=NO)
    oracle 9035 1 0 10:08 ? 00:00:37 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin (LOCAL=NO)
    oracle 9037 1 0 10:08 ? 00:01:52 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin (LOCAL=NO)
    oracle 9358 1 0 Oct22 ? 00:00:24 /u01/app/oracle/product/10.2.0/db_1/perl/bin/perl /u01/app/oracle/product/10.2.0/db_1/bin/emwd.pl dbconsole /u01/app/oracle/product/10.2.0/db_1/rac2_RACDB2/sysman/log/emdb.nohup
    oracle 9426 9358 0 Oct22 ? 00:02:58 /u01/app/oracle/product/10.2.0/db_1/bin/emagent
    oracle 14139 1333 0 21:22 pts/1 00:00:00 ps -ef
    oracle 14140 1333 0 21:22 pts/1 00:00:00 grep ora
    oracle 14704 1 0 01:02 ? 00:00:23 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin (LOCAL=NO)
    oracle 17635 1 0 Oct22 ? 00:00:00 /u01/app/oracle/product/10.2.0/crs/opmn/bin/ons -d
    oracle 17637 17635 0 Oct22 ? 00:00:10 /u01/app/oracle/product/10.2.0/crs/opmn/bin/ons -d
    oracle 23505 1 0 09:00 ? 00:00:00 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 29197 1 0 Oct22 ? 00:00:25 /u01/app/oracle/product/10.2.0/asm/bin/tnslsnr LISTENER_RAC2 -inherit
    oracle 29837 1 0 00:51 ? 00:01:16 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 29839 1 0 00:51 ? 00:03:18 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 29841 1 0 00:51 ? 00:00:14 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 29843 1 0 00:51 ? 00:08:51 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 29845 1 0 00:51 ? 00:08:09 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 29847 1 0 00:51 ? 00:08:05 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 29851 1 0 00:51 ? 00:00:15 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 29853 1 0 00:51 ? 00:00:18 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 29855 1 0 00:51 ? 00:00:21 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 29857 1 0 00:51 ? 00:00:32 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 29859 1 0 00:51 ? 00:00:37 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 29861 1 0 00:51 ? 00:00:17 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 29863 1 0 00:51 ? 00:00:34 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 29947 1 0 00:51 ? 00:01:01 /u01/app/oracle/product/10.2.0/asm/bin/oracle.bin
    oracle 30200 1 0 00:52 ? 00:00:54 /u01/app/oracle/product/10.2.0/asm/bin/racgimon daemon ora.rac2.ASM2.asm
    oracle 31959 1 0 17:57 ? 00:00:05 /u01/app/oracle/product/10.2.0/db_1/bin/oracle.bin
    [oracle@rac2 ~]$
    Kindly let me know if there are any ways to resolve this ? btw I had to use the below for ASM & Oracle Homes as this is a 10.2.0.1 on OEL5 setup
    mv oracle oracle.bin
    cat >oracle <<"EOF"
    #!/bin/bash
    export DISABLE_HUGETLBFS=1
    exec $ORACLE_HOME/bin/oracle.bin $@
    EOF
    chmod +x oracle
    Is upgrading to 10.2.0.5 the only option ?
    -abhilash

    Thanks,
    Oracle Processes seems to work fine..
    I having a slight issue though connecting to ASM..
    SQL> select program from v$session where type = 'BACKGROUND';
    PROGRAM
    [email protected] (q001)
    [email protected] (q000)
    [email protected] (QMNC)
    [email protected] (ARC1)
    [email protected] (ARC0)
    [email protected] (O001)
    [email protected] (RBAL)
    [email protected] (ASMB)
    [email protected] (LCK0)
    [email protected] (MMNL)
    [email protected] (MMON)
    [email protected] (CJQ0)
    [email protected] (RECO)
    [email protected] (SMON)
    [email protected] (CKPT)
    [email protected] (LGWR)
    [email protected] (DBW0)
    [email protected] (MMAN)
    [email protected] (LMS0)
    [email protected] (LMD0)
    [email protected] (LMON)
    [email protected] (PSP0)
    [email protected] (DIAG)
    [email protected] (PMON)
    24 rows selected.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    *[oracle@rac1 ~]$ export ORACLE_SID=+ASM1*
    *[oracle@rac1 ~]$ export ORACLE_HOME=/u01/app/oracle/product/10.2.0/asm/*
    *[oracle@rac1 ~]$ sqlplus*
    SQLPlus: Release 10.2.0.1.0 - Production on Wed Oct 24 13:16:42 2012*
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Enter user-name: sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> exit
    Disconnected
    *[oracle@rac1 ~]$ asmcmd*
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory (DBD ERROR: OCISessionBegin)
    [oracle@rac1 ~]$ more /home/oracle/.bash_profile
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
         . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
    ORA_ASM_HOME=$ORACLE_BASE/product/10.2.0/asm; export ORA_ASM_HOME
    ORA_CRS_HOME=$ORACLE_BASE/product/10.2.0/crs; export ORA_CRS_HOME
    ORACLE_SID=RACDB1; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$ORA_CRS_HOME/bin:$ORA_ASM_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORA_CRS_HOME/lib:$ORA_ASM_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    [oracle@rac1 ~]$
    Any way I can connect to ASM ??
    -abhilash

  • Export process

    Hi,
    Can anyone tell me the export process syntax in oracle 10g
    The version of database iam using is
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Actually iam trying to export my data from oracle 10g to 9i
    Did anyone know the syntax for the same
    Any Suggetion will be highly appritiated?
    Regards
    Sandeep
    Edited by: user13100082 on May 31, 2010 7:50 AM

    Actually iam trying to export my data from oracle 10g to 9iNot very clear.
    Will u please suggest me with the syntax actually i got some errorWhat errors. What is the syntax you are using.
    Regards,
    Anand

  • Schedule Export Processes with Custom Query

    Hi,
    Can I use Schedule Export Processes, with a custom query over HZ_PARTIES and HZ_LOCATIONS, in order to export suppliers data in a specific field order with join conditions?
    I used Schedule Export Processes with "PARTY", selecting proper fields, but exported csv is in a different field order than the required by an external system.
    Thanks,
    Erick.

    Can you elaborate on the issue here. Are you looking for a way to run "ad-hoc" SQL queries for the filters ? I do not think that is possible, depending on your environment you may be able to create a custom view object to match your requirements.
    As for the orders I think you should be able to control the order using the sequence as the FAQs state:
    What happens if I change the sequence number or header text?
    Changing the sequence number changes the order of the attributes in the exported data file. Changing the header text enables you to give a more intuitive meaning to the attribute and the associated data.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • How to configure  Oracle BPEL Process Manager for JBoss 4.2.1

    can any body help me to configure Oracle BPEL Process Manager for JBoss 4.2.1

    Look here:
    http://download.oracle.com/docs/cd/E10291_01/doc.1013/e10538/toc.htm
    Marc
    http://orasoa.blogspot.com

  • Create Lead with Oracle BPEL process using Siebel CRMOD web service

    I'm trying to create a lead in the siebel OD (hosted) with a oracle BPEL process and using the siebel web service (2.0). In my bpel process I've been able to
    1. Login to OD and get a session id
    2. create the partner link using Siebel OD (version 2.0) wsdl for Lead
    3. Assign the session id to the partner link
    4. Assign the inputs (lastname, firstname, leadowner, viewMode=Personal, lovLanguageMode=LDC) to lead
    5. Call the leadInsert operation on the partner link
    However, when I deploy and execute the bpel process it breaks after calling the leadInsert with the following error message:
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    <remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="code"><code>Server</code>
    </part><part name="summary"><summary>The record with search specification '' in business component 'Lead' (integration component 'Lead') has been deleted by another user since it was retrieved.(SBL-EAI-04289)</summary>
    </part><part name="detail"><detail>&lt;detail>
    &lt;siebelf:siebdetail xmlns:siebelf="http://www.siebel.com/ws/fault" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    &lt;siebelf:logfilename xmlns:siebelf="http://www.siebel.com/ws/fault" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">OnDemandServicesObjMgr_enu_138636.log&lt;/siebelf:logfilename>
    &lt;siebelf:errorstack xmlns:siebelf="http://www.siebel.com/ws/fault" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    &lt;siebelf:error xmlns:siebelf="http://www.siebel.com/ws/fault" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    &lt;siebelf:errorcode xmlns:siebelf="http://www.siebel.com/ws/fault" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">(SBL-DAT-00494)&lt;/siebelf:errorcode>
    &lt;siebelf:errorsymbol xmlns:siebelf="http://www.siebel.com/ws/fault" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/>
    &lt;siebelf:errormsg xmlns:siebelf="http://www.siebel.com/ws/fault" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">The record with search specification '' in business component 'Lead' (integration component 'Lead') has been deleted by another user since it was retrieved.(SBL-EAI-04289)&lt;/siebelf:errormsg>
    &lt;/siebelf:error>
    &lt;/siebelf:errorstack>
    &lt;/siebelf:siebdetail>
    &lt;/detail>
    </detail>
    </part></remoteFault>
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Any feedback as to what I'm doing worng woull be greatly appreciated.
    Thanks,
    --manoj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi,
    We are also using BPEL to send data out to SIEBEL CRMOD.
    I've created a proxy that deals with authentication and session management.
    All you have to do is to deploy the proxy as a war file and refrence it as the end-point of your partner link.
    Code is here:
    http://another-soa-blog.blogspot.com/2010/02/oracle-siebel-on-demand-session-and.html
    Regards,
    Fred.

  • Problem to start BPEL Console of Oracle BPEL Process Manager 10.1.3.1.0

    Hi everyone!
    I'm writing to yours because I installed Oracle BPEL Process Manager 10.1.3.1.0 but I can't start BPEL Console. I tried to start it by the option menu of Windows XP and by Developer Prompt, but I get a HTTP 404 Not Found page. When I was installing the universall installer told me that it wasn't possible to set ORACLE_HOME variable because it had a value older than 1023 characteres. So, I continue the installation but I can't start the BPEL Console. The Dos Console teld me sometimes when I put http://localhost:9700/BPELConsole..timed out. So, tell me how to resolve that problem.
    I'll be waiting your responses.
    This is the log of "Select Start BPEL PM Server",
    Could not canonicalize 'ERROR: product bean SAWebBinCompBean does not exist' (Th
    e filename, directory name, or volume label syntax is incorrect). From system pr
    operty java.library.path.
    Could not canonicalize 'ERROR: product bean EclipseSACatalogMangerCompBean does
    not exist' (The filename, directory name, or volume label syntax is incorrect).
    From system property java.library.path.
    Could not canonicalize 'ERROR: product bean SQLAnywhereOdbcDriverCompBean does n
    ot exist' (The filename, directory name, or volume label syntax is incorrect). F
    rom system property java.library.path.
    Could not canonicalize 'ERROR: product bean DWSharedUtilityCompBean does not exi
    st' (The filename, directory name, or volume label syntax is incorrect). From sy
    stem property java.library.path.
    Jul 15, 2007 12:48:36 PM com.evermind.server.XMLDataSourcesConfig parseRootNode
    INFO: Legacy datasource detected...attempting to convert to new syntax.
    2007-07-15 12:48:45.378 NOTIFICATION JMSServer[]: OC4J JMS server recovering tra
    nsactions (commit 0) (rollback 0) (prepared 0).
    2007-07-15 12:48:45.408 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[OC4J Domain Queue].
    2007-07-15 12:48:45.448 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/Oc4jJmsExceptionQueue].
    2007-07-15 12:48:45.628 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/notifications].
    2007-07-15 12:48:45.649 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[OracleASRouter_store].
    2007-07-15 12:48:45.959 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/events].
    2007-07-15 12:48:46.049 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/jobstore].
    2007-07-15 12:48:46.149 ERROR Failed to set the internal configuration of the OC
    4J JMS Server with: XMLJMSServerConfig[file:/C:/product/10.1.3.1/OraBPEL_1/bpel/
    system/appserver/oc4j/j2ee/home/config/jms.xml]
    07/07/15 12:48:46 *** (SEVERE) Failed to set the internal configuration of the O
    C4J JMS Server with: XMLJMSServerConfig[file:/C:/product/10.1.3.1/OraBPEL_1/bpel
    /system/appserver/oc4j/j2ee/home/config/jms.xml]
    2007-07-15 12:48:46.149 ERROR J2EE OJR-00011 Exception starting JMS server: Fail
    ed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerCo
    nfig[file:/C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc4j/j2ee/home/co
    nfig/jms.xml]
    2007-07-15 12:49:29.952 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueueConnectionFactory not found. Allowing J2EEContext creation
    to continue anyway.
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00004 No javax.jms.QueueConnectionFact
    ory found at jms/QueueConnectionFactory
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueue not found. Allowing J2EEContext creation to continue anywa
    y.
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00004 No javax.jms.Queue found at null
    2007-07-15 12:49:29.962 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueueConnectionFactory not found. Allowing J2EEContext creation
    to continue anyway.
    2007-07-15 12:49:29.972 WARNING J2EE JNDI-00004 No javax.jms.QueueConnectionFact
    ory found at jms/QueueConnectionFactory
    2007-07-15 12:49:29.982 WARNING J2EE JNDI-00002 Resource reference jms/Queue/Not
    ificationSenderQueue not found. Allowing J2EEContext creation to continue anywa
    y.
    2007-07-15 12:49:29.982 WARNING J2EE JNDI-00004 No javax.jms.Queue found at null
    2007-07-15 12:49:30.112 ERROR J2EE EJB-03027 [orabpel] An error occured deployin
    g EJB module: java.lang.InstantiationException: Resource exception(BPELjms) for
    MessageDrivenBean InvokerBean during endpoint activation: failure looking up res
    ource provider factory for QueueConnectionFactoryWrapper [Queue]-OracleASJMSConn
    ector.QueueConnectionFactoryWrapper.Demos7.-3f9cb723:113ca91421c:-7fff.22 []: ja
    vax.resource.spi.ResourceAdapterInternalException: Looking up java:comp/resource
    /oc4jjms/jms/collaxa/BPELInvokerQueueFactory: javax.naming.NameNotFoundException
    : No resource named 'oc4jjms/jms/collaxa/BPELInvokerQueueFactory'found
    07/07/15 12:49:30 WARNING: Application.setConfig Application: orabpel is in fail
    ed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: Resource excep
    tion(BPELjms) for MessageDrivenBean InvokerBean during endpoint activation: fail
    ure looking up resource provider factory for QueueConnectionFactoryWrapper [Queu
    e]-OracleASJMSConnector.QueueConnectionFactoryWrapper.Demos7.-3f9cb723:113ca9142
    1c:-7fff.22 []: javax.resource.spi.ResourceAdapterInternalException: Looking up
    java:comp/resource/oc4jjms/jms/collaxa/BPELInvokerQueueFactory: javax.naming.Nam
    eNotFoundException: No resource named 'oc4jjms/jms/collaxa/BPELInvokerQueueFacto
    ry'found
    2007-07-15 12:49:30.513 WARNING DEBUG GJRA-1100, oracle.j2ee.connector.messagein
    flow.MessageEndpointFactoryImpl@121c5df.
    2007-07-15 12:49:30.763 WARNING J2EE OJR-00013 Exception initializing deployed a
    pplication: orabpel. Application: orabpel is in failed state as initialization f
    ailed
    2007-07-15 12:49:31.374 ERROR J2EE EJB-03027 [hw_services] An error occured depl
    oying EJB module: com.evermind.server.ejb.deployment.InvalidEJBAssemblyException
    : [hw_services:hw_services_ejb:RemoteWorklistService] - Unable to load ejb-class
    oracle.tip.pc.services.hw.worklist.RemoteWorklistServiceBean, see section 23.2
    of the EJB 2.1 specificationoracle.classloader.util.AnnotatedClassNotFoundExcept
    ion:
    Missing class: oracle.tip.pc.services.hw.worklist.RemoteWorklistServic
    eBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at hw_services.root:0.0.0 using the Class.forName() meth
    od.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "hw_services" application.
    07/07/15 12:49:31 WARNING: Application.setConfig Application: hw_services is in
    failed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: [hw_services:h
    w_services_ejb:RemoteWorklistService] - Unable to load ejb-class oracle.tip.pc.s
    ervices.hw.worklist.RemoteWorklistServiceBean, see section 23.2 of the EJB 2.1 s
    pecificationoracle.classloader.util.AnnotatedClassNotFoundException:
    Missing class: oracle.tip.pc.services.hw.worklist.RemoteWorklistServic
    eBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at hw_services.root:0.0.0 using the Class.forName() meth
    od.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "hw_services" application.
    2007-07-15 12:49:31.394 WARNING J2EE OJR-00013 Exception initializing deployed a
    pplication: hw_services. Application: hw_services is in failed state as initiali
    zation failed
    2007-07-15 12:49:31.534 ERROR J2EE EJB-03027 [owf] An error occured deploying EJ
    B module: com.evermind.server.ejb.deployment.InvalidEJBAssemblyException: [owf:O
    WFWrapperEJB:OWFRemoteWrapper] - Unable to load ejb-class oracle.tip.pc.services
    .owf.OWFRemoteWrapperBean, see section 23.2 of the EJB 2.1 specificationoracle.c
    lassloader.util.AnnotatedClassNotFoundException:
    Missing class: oracle.tip.pc.services.owf.OWFRemoteWrapperBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at owf.root:0.0.0 using the Class.forName() method.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "owf" application.
    07/07/15 12:49:31 WARNING: Application.setConfig Application: owf is in failed s
    tate as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: [owf:OWFWrappe
    rEJB:OWFRemoteWrapper] - Unable to load ejb-class oracle.tip.pc.services.owf.OWF
    RemoteWrapperBean, see section 23.2 of the EJB 2.1 specificationoracle.classload
    er.util.AnnotatedClassNotFoundException:
    Missing class: oracle.tip.pc.services.owf.OWFRemoteWrapperBean
    Dependent class: com.evermind.server.ejb.deployment.BeanDescriptor
    Loader: oc4j:10.1.3
    Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/appserver/oc
    4j/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in META-INF/boot.xml in C:\product\10.1.3
    .1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\oc4j.jar
    This load was initiated at owf.root:0.0.0 using the Class.forName() method.
    The missing class is available from the following locations:
    1. Code-Source: /C:/product/10.1.3.1/OraBPEL_1/bpel/system/services/lib/
    bpm-services.jar (from <code-source> in /C:/product/10.1.3.1/OraBPEL_1/bpel/syst
    em/appserver/oc4j/j2ee/home/config/server.xml)
    This code-source is available in loader oracle.bpel.common:10.1.3. Th
    is shared-library can be imported by the "owf" application.
    2007-07-15 12:49:31.544 WARNING J2EE OJR-00013 Exception initializing deployed a
    pplication: owf. Application: owf is in failed state as initialization failed
    2007-07-15 12:50:07.096 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: admin_war defined in web site OC4J 10g (10.1.3) Defau
    lt Web Site. Application: admin_war has been stopped
    2007-07-15 12:50:07.096 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: console_war defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: console_war has been stopped
    2007-07-15 12:50:07.246 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: startup_war defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: startup_war has been stopped
    2007-07-15 12:50:07.386 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: httpbinding defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: httpbinding has been stopped
    2007-07-15 12:50:26.003 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: deploy defined in web site OC4J 10g (10.1.3) Default
    Web Site. Application: deploy has been stopped
    2007-07-15 12:50:26.013 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: testconnection defined in web site OC4J 10g (10.1.3)
    Default Web Site. Application: testconnection has been stopped
    2007-07-15 12:50:26.023 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: taskservice defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: taskservice has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: taskmetadataservice defined in web site OC4J 10g (10.
    1.3) Default Web Site. Application: taskmetadataservice has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: taskqueryservice defined in web site OC4J 10g (10.1.3
    ) Default Web Site. Application: taskqueryservice has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: IdentityService defined in web site OC4J 10g (10.1.3)
    Default Web Site. Application: IdentityService has been stopped
    2007-07-15 12:50:26.033 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: usermetadataservice defined in web site OC4J 10g (10.
    1.3) Default Web Site. Application: usermetadataservice has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: runtimeconfigservice defined in web site OC4J 10g (10
    .1.3) Default Web Site. Application: runtimeconfigservice has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: hw_services defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: hw_services has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: worklistxpress defined in web site OC4J 10g (10.1.3)
    Default Web Site. Application: worklistxpress has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: worklistapp defined in web site OC4J 10g (10.1.3) Def
    ault Web Site. Application: worklistapp has been stopped
    2007-07-15 12:50:26.043 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: owf defined in web site OC4J 10g (10.1.3) Default Web
    Site. Application: owf has been stopped
    07/07/15 12:50:36 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    Thanks for your responses.
    Greetings.

    Hi,
    you said:
    it wasn't possible to set ORACLE_HOME variable because it had a value older than 1023 characteres
    What do you mean with older than 1023 chars?
    I think the easiest way is to uninstall the BPEL Console and run the installer again with correcting the ORACLE_HOME problem...

  • Oracle Event Processing (11.1.1.20100416-1727)

    Hi,
    I have recently started working on a oracle event processing application.
    In our case,we dont have a streaming data coming as input to the application but we maintain a static relational table which we need to hit every 5 seconds and check for a particular rule to be executed. Right now we maually update/insert the data now and then. So the input to our application would be a select statement from a static table. The rules executed successfully and all looks fine.
    Being a developer am able to visualize the rules that I have created via the code for manipulation.
    Adding to the above functionality we are in need of window/API kind of thing where the end user updates the rule regularly.  Let us assume the  static table contains the withdrawal amount and the end user changes the threshold withdrawal limit on daily basis.
    When we open the visuallizer ,we can see our application running on the oep server and in the cql rules tab we can see the rules formed for streaming data for ex: select * from helloworldinputstream.
    Is there any way to show the sql queries which we have written for the manipulation in the CQL rule tab?
    Could you please help me proceeding further.
    Version of CEP: 11.1.1.20100416-1727

    Hello,
    You should install oracle software first and then launch DBCA. Once you have installed oracle software only you can crete listener using netca. Check your init.ora file (must be under
    C:>$ORACLE_HOME/database/dbs or $ORACLE_HOME/dbs and local for following parameter LOCAL_LISTENER and remove it. But I recommend you to install oracle software only first and then launch DBCA.
    What's your OS? Is it vista? XP?
    Regards

  • How to install Oracle BPEL Process Manager for OracleAS Middle Tier

    hi,
    i need to install BPEL process manager, so i download the following file from otn
    1.soa_windows_x86_101310_disk1
    2.soa_windows_x86_bpel_101310
    here i read the document named b28980.pdf from bpel\doc\pc.1012 to install BPEL PM
    so i start to complete the pre-installation task
    1.installed Oracle database 10g
    2.Run the Integration Repository Creation Assistant on the Database
    3.Install Oracle Application Server 10g Release3 (10.1.3.1.0) and select either the J2EE Server installation type or the J2EE and Web Server installation type. selected J2EE and Web Server installation type
    and installed according to the Oracle application server installation guide.
    installed OracleAS in the path : D:\product\10.1.3.1\OracleAS_1
    4.Install the current release of Oracle BPEL Process Manager for OracleAS Middle Tier
    here they mention to select the J2EE and Web Server installation type because that type is selected in Oracle AS installed in Oracle Application Server
    so i start to install the BPEL PM by selecting the setup.exe-->and shows the location source and destination
    default destination is : D:\product\10.1.3.1\OraBPEL_1 selected next on the screen
    the next screen is select installation type here there are two types named
    1.BPEL process Manager for Developer (371MB)
    2.BPEL process manager for Oracle AS Middle tier (107MB)
    i selected 2.BPEL process manager for Oracle AS Middle tier (107MB) and click next
    pop up window opens with title dependencies
    error:
    BPEL Process manager for oracle AS Middle tier will run on top of a supported Oracle Application Server 10.1.3.1.0 J2EE server and Web Server Or J2EE server instance. this location does not contain this instance. Please select new Oracle home that contains a supported instance.
    so i changed the destination path to : D:\product\10.1.3.1\OracleAS_1\BIN then also i got the same error.
    please any one mention the path for J2EE and Web Server instance for installing the BPEL PM for Oracle AS Middle Tier.
    Thanks in Advance
    Aswath Thaniga

    If you choose the developer version you will be fine.
    If you have installed J2EE and Web Server installation into D:\product\10.1.3.1\OracleAS_1 then this is the location you install your BPEL PM into, not D:\product\10.1.3.1\OraBPEL_1 or D:\product\10.1.3.1\OracleAS_1\BIN.
    D:\product\10.1.3.1\OracleAS_1 is what we call the ORACLE_HOME, generally we create a new home for each install, but in this case there is a dependency on 10.1.3.1 OC4J container. So it needs to be installed into 10.1.3.1 oracle home.
    The bin directory is just the executables for that home, its not the actual. home.
    cheers
    James

  • Any solutions for "Export process terminated unexpectedly [11]" problem?

    Hey guys,
    I'm trying to simply use Quicktime Pro (Version 7.6.6 Build 1632) to enable the "Fast Internet Start" feature of a 640 x 480 video H.264 video. It uses 16-bit Little Endian for audio, if that's of any help.
    Anyway, like lots of other users with this same exact problem, I make the changes in the "Export" dialogue (in this case, enabling "Fast Internet Start" and lowering the audio quality a bit), and the little status indicator goes away and "Export Process Terminated Unexpectedly {11}" appears in its place. Has a definitive answer been found for this problem?

    Similar issue here when exporting AVI files captured from Canon G9 to iPod.
    QuickTime Pro quits with: Failed: process terminated unexpectedly (11).
    Oddly, if I start from a power off and run QTime the error does not occur.
    Of course powering off for every export is a real PAIN IN THE Axx but it is a work around on this end.
    I have yet to try 3rd party software but this is error occurs with Quick Time Pro Ver 7.5 build 149.5.
    Sad

  • How to install Oracle imaging & process management in windows xp prof

    Hi All
    I am trying to install oracle Imaging & Process management in windows XP. Please let me know whether it is possible in windows XP or not... which I couldn't able to install in XP. when I saw the Install doc, it mentioned it is possible in windows server 2003. Installation guide mentioned that we have to setup 6 or 7 different server setups.
    or
    If any one have I/PM installation steps for windows server 2003 Please provide the steps.
    Any input would be greatly appreciable.
    regards
    Vijay

    Vijay,
    IPM is not certified to be installed on Windows XP (as for IPM services).
    It is possible to install IPM on one server machine (or two, if you need Web). First, you have to decide, which services you have to install.
    regards
    Jakub

Maybe you are looking for

  • 2006 mac mini

    hi guys i have brought 2x 1gb ram i have taken mac apart and installed ram boots fine NOW HOW DO I UPDATE OS TO 10.5 I DONT HAVE CD AND IS IT FREE TO UPDATE OS THX ABDUL

  • Error - RSM1_CHECK_FOR_DELTAUPD

    Hi Source System was refreshed. After Refresh follwoing are the steps i have done 1. Restore of source system. 2. Run the report RSSM_OLTP_INIT_DELTA_UPDATE. 3. Now i have to start with master data upload. When i am doing full upload for material gro

  • Loading video in flash

    is there any way how to load any video type into flash?.. like .avi (divx, ..), .mpeg, .3gp, .mov .. something i should put some codec .dll to load.. i know, flash player is not video player, but is there any chance how to do it and not to convert vi

  • Passing an variable through classes on init

    i have a main class this class starts up another class so iv got 3 classes class1 -load class2 class2 -load class3 class3 maxslots = 0 now that maxslots variable i want to set up from the VERY first class1 but i cant see how you pass it thought the c

  • Join parent with child on nested object table

    We made a nested table in Oracle 8i with two object types and collection type. We manipulating with it - no problem. However trying to join parent with the child cause the problem in PL/SQL This sintax is OK for Oracle SQL and returns right result: s