Is there any futures like DMBS_RESULT_CACHE in Oracle 10G?

Hi,
We are using oracle version,
SQL*Plus: Release 9.2.0.1.0 - Production on Fri Mar 13 15:17:14 2009
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
Is there any web related futures available in Oracle 10G to set the procedure or Function output to web cache?
Any oracle functions related to web logic would help me.
Thanks

Is there any web related futures available in Oracle 10G to set the procedure or Function output to web cache? I'm not sure I understand the question. What do you mean by "web cache" here? You can always manually cache results by storing the results in a package variable before returning them and have your functions and procedures check whether the result is already cached before recomputing it. Of course, that means that you have to manually manage the cache invalidation as well. But that's probably the closet thing to the result cache in earlier Oracle versions.
Any oracle functions related to web logic would help me.Again, I'm not sure I understand the question. Are you talking about WebLogic, Oracle's J2EE application server? Or does "web logic" relate to "web cache" above?
Justin

Similar Messages

  • Is there any function like...?

    Hi, I am new to Oracle and got a problem, may someone help me thanks in advance:
    Is there any built-in function in Oracle like:
    functionname(predication?action1,action2)
    that means, if the predication is true, then do action1 else action2?
    Thanks.

    In PL/SQL, there is a BOOLEAN datatype you can use.
    SQL> set serveroutput on
    SQL> declare
      2      v_var boolean:=true;
      3      v_out varchar2(1);
      4  begin
      5      v_out:=case when v_var then 'Y' else 'N' end;
      6      dbms_output.put_line(v_out);
      7  end;
      8  /
    Y
    PL/SQL procedure successfully completed.Be aware, DECODE is only allowed inside a SQL statement, dislike the CASE as it has been showed here above.
    Nicolas.

  • Help|| Is there any tool available to register Oracle datasource objects into JNDI

    Is there any tool available to register Oracle datasource objects into JNDI.If so please tell me where can I download.
    Thanks
    shiva

    I'd like to know the answer to this also.
    I just started reading about JNDI 2 days ago and have never used it. I'd like to use DataSource in my application with JNDI. If I can use the database as my JNDI "server", then I'd prefer to do that instead of having a seperate external server.

  • Is there any .obr files  related to Oracle SOA Suite 10.1.3.1.0 ? if yes then i want to open that .obr files  in Oracle SOA Suite 11g environment

    is there any .obr files  related to Oracle SOA Suite 10.1.3.1.0 ? if yes then i want to open that .obr files  in Oracle SOA Suite 11g environment . is it related to Oracle Business Rules ?

    Did you find a solution to this issue? We are having a similar issue trying to deploy a Paypal IPN on OAS 10.1.2.3. The IPN messages coming from Paypal appear to be attempting an SSLv2 handshake. In our case SSLv2 is disabled due to our security requirements so the connection is killed by our App Server. We have found that manually sending the IPN messages works correctly.

  • Is there any tool like hibernate/ibatis for abap

    hi all,
    is there any tool like hibernate/ibatis for abap.  I want to exactly know whthr there is any object relational mapping tool for abap development.
    is object based services a object relational mapping tool ?
    thanks in advance
    bye
    babu

    No. Many people use Jasper Reports (http://jasperreports.sourceforge.net/) for their reporting. It's free and opensource. You define your reports in xml and you can create text, html and pdf reports.
    You can also try to use html for reporting. I've used it on a project with pretty good results. The benefit is that you probably don't need to learn a new tool/language.
    We generated the html using velocity, layout was done using css. You can remove the default headers, footer and page margins added by internet explorer by setting some registry keys:
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup]
    "header"=""
    "footer"=""
    "margin_bottom"="0.1"
    "margin_left"="0.10"
    "margin_right"="0.10"
    "margin_top"="0.1"

  • Is there any app like MathCad in apple?

    i want to make calculations like integrals. is there any program like mathcad that excists in microsoft?

    Good place to look for software:
    http://www.macupdate.com/
    And for free alternatives to some popular software packages:
    http://alternativeto.net/
    (If you see an ad there for something called MacKeeper, ignore it and on no account install it - it is malware.)

  • Is there any app like Nokia Ovi Suite for Apple5.

    Is there any app like Nokia Ovi Suite for Apple5.

    I think you're just as capable of doing an internet search as we are.  Try it!
    http://lmgtfy.com/?q=Is+there+any+app+like+Nokia+Ovi+Suite+for+Apple5

  • Is there any app like S health in samsung s4???? please mention name

    is there any app like S health in samsung s4???? please mention name

    Add a listener for EXITING event. AIR dispatches EXITING event on iOS when application is about to be exited. Your application can execute for around 5 seconds after receiving this event.
    NativeApplication.nativeApplication.addEventListener(Event.EXITING, onExit);
    function onExit(e:Event):void
    // code to be executed upon exit.
    Please note that EXITING event is not dispatch if application is in suspended in background.
    -Neha

  • Is there any service like "kOversetFrameService" for indesign?

    Hi all
    I looked service providers there was "kOversetFrameService" for "incopy". is there any service like "kOversetFrameService" for indesign?
    thanks
    Hakkim

    Hi steven
    thanks for ur reply. I dont have much knowledge in sdk, how can i use it as seviceid. could u pls suggest?
    many thanks
    Hakkim

  • Is there any thing like SAP INSURANCE

    hi every one,
    is there any thing like SAP INSURANCE,
    If yes, can any one please send me the entire configuration.
    thank u in advance
    bi

    http://www.sap.com/industries/insurance/index.epx
    Please find the link
    if useful award points
    anantha

  • Is there any subscription like prepaid in azure.

    Is there any subscription like prepaid in azure, For every subscription it is asking for credit card which I dont want to give.
    Please let me know if any.

    As of now there is no option like prepaid but you may try Azure in open which is similar to what you are looking for.
    You should be purchasing a token / azure credits with certain amount from the reseller at any time. see Azure in Open  for more details, here is the link:
    http://azure.microsoft.com/en-in/offers/ms-azr-0111p/
    Let us know if it helps.
    Regards,
    Azam Khan

  • Is there any patch or update for Oracle BPM 10.3.2

    Is there any patch or update for
    Oracle (R) BPM Studio
    Version: 10.3.2
    Build: #100141
    to fix some problems ?
    tks

    Current build is #100406 and it fixes a lot of bugs since your build.
    +(Patch 9870519: Oracle BPM 10.3.2 HotFix build 100406 - Studio)+
    Use Oracle Support to download patch.
    Rgds,
    W.
    Edited by: Waldemar Thiel on 2010-07-14 15:17

  • Hi There, Is there any Viewlet or PPT for Oracle Implemantation on metalink

    Hi There,
    Is there any Viewlet or PPT for Oracle Implemantation on metalink.
    If it is there Please Give me the link.
    Bachan.

    Even if you find such a document, I believe it will not be enough to cover the implementation steps.
    The best source of information is Oracle Documentation in addition to Metalink course of course:
    http://download-uk.oracle.com/docs/cd/B25516_14/current/html/docset.html

  • Are there any apps like outlook but for the ipads?

    are there any apps like outlook but for the ipads?
    I want to manage my calendars appointments outlook is perfect but is it compatable for ipad

    Yes Outlook is Compatible for iPAD, but you have to buy it as an additional APP. However you can download something called "iCloud Control Panel" for Windows Machine & Install it. This would integrate all your Windows Calendar in Outlook to iCloud.
    Then enable iCloud in your iPad. All your contacts & calendars would sync automatically to your outlook on the windows machine. You can actuallu configure "Mail" app in the iPad to your exchange server.

  • Is there any future in doing mobile development in flash CC

    Hello all,
    I was after peoples thoughts on if there is any future in doing mobile development in flash CC?
    Initially I was quite excited but I have just tried to put something together and have hit some hurdles quickly.
    At this stage the cons seem to be outweighing the pros.
    As I see it
    Pros are.
        •    Multi-platform deployment (write once and output to many devices)
        •    Easy to use flash
        •    Large resource of action-script.
        •    Supported by Adobe (I hope..)
    Cons are
        •    Poor multi touch support (no double tap support)
        •    No easy way of getting user input (as in uipicker etc)
        •    Poor performance (not being native code)
        •    Uncertain future of flash  /  flex
        •    Can not use any flash vector
        •    Dependant on if device will keep allowing flex

    I'd have to adjust that list of cons a bit, going point by point:
    ...no double tap support
    While it's true that not every gesture has been coded in AIR, you can always implement them yourself. In fact the ones you tend not to see are the easiest to implement. Double tab can easily be duplicated by a single object.
    In a view you wish to utilize it you can simply use a single object to store the last object tapped and the getTimer() it was tapped. Adding one more line of code to see if the last time it was tapped was "quickly enough", you'll know if the user double tapped.
    Yes, it's not ideal that they didn't wrap under a dozen lines of code for you, but I wouldn't say it lacks support unless it was either incredibly difficult to implement yourself, or impossible.
    ...as in uipicker etc
    There are (as you said) substantial resources out there for all sorts of Flash based components. They can all be used in your project, just as on the web. You'd be smart to stick to anything GPU accelerated, like FeathersUI.
    That said I'd say there's a LOT more components already developed of all sorts for Flash than any native SDK.
    Poor performance (not being native code)
    Stage3D performs quite amazingly. About as close to native (or better) as you can get, depending on what you're doing. The only difference is you have the power of a familiar multimedia engine wrapped around it so you're not stuck ripping apart native SDK components until they don't look like themselves (otherwise the app looks slapped together).
    I suggest you try the previously linked GPU controls before you think the performance is actually poor.
    Uncertain future of flash  /  flex
    Can't comment here, the roadmap is as unpredictable as the mobile landscape itself. Flash has a ton of uses outside mobile apps or website video/banners. It's used to make kiosks, top tier presentations, learning tools for students new to programming, sophisticated/interactive animations and 3d, etc.
    Flex is completely different.
    Can not use any flash vector
    I'm not sure what you mean by this. I use plenty of them. I typically use the graphics system to draw dytnamic interface elements and then raster them into bitmaps for presentation in Stage3D.
    Dependant on if device will keep allowing flex
    The device doesn't "allow" SWF or Flex. It is compiled down to ARMv7 compatible code. It has no idea what created the code. C++, Obj-c, Java, Perl, Python, Ruby or even LOLScript could be ported as long as the target is ARMv7 compatible code (soon to be ARMv8 64bit, Apple opening that door).
    That all aside, I've definitely been scorched by the differences between implementations of Android and iOS with AIRs limitations. While you're using the majority (hopefully) of your code base for both targets, you will definitely have differences to conform to the platforms needs.
    In the end, having had plenty of experience with the pitfalls of both, I see 2 things, which has already been living amongst us the entire time.
    1) AIR is being used where there is a need that no other runtime fills quite so nicely.
    With Adobe Native Extensions and a sophisticated 2D/3D GPU leveraging multimedia engine behind you, it's hard to find any other authoring environment more desirable.
    Even though Phonegap has native extensions, I think we can all pick out a webpage-as-an-app easily. AIR is far more difficult to spot because your imagination is the limit.
    That said, much like in the beginning, Flash was utilized to solve all our video/audio codec and font problems. We abused and over used it until technology matured so we could properly handle these issues. That leads to:
    2) The web is maturing the requirements of browsers to the point they're becoming multimedia engines or hosts themselves. Requiring them to implement 2D Canvas, WebGL and standardized JavaScript and CSS specification, we're maturing the web enough to replace AIR.
    Now that browsers allow JavaScript to power single application pages (SAP), apps will probably start to fall off in usage, much like the abuse of Flash. Apps only solve a current problem, lack of acceess to capability. Soon we probably won't need Phonegap and native extensions as the only way of developing a truely sophisticated device site.
    I imagine users would rather just use their browser to load a web address which can store everything necessary to operate with offline storage, rather than lurking through a sea of hundreds of thousands (or millions+) apps. And once again people will return to the matured web with little to no need for everything to be AIR, native code or some variant.
    Change is constant..

Maybe you are looking for

  • Variance Report between G/L Actual Balance v/s G/L Budgeted amount.

    Dear Sir, I have G/L Account wise company budget. I want to compare the same with G/L actual balance and arrive at a variance report. While executing the financial report at F.01 if I select Plan version as 0 the report is displaying the actual figur

  • My new Mac OSX 10.7 does not recognize my existing hp j5750 all-in-one?

    Error message:  You can't open the application HP Installer because PowerPC applications are no longer supported.  How can I get the new Mac to recognize the all-in-one????? This question was solved. View Solution.

  • Sudden Problem Sending Photos by Email

    Hi, After being able to successfully send photos from my iPhone by email ever since I got it, I suddenly have a problem. The recipient does not receive the photo - only a small blue box with a question mark in it. The copy of the email in my Sent fol

  • Windows  suddenly got slow to launch in Windows 7

    I have a Dell pc with 3 gig of ram and a dual core processor. When I first installed Photoshop it started right up as soonas I clicked the icon. Now it takes about 10 seconds toload and when it does come up it takes another 5 seconds or so to respond

  • Selection in JTree

    Hello evrybody, Is there an easy way to know that the selected node in a JTree is a folder ? Thanks