DML on LOB objects in the web based forms/devl6i

hi,
I have to migrate and build a new forms
using devl6i in web architecture.
At present the application is using
Long Raw column and OLE container in Client/server mode.
How I can insert ,update and delete
the LOB/Long raw objects using the three
Tier architecture.
I havent came accross any standard document
from oracle to handle this problem.
Is this requirement so tough that Oracle is
trying to escape??
Thank you...

I was facing the same problem as you and all I found was the information that since OLE functionality is bound to MS Windows systems there is no way to activate OLE in Web Environment with Forms 6i.
Sorry.

Similar Messages

  • Icons files will not displaying when running web-based forms locally

    My icon files (jpgs) are not displaying from within Forms Developer 10g or when I run the web-based forms from within Developer. I have tried the following without success:
    6.4 Deploy Icons for Forms Running on Web
    Option One: For Running Web Based Forms from Within the Forms Builder in Oracle 10g Developer Suite
    1) Copy all the icon image files (*.jpg) to the directory of <Oracle_10g_Developer_Suite_Installation_Root_Dir>\forms\j2ee\formsapp\formsweb\icons
    2) Make sure to set imageBase=DocumentBase in the file < Oracle_10g_Developer_Suite_Installation_Root_Dir >\forms\server\formsweb.cfg.
    3) Edit the < Oracle_10g_Developer_Suite_Installation_Root_Dir >\forms\java\oracle\forms\registry\Registry.dat file, specify the icon image file extension by modifying the following line:
    default.icons.iconepath=icons/
    default.icons.iconextension=jpg
    Save this Registry.dat file.
    4) Restart the OC4J Instance.
    5) Launch the form from Forms Builder.
    I just got a new laptop and am setting everything up again. I have everything setup the same way as on my old machine (same as above). It worked fine on my old computer but not on the new one.

    hi
    try to create jar file for u r all jpgs but also u have to check the size of u r images
    and if possible try to resave the same images by using Acdsee or use any other image viewer softwares.
    hope this helps u...
    sarah

  • Registering the Web based application as a Partner Application

    Good day
    I went through the suggested documentation of registering a
    web based application as a partner application of the SSO Login Server.
    I installed the SSOSDK.JAR and went through the demo application (JSP Demo)
    which consists of the following programs :
    papp.jsp
    ssoinclude.jsp
    ssoEnablerJspBean
    SSOEnablerBean
    SSOSignon
    As per the technical documentation,I register this demo application as a
    partner application.
    1 - The source code of the papp.jsp checks for the existence of the user
    through method of ssoEnablerJspBean [getSSOUserInfo(request, response)] which
    calls method of SSOEnablerBean [getSSOUserInfo (request, response) and this
    method calls getUserInfo(p_request) of SSOEnablerBean (the same program) to
    check the existence of the application cookie.
    2 - If it doesn't exit , it redirect it to the SSO Login page for user
    authentication.Once the user is authenticated, a SSO login cookie is created on
    the client's browser and redirects back to the SSOSignOn.
    3 - The SSOSignOn program creates the application cookie and redirects back to
    the entry point of the demo application which is papp.jsp.
    My Questions are as follows :
    1 - Instead of creating a session object within my web based application to hold some
    information used between the different pages, can I define them in the
    application cookie? kindly advise? Is there any limitation for the length of
    the application cookie? If yes, what will be the risk?
    2 - The SSOSignOn program is calling a method in the SSOEnablerBean
    [setPartnerAppCookie(response, request). Within this method , it is retrieving
    the parameters values of the request object as :
    request.getParameterValues("urlc")[0];
    What is the role of this [urlc]? Is it hard coded? Can I change it?
    3 - In order to ensure that I am still dealing with the same user, shall I put
    the above security check procedure on each page of my weeb based application? Kindly advise?
    Thanks in advance for your prompt feedback
    regards

    Dear Paul
    I think there is a misunderstanding regarding the last correspondence.
    I am talking about the customized home page of the PORTAL and not the home page of my web based application (JSP) .So in this case, Am I able to use the customized home page which contains a login portlet instead of the default Login page of the SSO Login Server.Kindly advise!!!
    On the other hand, I am facing a problem during the surfing of the web based application.
    The web based application consists mainly of two packages :
    Package I : Bank.counter which contains a set of jsp pages.
    JSP_HOME_COUNTER (MAIN PAGE WHICH CONTAINS 2 FRAMES)
    JSP_LEFT_FRAME_COUNTER
    JSP_MAIN_FRAME_COUNTER
    JSP_MAIN_FRAME_COUNTER_DETAIL
    Package II : Bank.portfolio which contains a set of jsp pages.
    JSP_HOME_PORTFOLIO (MAIN PAGE WHICH CONTAINS 2 FRAMES)
    JSP_LEFT_FRAME_PORTFOLIO
    JSP_MAIN_FRAME_PORTFOLIO
    Please note that the SSO classes are residing under the first package.
    As agreed on in the third question, I am including in each page of my web based application, a security check procedure as follows :
    <%@ include file="ssoinclude.jsp" %>
    <%
    if(usrInfo == null)
    response.getWriter().println("<center>User information not found</center>");
    else
    my jsp code.......
    %>
    Please note that all the jsp page of the portfolio package are pointing to the SSO classes as follows :
    <%@ include file="../counter/ssoinclude.jsp" %>
    <%
    if(usrInfo == null)
    response.getWriter().println("<center>User information not found</center>");
    else
    my jsp code.......
    %>
    Once I invoke the JSP_HOME_COUNTER , it will render the JSP_LEFT_FRAME_COUNTER page and
    JSP_MAIN_FRAME_COUNTER page which invokes the SSO Login page. Once the user has been authenticate, the result of the JSP_MAIN_FRAME_COUNTER is rendered successfully. The result contains an hyperlink to the
    JSP_MAIN_FRAME_COUNTER_DETAIL page. As the user has been authenticated , this page is rendering automatically the result without displaying the SSO Login page. (Perfect as of now!!).
    Once I invoke the JSP_HOME_PORTFOLIO from the JSP_HOME_COUNTER, it runs the security procedure without any rendering of the SSO Login page (fine!!) but redirects me back to JSP_HOME_COUNTER instead of rendering the result of the JSP_HOME_PORTFOLIO.
    please note that the m_requestUrl variable in the SSOEnablerJSPBean class has been assigned the folowing value : JSP_HOME_COUNTER
    Kindly advise .

  • Problem Starting the Web-Based Administrative Console

    I have Installed Application Server 7 Platform Edition. Everything runs smooth. The Application Server and the Administrative Server got started perfectly. I checked both of these Servers and they are working perfectly.
    The problem is that when trying to connect to the Web-Based Administrative Console.
    I get the prompt to enter the Admin username and the password, once I have entered, it accepts but through the following message.
    �Your Sun One Application Server License does not allow Remote Administration.
    Please go to http://www.sun.com/upgradeas7 to upgrade your license.�
    How can this happen because I am using the same machine where Application/Administrative Servers are running to get connected to Web-Based Administrative Console.

    Hi,
      May be you can put an external breakpoint in the method "_get_attribute_rtti"(of class CL_WDR_CONTEXT_NODE_INFO).
    From that you can find out which attribute is causing the dump , and try to solve the issue . May be some data dictionary object is not transported to production.(Assuming that you have permission to put breakpoints in production system..:))
    Aditya.

  • How do I access the web-based utility

    I just purchased a wireless router...WRT300N. I want to access the "web-based utility" in order to update the firmware.
    How do I access the web-based utility...help!
    Thanks.

    Access the router’s web-based setup page.
    For instructions, click here.
    Linksys Easy Answer 4030, applies to WRT300N
    Upgrading the Linksys Router's Firmware
    Hope this helps,
    Lilla
    Westell 6100 modem/router; Linksys WRT54GL v1.1 router firmware 4.30.9; Linksys WPC54G v2 Notebook Card; CenturyTel DSL using PPPoE

  • I get this message when trying to past simple text into an e-mail document. The Web-Based Email plugin has crashed. I have run out of options...please help.

    The Web-Based Email plugin has crashed. I get this message when trying to paste simple text into an email document. I have updated plugins and have run out of options. If I use another browser I have no problem. Please advise.

    UPDATE
    Compiling from command line I found out that the class definition for oracle.oats.scripting.modules.basic.api.IteratingVUserScript is missing. Do you know what .jar file contains this class?
    Thanks.
    Fede.

  • How to create the web based report without enterprise portal?

    Hi experts,
    We don't have enterprise portal but I like to create the web based version of the existing Bex reports and which option is the best to distribute this web based report using information broadcasting?
    Can I use report designer for this?
    Thanks in advance.
    Sharat.

    Hi Sharat
    In BI 7.0 the Queries which u devoleped can be broad casted by using two ways .
    1. Enterprise portal
    2.Web Application Designer(WAD)
    So you can choose any of the option, For the Option 1 you should have seperate server for the EP or else For option 2 you have to make some setting in the BI system to enable the Web reports..
    Reagrds
    Satish

  • Is there a way to access the web-based setup for my router if I cannot access the internet?

    Okay, I need to change the ip address settings on my router. I have a WRT54G Wireless router. I cannot access the internet on my computer connected to the router, and do not know how to change the router settings without accessing the web-based setup page. So, back to my question. Is there a way to access this page if I cannot connect to the internet?

    On the back of the router is a small reset switch. Using a paper clip or other small item, press the switch in and hold it for a few seconds. This will reset the router to the default IP address of 192.168.1.1. Enter that address in your web browser, and be sure your computer is attached to the router by an Ethernet cable. Don't attempt to do this using the wireless connection.
    Once you have reached the web configuration utility you can change the DHCP settings.
    To give your PC a static IP address you will need to open your network connections panel and, assuming your using Windows XP, make the changes from dynamic IP to static there.

  • E1000 won't connect to Cisco Connect or the Web based set up

    My router is working fine but I cannot connect to Cisco Connect or the web based advanced features now. I know I broke the cardinal rule by using advanced set up so that explains why Cisco connect won't work. But I can't figure out why I can't connect to the advanced web based utility now. Who made the decision to put some features in cisco connect but not include those features in advanced settings? And then if you use advanced settings cisco connect no longer works. This is such a turn off I'm actually thinking about returning the thing to Best Buy. That's like saying "if you open the hood of your car and touch anything parts of your car will no longer function". I call support and they repeat what they read on paper "reset the router and start over and don't use advanced settings". What a pain in the &^%$.

    I've reinstalled the router again and just switched the ssid and password where it was before so all the devices in our home can connect. I first shut down the guest account using Cisco Connect (which is the only place you can control the guest account) and now I just use the advanced settings. So of course Cisco connect no longer works. I've got a strong signal all over our home. No disconnection issues at all. But this software design that puts some features in one part and other features in advanced and then shuts down cisco connect if you use advanced is insane. If I knew cisco was planning a firmware upgrade to give the advanced mode everything cisco connect has and more then I'd keep this thing. For the life of me I cannot understand why any software engineer would come up with such a design as this. And quite honestly I tried to play by their goofy rules of not using advanced settings and cisco connect died after about 4 uses. Never would connect again. Just said call support (in India) and after telling your life's story to someone simply being told to hit the reset button, power off and start the process all over again. If anyone at Cisco reads this stuff I think I have a legitimate complaint. Why on earth would you put features in Cisco Connect that aren't in advanced and why would you stop running Cisco connect just because I hard coded some mac addresses in advanced mode? I would love to know the logic behine such a crazy implementation of software.

  • VMware server Console -- not the web based access

    Dear All,
            I want to install vmware server console to do Oracle RAC practice, So kindly let me know from where can I get the exe file to install it.
           FYI , I installed Vmware server version2.0.2 but it's ( Web access infrastructure )  , and I don't want this version , I need the other one which it's an application not the web based.
    Regards

    Please have a look..
    http://www.petri.co.il/virtual_install_vmware_server.htm
    abirhasan 

  • Is it possible to create a rendition targeted for the web based content viewer?

    The way PDFs render in the web broswer is (presently) pretty bad.
    Can we create a rendition of a Folio which is specifically (and only) for the purpose of being viewed in the web based content viewer?
    Also can we leverage the downloading options in the Folio Producer to yield better results and less lags in rendering? I would like to suggest that Adobe adds some kind of indicator/status-bar which shows remiaing assets still being downloaded. For example, video overlays aren't immediately available.
    Despite these quirks, this new capability is huge and we really appreciate it!
    -Mark
    Mark Kunoff
    Informational Systems Specialist
    IU Communications
    Indiana University Public Affairs and Government Relations
    [email protected]

    It's too bad the selectable text will go away. This will also hamper the web-based views in terms of accessability, correct? - something very important to our stake holders.
    Does Adobe plan to bring these good points of the PDF format back in a future release?
    Thanks for your consistently fast replies Bob!
    -Mark

  • Trouble using the Web-based utility

    I have a WRT54G wireless router, V8, firmware 8.0.0. It is Ethernet-connected to a Windows Vista machine running SP1.
    I am having trouble using the Web-based utility. I can access it but cannot make any changes.  For instance, if I change the settings on the Setup page and click "save", I get a "This webpage is not available"
    I tried updating the firmware and got the same message. Disabling my personal firewall has no effect. Resetting the router from the button on its rear panel has no effect. I tried using with both Windows IE and Google Chrome browsers and got the same result.
    I have been using this router without problem for months using a a Windows XP machine. This problem may be associated with my changing it to the current Windows Vista machine. I no longer have the Windows XP machine.
    Please help me. Thank you and Happy New Year!
    - tom 

    I spent a full day unsuccessfully trying to make it work, including numerous Linksys utilities downloaded from the site. I could not conjure any support on Linksys chat, and the live body on the Linksys tech support line wanted to charge me $29 for his help.
    I finally succeeded by purchasing and installing a Netgear wireless router ($44, Staples) that came up flawlessly the first time. The Linksys device is in my trash. 

  • Modifying the web-based capture utility

    Hello - we are looking to modify the web-based capture tool to only allow for video file uploads, and not capturing etc. Anyone have experience with this?
    Thanks in advance!

    not yet - but i would be interested in details..

  • Convert LiveCycle Designer Filleable Form to Web-based Form??

    I have a fillable form that was created from scratch using LiveCycle Designer, and I'd like to convert it to a web-based form which I can then post on my website and email the link to others. Is it possible to convert a fillable form to a web-based form?

    No, you would have to recreate it in FormsCentral.

  • InfoPath Web based Form Error

    Hi All,
    I am getting following error message in InfoPath web based forms deployed on SharePoint Forms library (MOSS 2007). 
    The following HTML tag is not supported: 'comment'
    Any idea how to solve this problem. 
    For Your Information: I am designing forms in Microsoft Office InfoPath 2007 with browser-compatible features only. 
    Kind Regards..

    Dear Clayton Cobb,
    Appreciate your response...
    When i click on error message in Design Checker, it doesn't take to me on control which is responsible for error. Otherwise usually it happens as you said when you click on error message in Design Checker it shows you the control which is error prone.
    I have also tried to search this error message but no success...
    Regards,

Maybe you are looking for

  • Last purchase order and goods receipt for material

    Hello to everyone, is there any standard report where I can see the last purchase order and goods receipt for a material? Regards

  • Why PRs created via BAPI_REQUISITION_CREATE are not shown in PR-Display?

    Hello, I got few questions regarding the PReqs: 1. I'm creating PRs via JCo + BAPI_REQUISITION_CREATE and transactions are confirmed with the new PR numbers. But when I go to PR->Display I do not see them. I can only see them if I go to MM->Purchasin

  • TS1702 How to retrieve calendar events

    I lost all my past events on my phone - is there a way to retrieve them?

  • Forms not coming up.

    Hi, I am getting the error in my java cosole when opening forms: Deleted fndforms.jar-6cbf04c0-66fbd296.zip from JAR cache Deleted fndforms.jar-6cbf04c0-66fbd296.idx from JAR cache Deleted fndformsi18n.jar-2a62ad5e-1dd5750b.zip from JAR cache Deleted

  • How do I create glowing lines that wrap around a 3D sphere?

    Here's the effect I'm going for, maybe a bit more glow and lines do not need to arc like that: http://image.shutterstock.com/display_pic_with_logo/504532/504532,1275514960,1/stock-photo --d-illustration-render-of-a-global-network-focus-on-europe-5444