Oracle.webdb.wsrp.OperationFailed

Hi,
I have registred my provider with Weblogic 8.1 using WSRP.
The remote portlets can now be added, however, when i say View Desktop in the Weblogic Administrator console, the Page displays the following errors:
Fault: {http://schemas.xmlsoap.org/soap/envelope/}Server
oracle.webdb.wsrp.OperationFailed
Can someone tell me, what this means and wat should i do to correct the problem.
Thx
Mukta

STANDARD is one of the packages owned by SYS, and is created during the installation of your database.
First of all check if it's still there by querying the DBA_OBJECTS table.
It is more likely that somehow the privileges of your WEBDB-owner or the site-owner on the package are revoked. So check these as well.
Hope this helps
null

Similar Messages

  • Oracle Portal WSRP messing things up for Tapestry JSR-168 portlet?

    I've been trying to consume a Tapestry JSR-168 portlet in Oracle Portal 10.1.4. However a very simple tapestry page is (already) failing. This page displays some boilerplate text and a form component including one text input item. Upon display the following stacktrace is shown:
    06/03/03 14:42:58 webmodule: [id=3230371113264,1] EXCEPTION THROWN: Uncaught exception
    org.apache.hivemind.ApplicationRuntimeException: Invalid URL "wsrp_rewrite?wsrp-urlType=blockingAction&wsrp-mode=wsrp%3Aview&wsrp-windowState=wsrp%3Anormal&wsrp-secureURL=false/wsrp_rewrite" [context:/WEB-INF/Home.page, line 5, column 59]
         at org.apache.tapestry.engine.RequestCycle.renderPage(RequestCycle.java:380)
         at org.apache.tapestry.portlet.PortletRendererImpl.renderPage(PortletRendererImpl.java:70)
         at $PortletRenderer_109c058b59f.renderPage($PortletRenderer_109c058b59f.java)
         at $PortletRenderer_109c058b59e.renderPage($PortletRenderer_109c058b59e.java)
         at org.apache.tapestry.portlet.PortletHomeService.service(PortletHomeService.java:80)
         at $IEngineService_109c058b58a.service($IEngineService_109c058b58a.java)
         at org.apache.tapestry.services.impl.EngineServiceInnerProxy.service(EngineServiceInnerProxy.java:77)
         at org.apache.tapestry.services.impl.EngineServiceOuterProxy.service(EngineServiceOuterProxy.java:66)
         at org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:248)
         at org.apache.tapestry.services.impl.InvokeEngineTerminator.service(InvokeEngineTerminator.java:60)
         at $WebRequestServicer_109c058b559.service($WebRequestServicer_109c058b559.java)
         at $WebRequestServicer_109c058b558.service($WebRequestServicer_109c058b558.java)
         at $WebRequestServicer_109c058b557.service($WebRequestServicer_109c058b557.java)
         at $WebRequestServicer_109c058b556.service($WebRequestServicer_109c058b556.java)
         at org.apache.tapestry.portlet.RenderRequestServicerToWebRequestServicerBridge.service(RenderRequestServicerToWebRequestServicerBridge.java:49)
         at $RenderRequestServicer_109c058b551.service($RenderRequestServicer_109c058b551.java)
         at $RenderRequestServicer_109c058b550.service($RenderRequestServicer_109c058b550.java)
         at $RenderRequestServicer_109c058b54b.service($RenderRequestServicer_109c058b54b.java)
         at $RenderRequestServicer_109c058b54a.service($RenderRequestServicer_109c058b54a.java)
         at org.apache.tapestry.portlet.ApplicationPortlet.render(ApplicationPortlet.java:161)
         at oracle.webdb.wsrp.server.Server.getMarkup(Unknown Source)
         at oracle.webdb.wsrp.WSRP_v1_Markup_PortType_Tie.invoke_getMarkup(WSRP_v1_Markup_PortType_Tie.java:98)
         at oracle.webdb.wsrp.WSRP_v1_Markup_PortType_Tie.processingHook(WSRP_v1_Markup_PortType_Tie.java:495)
         at com.sun.xml.rpc.server.StreamingHandler.handle(StreamingHandler.java:230)
         at com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate.doPost(JAXRPCServletDelegate.java:153)
         at com.sun.xml.rpc.server.http.JAXRPCServlet.doPost(JAXRPCServlet.java:69)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.webdb.wsrp.server.ContextFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.webdb.wsrp.server.ContainerIllegalArgumentException: Invalid URL "wsrp_rewrite?wsrp-urlType=blockingAction&wsrp-mode=wsrp%3Aview&wsrp-windowState=wsrp%3Anormal&wsrp-secureURL=false/wsrp_rewrite"
         at oracle.webdb.wsrp.server.PortletResponseImpl.encodeURL(Unknown Source)
         at oracle.webdb.wsrp.server.RenderResponseImpl.encodeURL(Unknown Source)
         at org.apache.tapestry.portlet.PortletWebResponse.encodeURL(PortletWebResponse.java:60)
         at $WebResponse_109c058b636.encodeURL($WebResponse_109c058b636.java)
         at $WebResponse_109c058b51e.encodeURL($WebResponse_109c058b51e.java)
         at org.apache.tapestry.engine.RequestCycle.encodeURL(RequestCycle.java:207)
         at $IRequestCycle_109c058b63f.encodeURL($IRequestCycle_109c058b63f.java)
         at $IRequestCycle_109c058b53a.encodeURL($IRequestCycle_109c058b53a.java)
         at org.apache.tapestry.portlet.PortletLink.getURL(PortletLink.java:68)
         at org.apache.tapestry.portlet.PortletLink.getURL(PortletLink.java:126)
         at org.apache.tapestry.form.FormSupportImpl.render(FormSupportImpl.java:490)
         at org.apache.tapestry.form.Form.renderComponent(Form.java:250)
         at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:617)
         at org.apache.tapestry.BaseComponent.renderComponent(BaseComponent.java:92)
         at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:617)
         at org.apache.tapestry.AbstractPage.renderPage(AbstractPage.java:275)
         at org.apache.tapestry.engine.RequestCycle.renderPage(RequestCycle.java:366)
         ... 36 more
    06/03/03 14:42:58 webmodule: [id=3230371113264,1] WARNING: Unable to process client request: Invalid URL "wsrp_rewrite?wsrp-urlType=blockingAction&wsrp-mode=wsrp%3Aview&wsrp-windowState=wsrp%3Anormal&wsrp-secureURL=false/wsrp_rewrite"
    org.apache.hivemind.ApplicationRuntimeException: Invalid URL "wsrp_rewrite?wsrp-urlType=blockingAction&wsrp-mode=wsrp%3Aview&wsrp-windowState=wsrp%3Anormal&wsrp-secureURL=false/wsrp_rewrite" [context:/WEB-INF/Home.page, line 5, column 59]
         at org.apache.tapestry.engine.RequestCycle.renderPage(RequestCycle.java:380)
         at org.apache.tapestry.portlet.PortletRendererImpl.renderPage(PortletRendererImpl.java:70)
         at $PortletRenderer_109c058b59f.renderPage($PortletRenderer_109c058b59f.java)
         at $PortletRenderer_109c058b59e.renderPage($PortletRenderer_109c058b59e.java)
         at org.apache.tapestry.portlet.PortletHomeService.service(PortletHomeService.java:80)
         at $IEngineService_109c058b58a.service($IEngineService_109c058b58a.java)
         at org.apache.tapestry.services.impl.EngineServiceInnerProxy.service(EngineServiceInnerProxy.java:77)
         at org.apache.tapestry.services.impl.EngineServiceOuterProxy.service(EngineServiceOuterProxy.java:66)
         at org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java:248)
         at org.apache.tapestry.services.impl.InvokeEngineTerminator.service(InvokeEngineTerminator.java:60)
         at $WebRequestServicer_109c058b559.service($WebRequestServicer_109c058b559.java)
         at $WebRequestServicer_109c058b558.service($WebRequestServicer_109c058b558.java)
         at $WebRequestServicer_109c058b557.service($WebRequestServicer_109c058b557.java)
         at $WebRequestServicer_109c058b556.service($WebRequestServicer_109c058b556.java)
         at org.apache.tapestry.portlet.RenderRequestServicerToWebRequestServicerBridge.service(RenderRequestServicerToWebRequestServicerBridge.java:49)
         at $RenderRequestServicer_109c058b551.service($RenderRequestServicer_109c058b551.java)
         at $RenderRequestServicer_109c058b550.service($RenderRequestServicer_109c058b550.java)
         at $RenderRequestServicer_109c058b54b.service($RenderRequestServicer_109c058b54b.java)
         at $RenderRequestServicer_109c058b54a.service($RenderRequestServicer_109c058b54a.java)
         at org.apache.tapestry.portlet.ApplicationPortlet.render(ApplicationPortlet.java:161)
         at oracle.webdb.wsrp.server.Server.getMarkup(Unknown Source)
         at oracle.webdb.wsrp.WSRP_v1_Markup_PortType_Tie.invoke_getMarkup(WSRP_v1_Markup_PortType_Tie.java:98)
         at oracle.webdb.wsrp.WSRP_v1_Markup_PortType_Tie.processingHook(WSRP_v1_Markup_PortType_Tie.java:495)
         at com.sun.xml.rpc.server.StreamingHandler.handle(StreamingHandler.java:230)
         at com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate.doPost(JAXRPCServletDelegate.java:153)
         at com.sun.xml.rpc.server.http.JAXRPCServlet.doPost(JAXRPCServlet.java:69)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.webdb.wsrp.server.ContextFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.webdb.wsrp.server.ContainerIllegalArgumentException: Invalid URL "wsrp_rewrite?wsrp-urlType=blockingAction&wsrp-mode=wsrp%3Aview&wsrp-windowState=wsrp%3Anormal&wsrp-secureURL=false/wsrp_rewrite"
         at oracle.webdb.wsrp.server.PortletResponseImpl.encodeURL(Unknown Source)
         at oracle.webdb.wsrp.server.RenderResponseImpl.encodeURL(Unknown Source)
         at org.apache.tapestry.portlet.PortletWebResponse.encodeURL(PortletWebResponse.java:60)
         at $WebResponse_109c058b636.encodeURL($WebResponse_109c058b636.java)
         at $WebResponse_109c058b51e.encodeURL($WebResponse_109c058b51e.java)
         at org.apache.tapestry.engine.RequestCycle.encodeURL(RequestCycle.java:207)
         at $IRequestCycle_109c058b63f.encodeURL($IRequestCycle_109c058b63f.java)
         at $IRequestCycle_109c058b53a.encodeURL($IRequestCycle_109c058b53a.java)
         at org.apache.tapestry.portlet.PortletLink.getURL(PortletLink.java:68)
         at org.apache.tapestry.portlet.PortletLink.getURL(PortletLink.java:126)
         at org.apache.tapestry.form.FormSupportImpl.render(FormSupportImpl.java:490)
         at org.apache.tapestry.form.Form.renderComponent(Form.java:250)
         at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:617)
         at org.apache.tapestry.BaseComponent.renderComponent(BaseComponent.java:92)
         at org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:617)
         at org.apache.tapestry.AbstractPage.renderPage(AbstractPage.java:275)
         at org.apache.tapestry.engine.RequestCycle.renderPage(RequestCycle.java:366)
         ... 36 moreAny of you got any clue whether this is an issue of Tapestry, or of Oracle Portal. I'm guessing it is Oracle Portal messing things up, as it is Oracle which gets mentioned in the stacktrace as cause.
    Thanks.

    My mistake! The error was a result of a badly formatted portal.xml

  • Oracle WebDB for Linux

    Is there a place we can download Oracle WebDB for Linux?
    Thanks in advance.
    Zhenhua
    null

    Is there a place we can download Oracle WebDB for Linux?
    Thanks in advance.
    Zhenhua
    null

  • Can I download Oracle WebDB?

    How can I download Oracle WebDB? I just couldn't find it on technet.oracle.com, link that you recomanded to someone on Internet.
    Can I use WebDB with Oracle 8i Personal Edition?

    http://otn.oracle.com/software/content.html

  • Oracle WebDB Queries

    Hi
    While using WebDB I have some queries.Can anyone help.The queries are :
    1. Is there any way to know the IP address of the user (not in the listener host) from where the URL is executed. The table wwv_activity_log, wwv_activity_log1$, wwv_activity_log, wwv_activity_log2$ stores the IP address of the listener.
    2. How to refer the form variable. For example if it is required to execute a function passing some variable after a form is executed then how to do it. Again if depending on the return value it is required to show a menu or dynamic page then how it can be done.
    3. How to configure another Web server (IIS) for WebDB. Though in the installation manual of WebDB it is given that it is possible by setting WebDB CGI executable we are unable to do so by following the steps in the manual.
    4. Is there any possibility to have another level of logical security apart from oracles. That means if we want to restrict an user from accessing a component and the oracle user name and password is hard coded in the DAD then how to do it.
    5. How the validation works here. Is field level validation depending on some data from the database is possible.
    6. Where to write PL/SQL scripts which deals with the database columns.
    Platform Specifications
    Server
    OS : Digital UNIX V4.0D
    Database : Oracle8i EE (Release 8.1.5)
    WebDB : 2.1.0.9.3
    Listener
    OS : Windows NT 4.0
    Listener : Oracle WebDB Listener version 2.1.0.9.5
    Network S/W : Net8 Release 8.0.4
    Browser
    Browser : IE 5.0
    null

    Hi Sanjiv,
    You should post these questions to the Oracle Workflow forum. This is the Oracle BPEL Process Manager forum.
    Best,
    Edwin

  • Java.lang.ClassNotFoundException: oracle/webdb/provider/v2/adapter/soapV1/ProviderAda

    i am using tutorial "Building Java Portlets Using Oracle9i JDeveloper"
    from: "http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/ARTICLES/BUILD.JAVA.PORTLETS.USING.JDEVELOPER.V2.HTML "
    I recieve following error when i try to run this command in browser like:
    http://host.domain/<application>/providers
    java.lang.ClassNotFoundException: oracle/webdb/provider/v2/adapter/soapV1/ProviderAdapter
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.locateService(Unknown Source)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown Source)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:684)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    i think the problem is in the _default.properties file either container fail to initialize that file. Is there any solution to that problem or there is some other way to solve this problem.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Usman,
    If you have installed JPDKv2 properly, all the samples would be deployed automatically & _default.properties file is created
    in %PDKHOME%\home\applications\jpdk\jpdk\WEB-INF\deployment.
    A Sample _default.properties file would look like
    serviceClass=oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter
    loaderClass=oracle.portal.provider.v2.http.DefaultProviderLoader
    showTestPage=true
    definition=providers/sample/provider.xml
    autoReload=true
    Going through the exception it seems that the _default.properties file is there, hence it is able to read the serviceClass (first line from it)
    ProviderAdapter.class file is in pdkjava.jar which resides at %PDKHOME%\home\applications\jpdk\jpdk\WEB-INF\lib
    I think you need to see if you have this class file in the pdkjava.jar .
    Thanks & Regards,
    Abhinav

  • Oracle.webdb.utils.*;

    Hi.
    I have taken over the code for a portlet that was developed using JDeveloper3.2. I'm using Oracle9i JDeveloper, and I get a compilation error in oracle.portal.provider.v1.ProviderUser.java asking for the following class:
    oracle.webdb.utils.SimpleStringBuffer;
    Does anyone know in what lib I can find this class ? Is there something wrong with my environment settings etc. ?
    I'm currently including the following libs in this project:
    JDeveloper Runtime
    Connection Manager
    Oracle JDBC
    BC4J Runtime
    BC4J Tester
    BC4J HTML
    JSP Runtime
    JPDK
    BC4J Oracle Domains
    In the list over available libs, I'm missing quite a few from my JDeveloper 3.2 days.. I can't find any JBO libs (JBO Runtime, JBO HTML), but I find a lot of BC4J libs. Have the JBO libs been replaced with BC4J libs ?

    Hi
    If i remember correctly I also had this error, it was because I didnt have a specific jar file in my ear file.
    For your application server did you put the ptlshare.jar and pdkjava.jar files in the classpath of your oc4j instance? To quickly test this, you can also add these files to your ear file, but sharing them amongst other ear files is better ofcourse.
    hope this'll help

  • [Servlet Error]-[SOAPServlet]: oracle.webdb.provider.v2.utils.so

    Hi I am getting the following error when I try to access my providers on a websphere application server... they worked fine before but I reintalled the ear file on websphere and I get the following error now...
    WebApp E SRVE0026E: [Servlet Error]-[SOAPServlet]: oracle.webdb.provider.v2.utils.soap.SOAPException: Can't read deployment properties for service: _default
         at oracle.webdb.provider.v2.adapter.SOAPServlet.locateService(Unknown Source)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown Source)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1282)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:673)
         at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2916)
         at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
         at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1831)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:84)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:469)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:408)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:286)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1455)

    Hi
    If i remember correctly I also had this error, it was because I didnt have a specific jar file in my ear file.
    For your application server did you put the ptlshare.jar and pdkjava.jar files in the classpath of your oc4j instance? To quickly test this, you can also add these files to your ear file, but sharing them amongst other ear files is better ofcourse.
    hope this'll help

  • Where can i find some oracle.webdb.ohs.  packages?

    Hi All!
    I need this packages:
    oracle.webdb.ohs.render.
    oracle.webdb.ohs.utils
    but it doesn't exist in the ocsprovs.jar
    with respect, Alexey.

    Thibault Imbert has packed some demos. You can get them using one of these links:
    http://labsdownload.adobe.com/pub/labs/flashplatformruntimes/flashplayer11-4/flashplayer11 -4_p1_ex_concurrency.zip
    https://dl.dropbox.com/u/7009356/ConcurrencyExamples.zip (mirror)
    For more information read these blog posts:
    http://www.bytearray.org/?p=4516 Introducing Flash Player 11.4/AIR 3.4 beta!
    http://www.bytearray.org/?p=4423 A sneak peek: Concurrency with ActionScript Workers

  • Problems of installation with Oracle WebDB

    Srs:
    When i am installing Oracle WebDB, in the part when insert the SYS user password and TNS names Alias; i introduce for example: Sys password: bird and TNS names alias: webdb, but when clic OK, the program say that the SYS user password or TNS names alias is incorrect, but both sys and tns names is correct(in $ORACLE_HOME/network/admin, i define my TNS names alias called webdb)
    Please help me...
    P.D. I am running WebDB installation in character mode.

    I just faced the same trouble. I'm installing
    WebDB 2.2 on a Solaris 7 server with oracle8i
    installed already. What puzzled me most is
    that you must input a different/new ORACLE_HOME
    while installing. You know, we have original
    ORACLE_HOME for oracle8i. So WHICH ORACLE_HOME on earth it points to in the whole WebDB Installation Guide?
    This question is very important because we
    have two tnsnames.ora in both oracle home.
    Please give me your advice.
    Thanks a lot.
    Yibin

  • ORACLE WEBDB sites

    Hi,
    I'd like to know if with the Search capabilities (basic and advanced) on the Navigation Bar of a site built with ORACLE WEBDB 2.2, I may look also for informations belonging to external sites. (f.ex,..Yahoo,etc..)
    If yes , could you give me an example of sites built in ORACLE WEBDB with this particularity??
    Thank you in advance
    Suzy

    ok,...but what I'd like to know more exactly is if with Oracle 9i as portal I can do a research of key words also on other sites different from mine..(I exactly need to realize also a such kind of search engine )
    Does Oracle 9i as portal give me this opportunity?? if not can you give me the name of a tool in Oracle 9i that does this..and that i can next link to my Oracle 9i Portal??
    thank you
    Suzy

  • Oracle.webdb.ohs.forum.portlet.ForumProviderInstance

    Hi,
    Does anybody know what is the jar file name that include "oracle.webdb.ohs.forum.portlet.ForumProviderInstance" class ?
    I am trying to configure jive but it complains from this linke in the provider.xml
    <providerInstanceClass>oracle.webdb.ohs.forum.portlet.ForumProviderInstance</providerInstanceClass>
    Any comment will be helpful.
    Thanks

    Hi,
    The provider instance is available in the jar called forumPortlets.jar
    I would like to know, what exactly are you trying to achieve by figuring this out??
    thanks,
    Harsha

  • Oracle WebDB

    Good evening.
    Where can i download the Oracle WebDB?
    Is there a new version of this product or with other name?
    I need to build an application with pl/sql but i don't know how to do it without that. :(
    I have the Oracle 10g database, i heard something about use the "htp.print" to make the aplication, but i don't know how to use it in the server..
    Thank you.

    It has changed it's name. For a while it was calledHTML DB. Now it is called Application Express
    No.... !!!!Sorry Sim. That NO is not correct. WebDB is the parent to both HTML DB and Portal.
    Notice the date of the OraFAQ and you will see why you were so severely misguided. (The information is obsolete.) In an attempt to help the Portal product in the market by not splitting the market, the HTML DB aspect was 'internalized' for several years. Once Portal got buried in the Application Server product family, the HTMLDB resurfaced as a database add-on.
    We used it internally when I worked for Oracle. It was on [Tom Kyte's] internal site called Aria. We were very excited when Oracle database marketing decided to add it as a database feature. Several of us were very disappointed when Oracle decided to emphasize the portal aspect and suppress the DB-on-the-web aspect.
    If you looked closely at both Portal and APEX, or if you started teaching BOTH products, as I do, you would see many similarities and you will see how they both spring from WebDB.
    Depending on what the OP wants, it is possible to get the heavy weight Portal and use that or the much lighter weight and considerably more adept Apex.

  • Oracle WebDB 2.2.0.0.5

    Hi,
    I have installed Oracle WebDB 2.2.0.0.5 on machine A.
    I can connect to it thru port 90. So far so good.
    When i try to connect to it from another machine B the notorious "The page cannot be displayed" is shown.
    I can connect to the database on A and thru apache (port 80).
    Ping and tnsping from B to A both succeed.
    Where to look?
    Regards,
    Joshua

    Please does anybody have the answer?

  • Connecting Database with Oracle WebDB

    Hi Guys,
    Can somebody please help how I can startup webDB with my database instance. The DAtabase has been created and the Web DB has been installed. both on Solaris.How can I connect the two of them and start it up.
    Thanks

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Can somebody please help how I can startup webDB with my database instance. The DAtabase has been created and the Web DB has been installed. both on Solaris.How can I connect the two of them and start it up.
    <HR></BLOCKQUOTE>
    Write an rc script to start ONE after the OTHER:
    su - oracle -c "dbstart"
    su - oracle -c "lsnrctl start"
    su - oracle -c "nohup wdblsnr hostname port &"
    Or something like that.
    null

Maybe you are looking for

  • 7 day view of Calendar Events on the Slide to Unlock Screen???

    Does anyone agree that an option to view Calendar of Events on the Slide to Unlock Screen would be a quick and easy way to review your next events and appointments? Message was edited by: page79 Message was edited by: page79

  • Account assignment for movement type 221

    Hi, Instead of using account suggested by GBB-VBR for movement type 221 we want to use account entered by user in transaction as an offset to inventory account. However SAP keeps on hitting account determined automatically (from GBB-VBR) and ignores

  • How do you restore OS X Lion back to factory defaults?

    I want to do clean up my hard drive a lot, and I'd like to just take the OS back to factory. First, if anyone knows how to do this properly, please describe how. Second, if I restore back to factory is it possible to redowload my apps and everything

  • Flash Player 11.7.700.169 and Youtube videos viewing problem

    I have just updated to the latest version of Flash Player 11.7.700.169 I cannot view many of my favorite YouTube as it ask me over and over again to update to the latest version . This is the latest version and I did it 4 times in arow. Always unable

  • MacBook Air 13 vs Pro 13 vs Pro 15

    Hi there, I am thinking of getting a Mac for college & uni. I was convinced i would need a 15" screen but after a look in the apple store a 13" appears to be big enough for me. For the majority I would be browsing, IM, listening to music, and doing w