CONTINUE in Oracle?

Hello guys,
I would like to ask if there is a similar command in Oracle with the CONTINUE command in sybase?
I have the code:
     if (n = 1) or (n = 7) then
     continue;
     end if;
but when i paste it in pl/sql it displays me error.
any idea?
thanx in advance.
regards,
Bill.

Hello guys. I want to continue to a loop. Exactly my code is:
loop
          i := i+1;
          d := :adeia_details.begindate + ( i - 1 );
          n := trunc(d) - trunc(d,'IW') + 1;
          if (n = 1 or n = 7) then
          continue;
          end if;
          if :adeia_details.employee_id > 100 then
               continue;
          end if;     
          hmeres --;
          exit when hmeres = 0;
     end loop;
John what other solution do you suggest to me as far as you say that Sam's solution is wrong?

Similar Messages

  • Can w use rsync for Business Continuity for Oracle Applications Release12 ?

    Hi ,
    One of our customer has implemented Oracle EBS R12 (12.0.6) on HP-UX (IA).
    Database Tier on a Two Node Oracle Database 10g R2 RAC
    Application Tier on Two Node using Shared APPL_TOP with Load Balancer.
    They want to implement DR site using Oracle Data Guard (RAC to Non-RAC).
    I was referring to Note: 452056.1 +( Business Continuity for Oracle Applications Release 12 on Database Release 10gR2 - Single Instance and RAC )+.
    In this note its mentioned that:
    If you wish to synchronize your concurrent manager log and out files between production and standby, you need to create folders matching to the APPLCSF environment variables for each others......................... For example, set up an rsync job similar to the below example in cron, to run every few minutes.
    Can we use rsync for Production systems without any issues? Customer is concerned about using freeware on their Production systems.
    Rgds,
    Thiru.

    Thiru,
    Can we use rsync for Production systems without any issues? Customer is concerned about using freeware on their Production systems.You can use it with no issues. Or, you could use any other copy tool to copy those files.
    Thanks,
    Hussein

  • Beta Testing Continues for "Oracle Database 11g: Performance Tuning" Exam

    !http://blogs.oracle.com/certification/2009-0204-1123.gif!
    The beta period continues for the <strong>Oracle Database 11g: Performance Tuning certification exam (1Z1-054)</strong>, which is a single exam requirement for Oracle 11g DBA OCPs to earn the Oracle Database 11g Performance Tuning Certified Expert (OCE) certification. Read more on the <a href="http://bit.ly/UGJh4">Oracle Certification Blog</a>.</p>

    Hello Hussein
    Yes true, I remember it for the OCE and Linux exams they rescheduled the end date several times. As far as I know it is related to the number of participants and the given feedback.
    I've also participated to several other exams, and I must admit that it is a long and hard process to get through. When I got the feedback 10 weeks after the beta period closure, I had to review nearly all the topics to get the exams passed the second time. But this it is a cheap and good exam preparation.
    What about you Hussein? Do you think that's trivial?
    Cheers,
    Hub

  • CONTINUE in Oracle 10g - A Hack !

    How is the CONTINUE keyword is implemented in Oracle 11g? How would they have created it? Any good information you might think of, please share. Is there a way to create it on 10g
    Thanks.
    Edited by: guru paran on Dec 11, 2012 4:04 AM

    That does not seem to work:
    SQL> set serveroutput on
    SQL> create or replace procedure continue
      2  as
      3  begin
      4   dbms_output.put_line('I am here...');
      5  end continue;
      6  /
    Procedure is aangemaakt.
    SQL> begin
      2    for i in 1..42
      3    loop
      4       null;
      5       continue;
      6       null;
      7    end loop;
      8  end;
      9  /
    PL/SQL-procedure is geslaagd.
    SQL>
    SQL>Note: no screen output.
    Apparently the compiler always favors the builtin CONTINUE above your own version...
    CONTINUE is just shorthand for a particular kind of GOTO.
    I'd advise not to use it too.

  • Difference between continue and Exit ........?

    Difference between continue and Exit ........

    See a small example CONTINUE below with some notes:-
    When Nothing to Do, CONTINUE: - In Oracle Database 11g PL/SQL has a new construct called CONTINUE, which is used in a loop. The statement moves the logic to the end of the loop and then to the beginning of the loop.
    Eg:
    begin
            for ctr in 1..100 loop
                    continue when mod(ctr,10) != 0;
                    dbms_output.put_line ('ctr='||ctr);
                      Continue Skip the executions of statements after this clause Like for numbers, those are not a multiple of 10. And comes to end loop then to start of loop          
            end loop;
    end;
    Here is the output:
    ctr=10
    ctr=20
    ctr=30
    ... and so on ...EXIT take you out of LOOP from current iteration and that will be last iteration.
    Thanks!

  • [Oracle workflow 2.6.3] unable to find product oracle.swd.jre[1.4.0, 1.4.4]

    I want to install Oracle workflow 2.6.3 on my server, but i get the following error while installing the program.
    unable to find product oracle.swd.jre 1.4.0, 1.4.4
    Below the step i took:
    I selected the oracle_home and the path where my db has been installed. Then next... and the universal installer gives me that error. I can choose to continue or to go back. I tried to continue and oracle worflow has been succesfull installed. bet when to try to run the workflow manager. I get the following result:
    C:\oracle\product\10.2.0\db_1\wf\install>set JAVA_HOME=
    C:\oracle\product\10.2.0\db_1\wf\install>"\bin\java" -classpath ";C:\oracle\prod
    uct\10.2.0\db_1\wf\java;\lib\rt.jar;\lib\i18n.jar;C:\oracle\product\10.2.0\db_1\
    wf\install\WorkflowCA.jar;C:\oracle\product\10.2.0\db_1\jlib\ewt3.jar;C:\oracle\
    product\10.2.0\db_1\jlib\ewt3-nls.jar;C:\oracle\product\10.2.0\db_1\jlib\share.j
    ar;C:\oracle\product\10.2.0\db_1\jlib\swingall-1_1_1.jar;C:\oracle\product\10.2.
    0\db_1\jlib\fndctx.jar;C:\oracle\product\10.2.0\db_1\jlib\wfjava.jar;C:\oracle\p
    roduct\10.2.0\db_1\jlib\wfapi.jar;C:\oracle\product\10.2.0\db_1\jdbc\lib\classes
    12.jar;C:\oracle\product\10.2.0\db_1\sysman\jlib\emd.jar;C:\oracle\product\10.2.
    0\db_1\jlib\emConfigInstall.jar;" oracle.apps.fnd.wf.install.db.WorkflowCA /wfdi
    r "C:\oracle\product\10.2.0\db_1\wf" /orahome "C:\oracle\product\10.2.0\db_1" /
    wintz "W. Europe Daylight Time" /systemroot "C:\WINDOWS" /ospath "C:\OraHome_2\
    bin;C:\oracle\product\10.2.0\db_1\bin;C:\OraHome_1\bin;C:\OraHome_1\jre\1.4.2\bi
    n\client;C:\OraHome_1\jre\1.4.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Sy
    stem32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files
    \Support Tools\;"C:\Program Files\Symantec\Norton Ghost 2003\";C:\Program Files\
    QuickTime\QTSystem\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\"
    The system cannot find the path specified.
    Anyone an idea to resolve it...
    tnx in advanced....
    Edited by: user565199 on 15-jan-2009 3:33
    Edited by: user565199 on 15-jan-2009 3:52

    sorry maybe a noob question but does it means io have to install the whole db again?I don't know. Try to install OWF 2.6.4 and maybe it upgarde all compnents from OWF 2.6.3
    Are can you choose to install the workflow server only. When i start the install file with the universal installer i can only choose forYou need additional Oracle Database Companion CD, for link look at this message
    (from thread which I provided in prev. post)
    Re: Create Process Flow
    Regards,
    Oleg

  • Oracle EBS 12.1.3 with 12c DB DG

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

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

  • Oracle Not Starting : error ORA-19809

    Hello All,
    I was trying to start the 11gr2 database and getting the following error. Please can any one give some advise ? I manually deleted all archive logs using OS command but still i get the
    same error when i try to start the database.
    ORA-19815: WARNING: db_recovery_file_dest_size of 4039114752 bytes is 100.00% used, a nd has 0 remaining bytes available.
    You have following choices to free up space from recovery area:
    1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,
    then consider changing RMAN ARCHIVELOG DELETION POLICY.
    2. Back up files to tertiary device such as tape using RMAN
    BACKUP RECOVERY AREA command.
    3. Add disk space and increase db_recovery_file_dest_size parameter to
    reflect the new space.
    4. Delete unnecessary files using RMAN DELETE command. If an operating
    system command was used to delete files, then use RMAN CROSSCHECK and
    DELETE EXPIRED commands.
    Errors in file /u01/app/oracle/diag/rdbms/orcl/DB11G/trace/DB11G_ora_2921.trc:
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 50629632 bytes disk space from 4039114752 limit
    ARCH: Error 19809 Creating archive log file to '/u01/app/oracle/flash_recovery_area/O RCL/archivelog/2012_02_18/o1_mf_1_95_%u_.arc'
    2012-02-18 15:58:55.099000 -05:00
    ARC3: Archival started
    ARC0: STARTING ARCH PROCESSES COMPLETE
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance DB11G - Archival Error
    ORA-16038: log 3 sequence# 96 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_3_7kp sygwt_.log'
    ORA-00312: online log 3 thread 1: '/u01/app/oracle/flash_recovery_area/ORCL/onlinelog /o1_mf_3_7kpsyj6n_.log'
    Errors in file /u01/app/oracle/diag/rdbms/orcl/DB11G/trace/DB11G_arc2_2927.trc:
    ORA-16038: log 3 sequence# 96 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_3_7kp sygwt_.log'
    ORA-00312: online log 3 thread 1: '/u01/app/oracle/flash_recovery_area/ORCL/onlinelog /o1_mf_3_7kpsyj6n_.log'
    Errors in file /u01/app/oracle/diag/rdbms/orcl/DB11G/trace/DB11G_ora_2921.trc:
    ORA-16038: log 2 sequence# 95 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_2_7kp sydnm_.log'
    ORA-00312: online log 2 thread 1: '/u01/app/oracle/flash_recovery_area/ORCL/onlinelog /o1_mf_2_7kpsyfp7_.log'
    USER (ospid: 2921): terminating the instance due to error 16038
    2012-02-18 15:58:56.976000 -05:00
    Instance terminated by USER, pid = 2921

    Rama Krishna wrote:
    I think database need to be started before you do any thing with RMAN my problem is database not even starting!You told SB that you had done "option 4":
    4. Delete unnecessary files using RMAN DELETE command. If an operating
    system command was used to delete files, then use RMAN CROSSCHECK and
    DELETE EXPIRED commands.
    Oh well. So you " *think* database need to be started before you do any thing with RMAN"
    Did you try?
    We don't need the database to be open for this, just have the control file mounted:
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@vmlnxsrv01 ~]$ rman target /
    Recovery Manager: Release 11.2.0.1.0 - Production on Sat Feb 18 16:21:25 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database (not started)
    RMAN> startup mount;
    Oracle instance started
    database mounted
    Total System Global Area     849530880 bytes
    Fixed Size                     1339824 bytes
    Variable Size                578817616 bytes
    Database Buffers             264241152 bytes
    Redo Buffers                   5132288 bytes
    RMAN> crosscheck archivelog all;
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=18 device type=DISK
    validation succeeded for archived log
    archived log file name=/orafra/ORCL/archivelog/2012_01_15/o1_mf_1_66_7k6t71k9_.arc RECID=3 STAMP=772653704
    <snip>
    archived log file name=/orafra/ORCL/archivelog/2012_02_18/o1_mf_1_80_7n06cfq0_.arc RECID=17 STAMP=775582480
    Crosschecked 15 objects
    RMAN> exit
    Recovery Manager complete.
    [oracle@vmlnxsrv01 ~]$ exit
    logoutEdited by: EdStevens on Feb 18, 2012 4:32 PM

  • Does Oracle give a damn about the Linux comunity?

    I am the technical lead on a research project that will lead to a major
    implimentation in the short term future. I pushed for Oracle since it
    gives the best combination of performance, reliability, features and I
    thought platform options. Linux is what our developers use as our
    standard workstations. We do have a few holdouts still running Windows
    but not many. We have had no problem obtaining client libs and Unix
    ODBC drivers for Postgress, Sybase, MySQL and amazingly enough
    even MS SQL Server. Oracle defies us. We have had to purchase
    3rd party drivers to access Oracle DBs through Cold Fusion and PHP.
    Now we cannot even aquire a simple SQL client so that we can create
    and edit our schema's. A client readily availible in windows. I am
    baffled. The client software exists, but only as part of a huge download.
    To split it off to a seperate download would be trivial.
    A simple fact in IT is that people tend to use what they are comfortable
    with. That is why you see so many Access databases out there being
    used for things Access should have NEVER been considered for. If you
    make it too difficult to prototype in Oracle why are people going to
    impliment in it? We have a liscenced copy of Oracle. Some basic VERY
    basic support given to other platforms by Oracle and offered freely by
    just about any other database out there would be a really nice sign from
    Oracle that they don't consider the Linux comunity with hostility.
    In other words I think it is imperitive for Oracle to provide some basic
    ODBC drivers (reguardless of platform, for Oracle 7 under windows
    we had to purchase 3rd party ODBC drivers since those provided were
    so buggy as to be unusable.) SQL Clients and a little bit of documentation
    on how to setup and configure them. Of the thousands of dollars probably
    going to run into millions that this project is likely to send to Oracle I don't
    think it is asking much to ask for these simple things to make it POSSIBLE
    to use their product.
    Writing our own SQL client and or downloading the entire Oracle demo
    to aquire a client which may or may not continue to work after expiration.
    Then having to visit machines scattered accross 3 square miles of compound.
    Getting security clearence to get INTO those buildings. It's just running me
    out of time and eating away at the funding for the project. If I had a simple
    tarball or rpm then I could ssh into the machines that need the product,
    install it and be done with it. If I had drivers that didn't steal from the projects
    funding we would have happier clients. We are going head to head against
    another group that has chosen MS SQL Server as thier backend and if thier
    product reachs deployment before ours it will likely mean that what is used
    from our project will be ported to MS SQL Server. I'd prefer that did not
    happen. I am VERY frustrated however with the lack of response from Oracle.
    I've left a couple messages in the forum, asked one of thier consultants
    who was onsite. Generated several emails. No response. Because we
    are "Linux" users I guess that means we should be able to decompile thier
    installation scripts, pick out all of the dependancies for thier SQL client
    and generate our own installation then debug it. It'd be nice if I had that
    much time and confidence in the demo version that it won't time out and
    stop the SQL Client. It'd be nice if an Oracle rep would even send me a
    list of files needed for SQL + to install.
    To let me know whether the SQL plus included with Oracles
    demo code would continue to run after the 90 days or whatever the expiration
    date is on thier demo package.
    As an interm step we've ported the schema to Postgress and MySQL and
    are doing development on those DBs since we can actully TALK to them.
    I am very frustrated with Oracle right now. I know the companies goal
    is to absorb us and we in a very M$ mannor use all Oracle products.
    Simple fact is that won't happen. Oracle in my opinion makes not only
    the best DB out there, Oracle has lead the market by creating most of
    the major inovations in DBs. Oracle does data like no other. I'd like to
    continue using Oracle. I'd like Oracle to pay a little attention and provide
    the kinds of things their competitors provide. If this is the kind of service
    we get when there is compitition what will happen if there were none?
    Come on, providing ODBC, JDBC drivers and a SQL Client is not asking
    for much!
    I'd LOVE to hear someone from Oracle respond to this. I can be reached
    by email at [email protected]

    Well first of all if you go out to metalink and look under product lifestyle you will find a chart that tells you what platforms are certified. If you go out there today you will see oracle 9i is certified for red hat 7.1 but withdrawn for 7.0. 8.1.7 is certified for red hat 7.1 all the way down to 6.0. As for any Oracle version lower then that why would they certify it since they aren't completly supporting 8.1.6 and below any more. There is also a chart out there as to what is being supported regarding the oracle versions and and what type of support is available. As for downloading just the sql client. I have no trouble downloading the client for most platforms. I haven't tried to down load it for linux, but I use linux for the server not the client. Also you must realize that the version out there to be downloaded is the very latest and could be riddled with bugs. As I have found in the past. Next you mention that you are the lead in a research project for the short term future and that oracle should be making oracle 7 work with linux. Are you crazy? Oracle 7 is 5-7 years old, it is old and outdated, the only reason oracle extened service on that version is because some of the os's like hp-unix stated they will support their os's that run it for 1-2 more years so oracle matched it. They aren't solving any more bugs with oracle 7, so why in the world would they certify new platforms for a version they no longer support? Also if you are developing something new why would you not use the latest and greatest of all the apps you plan on using? I've been trying for 2 years for my company to get off of oracle 7 and from your email it seems that you are starting your company off using oracle with a version that is no longer supported. As for downloading a demo, I think you are just on the wrong part of the website because I've downloaded the server and client before when moving to linux from hp-unix and didn't have any problems with download. Now there were many days where the website was down, but I've gotten useto some parts of oracle's websites being down.

  • Oracle Discoverer 9i with 11g R2 Database

    Hi everyone,
    Currently our company is still using Oracle Discoverer 9i with Oracle 10g. It is working very fine without any problem. My question is, if we were to upgrade the Database from 10g to 11g R2, is it "technically" possible to continue using Oracle Discoverer 9i? We understands that Oracle Discoverer 9i is de-supported product but actually it is working fine with our current Database 10g.
    If Oracle 11g R2 can be connected to Oracle Discoverer 9i, we would very much prefer to continue using Oracle Discoverer 9i even though it is de-supported.
    Appreciate if someone can enlighten us.
    Thanks and rgds,
    Zack

    Dear Srini,
    Thank you very much for the advise. However, the problem here is my company will not upgrade to 11g if Discoverer 9i is not working. This is because they find so troublesome to re-create all the existing reports which is more than thousands of report...;-(.
    Really appreciate the feedback from someone who has experience using oracle Discoverer 9i with 11gR2.
    Thanks and rgds,
    Zack

  • Using Oracle Dataguard 10g With Oracle EBS

    Hello,
    I am working on Linux with Oracle Database 10g and Oracle EBS R12 and trying to configure Oracle Data Guard with Oracle EBS. I have been reading Oracle My Support Document (Business Continuity for Oracle E-Business Release 12 Using Oracle 11g Physical Standby Database [ID 1070033.1] ).
    Please let me know of any another useful documents. It will also be helpful if anyone could share real time experiences.
    Thank you.

    Hi,
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/11g/r2/prod/ha/dataguard/physstby/physstdby.htm
    http://www.oracle.com/technetwork/database/features/availability/dataguardoverview-083155.html
    Regards
    Yoonas

  • Oracle 11G Configuration Issue

    Hi All,
    I am in the process of installing Oracle Forms and Reports 11g[11.1.2].
    I have installed Oracle 11g, getting a issue while configuring it.
    INST – 07249 :An Unexpected error occurred during the validation of Middleware home location
    INST-07286: Specified Oracle Middleware home locationdoes not have version 10.3.5 of weblogic server.If the version is incorrect then configuring with the weblogic server will fail
    WLS 10.3.5 have been installed, and I can access the Admin console.
    I did checked for the WLS version in its registry file created on WLS installation to confirm its version number.
    I have used the same middle ware home location which I used to install the WLS.
    Please can you get me some information to overcome this issue?

    This is well explained from user's guide:
    Stopping Node Manager Before Installing Oracle Forms and Reports (Windows Only)
    If you are installing Oracle Forms and Reports on a Microsoft Windows operating system, you must make sure that the Node Manager utility that was installed with Oracle WebLogic Server is stopped before you begin the installation:
    1.     Verify the Oracle WebLogic Server Node Manager utility is stopped. If it is running, kill the process.
    2.     Determine if the nodemanager.properties file is present in the WebLogic_Home\common\nodemanager directory.
    *1.     If the nodemanager.properties file is not present, continue installing Oracle Forms and Reports.*
    *2.     If the nodemanager.properties file does exist, open it and verify that the ListenPort parameter is included and that it is set. If the ListenPort parameter is not included or set, edit the nodemanager.properties file so that it is similar to the*
    following, where NODE_MANAGER_LISTEN_PORT represents the port the Node Manager listens on, such as 5556:
    *3.     ListenPort=NODE_MANAGER_LISTEN_PORT*

  • Oracle 9iAS installation

    I installed Oracle Application Server 9.0.3.
    After which my operating systems account was shifted to new Windows 2000 domain.
    Now I am installing Oracle Application Infrastructure 9.0.2.
    I am getting message that all Oracle Application Server components must be installed by same operating systems user. Even though my OS userid is same but because it has been transferred to new windows 2000 domain, Oracle will not allow to continue with Oracle Application Server installation.
    Any idea how to overcome this issue.

    I think u should install infrastructure first

  • Performance, Benchmark for Oracle XE

    My buisness would like to use Oracle XE as a starter base installation for customers, so that they can easly upgrade to an full Oracle SE or EE later. However I fail to find benchmark tests (like tpc.org) which give an image of the performance of the Oracle XE and how it compares to other databases such as PostgreSQL or MySQL in the smaller application market segment that XE is targeting.
    We have been running som tests in house, but the currently I must say they are not in the Oracle XE favour. This is disapointing, as we would want to avoid for our customers to start of with a DB other than Oracle, then do an transistion to Oracle SE or EE when the need is there.
    We are working on tuning/optimizing the database to perform better. Nevertheless it would be really interesting to see some benchmarks / comparison of the performance between Oracle XE an other DBMS in this segment of the DB market. Beeing well aware that their is not necessarely one database that fits each application/segment best, such a test would be informative. And also great input for my company when choosing which DB to use. Does anyone have any experience on this subject any feedback is highly appreciated. If anyone is interested I would be glad to post details regarding our tesing in house.
    Cheers

    Hi,
    Thanks for the reply. Being well aware of the complexity of optimizing application performance I am simply trying to find as many inputs as possible to make a decision. A benchmark test would for me not yield "the truth" in any way, but simply be another parameter to consider. I am also aware that Oracle DB has several features that other DBs don't have.
    You hit the nail on you assumption:
    2) use only the very basic features of both DBsThis is correct. We are using a EJB3.0 (Hibernate) environment togheter with JBOSS 4.0.5 application server, using no specific DB implementation. I realize that at some point, to acheive max performance, one should would have to implement code optimized for a specific DB. But right now I am interested in maximizing the performance with no specific DB code. We started out using Oracle XE, and it was doing well. We than switched to Mysql mainly for curiousity, and the performance was much better "out-of-the-box". ( x 2,5!) using less CPU -20%) an memory than Oracle XE. This was a suprising result for me, and now I would like to know why.
    If the reason is that Oracle uses more resource for background processes like gathering statistics etc. this is a feasable explanation. Also in a larger system, if these processes take more or less the same resources, they would make out a smaller part of the total available resources. Right now I can't explain the performance gap, I simply observe the test results but cannot explain them.
    As my demands to the DB features are limited (basic ER datatypes, incremental backup), is there perhaps a way to "disable advanced features" of Oracle XE, so that more CPU power is available to the application?
    Also, how well does the JBOSS app. server integrate with the Oracle DB? Would the Oracle XE perform better with an Oracle App.server?
    My application has a typical web-app, having mainly read queries with a high peak load (burst). I have tried tuning the connection pool etc. but no improvment. It is quite possible that I have reached the limit of performance of the Oracle XE, perhaps I am trying to use it for something it was not intended for? Having said this I would prefer to continue using Oracle XE, but it would be nice to know the reasons for the difference in performance.
    Any feedback is highly appreciated.

  • Unable to create ASInstance while configuring Oracle Fussion Middleware

    Hi,
    I installed the Oracle Fusion Middleware 11g on my XP, while configuring (running the config.bat file), I'm getting an error when trying to create the ASInstance.
    I did the following and I'm still not able to create an ASInstance :
    - uninstalled and installed the weblogic server and Oracle Fusion Middleware and retried the configuration procedure.
    - used the opmnctl tool to start the ASInstance i got the following error opmnctl : ORACLE_INSTANCE not set
    - made sure that the MSVCR71.dll is available in the system & system32 folder
    Please can anyone help to solve this problem so i can continue the Oracle Fusion Middleware configuration procedure ?
    Thanks in advance

    This is the error that's found in the log file hope it helps:
    Failed to start component emagent_asinst_1[[
    oracle.as.config.ProvisionException: HTTP status code = 204 : 0 of 1 processes started.
         at oracle.as.config.impl.OracleASComponentBaseImpl.manageProcess(OracleASComponentBaseImpl.java:942)
         at oracle.as.config.impl.OracleASComponentBaseImpl.start(OracleASComponentBaseImpl.java:1061)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:133)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:73)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:401)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:358)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    [2011-05-27T11:05:11.765+03:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000J0kQ^HGFO9WFLzjO8A1DrpJB000006,0] Status of component false
    [2011-05-27T11:05:11.765+03:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000J0kQ^HGFO9WFLzjO8A1DrpJB000006,0] [[
    oracle.as.config.ProvisionException: Failed to start the component
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:137)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:73)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:401)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:358)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    [2011-05-27T11:05:11.765+03:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000J0kQ^HGFO9WFLzjO8A1DrpJB000006,0] [[
    oracle.as.provisioning.engine.CfgWorkflowException
         at oracle.as.provisioning.engine.Engine.processEventResponse(Engine.java:596)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:368)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error creating ASComponent emagent_asinst_1.
    Cause:
    An internal operation has failed: Failed to start the component
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:414)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:358)
         ... 17 more
    Caused by: oracle.as.config.ProvisionException: Failed to start the component
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:137)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:73)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:401)
         ... 18 more
    ]]

Maybe you are looking for