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

Similar Messages

  • 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

  • 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.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

  • 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?

  • How to use I18N in Oracle's queries

    Hi guys. I want to know how I can internationalize the date conversion in my SQL queries, stored procs, and triggers (from here known as queries) in Oracle. Currently, what we do to convert chars to dates is "to_date('mm/dd/yyyy', dateParam)'. This have been working fine until recently when we decided to internationalize our app that the "dateParam" we passed to the queries does not necessarily follow the "mm/dd/yyyy" format anymore.
    Any help would be greatly appreciated. Thanks.

    You should be using PreparedStatements and bind variables and then there would be no problem.
    If not your database only supports a single time format.
    So your java code must convert to that format first before calling the SQL. You can use SimpleDateFormat and specify the TimeZone when you call it.

  • Oracle internal queries taking more CPU time

    Hi,
    Following are queries taking more CPU time. I got this from awr report. Can anyone tell me why these queries are running? Is it a oracle enterprise manager query? should I use
    emctl stop dbconsole to stop this?
    DECLARE job BINARY_INTEGER := :job; next_date DATE := :mydate; broken BOOLEAN := FALSE; BEGIN EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS(); :mydate := next_date; IF broken THEN :b := 1; ELSE :b := 0; END IF; END;
    SELECT COUNT(*) FROM MGMT_METRIC_DEPENDENCY_DETAILS DEP, MGMT_SEVERITY SEV WHERE DEP.TARGET_GUID = :B5 AND DEP.METRIC_GUID = :B4 AND DEP.KEY_VALUE = :B3 AND DEP.EDEP_TARGET_GUID = SEV.TARGET_GUID AND DEP.EDEP_METRIC_GUID = SEV.METRIC_GUID AND DEP.DEP_KEY_VALUE = SEV.KEY_VALUE AND SEV.COLLECTION_TIMESTAMP BETWEEN :B2 AND :B1
    SELECT CURRENT_STATUS FROM MGMT_CURRENT_AVAILABILITY WHERE TARGET_GUID = :B1
    Thanks in advance
    With Regards
    boobathi.P

    Hi,
    maybe this document will help if you are using 10g:
    SQL run by SYSMAN consuming a lot of resources on OMS with 800+ targets [ID 330383.1]
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=330383.1
    there you'll find Cause and Solution too:
    SYSMAN Job and Queries are Taking Up High CPU (DB Console) [ID 1288301.1]
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=1288301.1
    For databases above version 11.1 there are paches available.
    Best,
    Michael T. Z.

Maybe you are looking for

  • Limiting auth for FAGLB03 by Profit Center

    I am looking to limit the info that can be pulled from transaction FAGLB03 by profit center. I have tried adding profit center auth objects to the role.  I also used SU24- turning on K_PCA from No to Yes, but the user is still able to pull all data.

  • Restore archive logs

    Hi gurus, I'm in a question, How to restore archive logs backuped? Scene: 1- We backup the archive logs each hour. 2- We backup the database in a cold backup. 3- We restore the database in another machine. 4- We want to apply this archives in the dat

  • Migration from an iBook, w/o using Firewire

    Dear friends, a friend just got a brand new Macbook, and I told her I help migrating her old stuff from an old iBook to her shiny new laptop. I proceeded, with confidence and trying to appear savvy, to connect a firewire cable from her iBook to her M

  • How do i edit a Lightbox Component?

    Hi All, I created a Lightbox Component and closed it off, but i would like to knw how do i re-open it to add more photos? Rgds, Mark

  • Newly entered Contacts are going missing

    >> Duplicate post removed to comply with the Verizon Wireless Terms of Service  Please see Contacts << Message was edited by: Verizon Moderator