Can i add a servlet in oracle database for webservices without java and how?

HI
can i add a servlet in oracle database for webservices without java and how?
Please help
Thanks

Dear Frank,
I have done as follows
created a form with a button, and in my button pressed event I wrote
WEB.SHOW_DOCUMENT('javascript:openMyURL("http://192.168.1.34/HELP/ADMF0005.html");', '_Self');
and in my formsweb.cfg I have the following
HTMLbeforeForm=<script> function OpenMyURL(page){window.open(page,"myURL","width=700,width=400,top=0,left=0,toolbar=no,menubar=no"); } </script>
When I click on the button it is coming with toolbar , etc as well as no page found is coming with the following in the address bar.
javascript:openMyURL("http://192.168.1.34/HELP/ADMF0005.html");
My html view source comes as below for the form
<HEAD><TITLE>Oracle9iAS Forms Services</TITLE></HEAD>
<BODY >
<script> function OpenMyURL(page){window.open(page,"myURL","width=700,width=400,top=0,left=0,toolbar=no,menubar=no"); } </script>
<!-- Forms applet definition (start) -->
<OBJECT classid="clsid:CAFECAFE-0013-0001-0009-ABCDEFABCDEF"
codebase="/forms90/jinitiator/jinit.exe#Version=1,3,1,9"
WIDTH="1000"
HEIGHT="660"
HSPACE="0"
VSPACE="0">
<PARAM NAME="TYPE" VALUE="application/x-jinit-applet;version=1.3.1.9">
<PARAM NAME="CODEBASE" VALUE="/forms90/java">
<PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
I am using Forms [32 Bit] Version 9.0.2.7.0

Similar Messages

  • Crystal Reports can't add stored procedure using Oracle Provider for OLE DB

    Hello,
    I am trying to bind an oracle stored procedure to a crystal report through Visual Studio 2008.
    This oracle stored procedure returns a ref cursor.
    I am using an oracle 11g database (11.2.0.2.0) .
    When I use the Oracle Provider For OLE DB driver to bind the store procedure with the report, I get the following error message:
    Description : ORA -06550 Line 1 Column 7
    PLS 00306 wrong number of types or arguments to the "Strored Procedure Name"
    But When I use the Microsoft OLE DB provider for oracle driver, I can bind the stored procedure to the report successfully .
    I cannot use the Microsoft OLE DB provider for oracle driver because it does not support the CLOB data type which I plan on having the stored procedure return once I can get everything working.
    I have tried setting PLSQLRSET = 1 IN "HKEY_LOCAL_MACHINE\SOFTWARE\KEY_OraDb11g_home1\OLEDB", but that does not seem to work either
    Any assistance would be greatly Appreciated
    My Stored procedure is very simple as the moment (I just need to get it working then I'll add more stuff). Here's what it looks like:
    CREATE OR REPLACE PACKAGE PROMO.PKG_REPORT as
    TYPE OUT_Type IS REF CURSOR;
    procedure Report_ThisReport (
    p_ThisIdField IN number,
    IO_CURSOR IN OUT OUT_Type
    end PKG_REPORT;
    CREATE OR REPLACE PACKAGE BODY PROMO.PKG_REPORT as
    procedure REPORT_ThisReport (
    p_ThisIdField IN number,
    IO_CURSOR IN OUT OUT_Type
    IS
    BEGIN
    OPEN IO_CURSOR FOR
    SELECT ThisField
    FROM ThisTable
    WHERE ThisIdField = p_ThisIdField ;
    END REPORT_ThisReport;
    end PKG_REPORT;
    Edited by: 894988 on Nov 3, 2011 2:45 PM
    Edited by: 894988 on Nov 3, 2011 2:46 PM
    Edited by: 894988 on Nov 3, 2011 2:47 PM

    It seems that some questions posted here on the XE forum are really questions about other Oracle technologies.
    Concretely, for you there is an Oracle Provider for OLE DB Forum that is active and a terrific resource for you to use.
    Oracle Provider for OLE DB
    Cheers!

  • What is the best remote database for connet IOS App and how to do that ..

    Hello ...
    I'm new to Mac as well as ios developments.. Kindly anyone tell me, Is it possible to connect IOS app to remote database. If yes .. may I know what kind of databases available for this. And what kind of steps we have to follow when we code IOS app for connect remote database.
    Your response would be highly appreceated.
    Thank you.
    Iranga

    Ideally, you need a REST server to connect to your remote database. There are many frameworks like Jackson and Jersey that are reasonable alternatives but it does require too much effort. One of my friends work at a startup that just came up with a way to get RESTful API to any of the SQL databases. You may want to try it out and see if it works for you at EspressoLogic.

  • Can we create new tablespace in Oracle Database 10g Express Edition?

    Hi,
    Can we create new tablespace in Oracle Database 10g Express Edition instead of using the default "users" tablespace provided?
    Please advise.
    Thank you.

    Correct. The sum of all user tablespaces is not allowed to exceed 4 GIG.
    You could try shrinking your tablespaces. Theres a script called maxshrink on http://asktom.oracle.com which is useful for this.
    You could compress your tables.
    If you are storing lobs, you could consider storing them as bfiles.
    Or upgrade to Oracle Standard Edition 1. Its not that expensive.

  • How to add SIP servlets pluggins to OEPE for Oracle weblogic server 10.3.4

    Please procide the solution to :
    Is it possible to add SIP servlets pluggins to OEPE for Oracle weblogic server 10.3.4.0 or OCCAS(Oracle communication Converged Application Server)??
    As Its not their by default.
    Please do the needfull...

    This forum is for Oracle WebLogic Communication Services. Please direct your question to one of the WebLogic Server forums or to OCCAS forum/support.
    - Dev

  • Can i add a servlet through the console in weblogic v6.0

    can i add a servlet details through the console. or is editing the
              weblogic.xml and web.xml files is the only option.
              any help will be deeply appreciated.
              thanks
              sathish
              

    You can add a webapp using console but not a servlet individually.
              Kumar.
              sathish subramanian wrote:
              > can i add a servlet details through the console. or is editing the
              > weblogic.xml and web.xml files is the only option.
              >
              > any help will be deeply appreciated.
              >
              > thanks
              > sathish
              

  • RMAN can backup/restore diferent versions of Oracle DataBases regardless OS

    Hi,
    I am evaluating Recovery Manager to backup and restore Oracle databases.
    I have to backup/restore diferents versions of Oracle database, these databases are running in diferents operating systems (AIX, LINUX, Windows)
    For example:
    Oracle DataBase 9 in AIX 5.3 system
    Oracle DataBase 10 in Lunix system
    Oracle DataBase 9 in Windows system
    I want to have a single RMAN server in order to backup/restore all my Oracle DataBases, is it possible?
    A single RMAN server can backup/restore diferent versions of Oracle DataBases regardless the operating system?
    If the answer is yes, do I need to have an specif operting system in my RMAN server? (AIX, Linux, Windows, etc.)
    Thanks for your help;

    Hi,
    Your question:
    I want to have a single RMAN server in order to backup/restore all my Oracle DataBases, is it possible?
    Sounds more like a machine.
    If you would have asked:
    I want to have a single RMAN recovery catalog in order to backup/restore all my Oracle DataBases, is it possible?
    I would have confirmed as like the other two.
    Be aware the catalog version needs to be equal or higher as the highest database version.
    Regards,
    Tycho

  • Is there any oracle database for windows 7 64 bit

    hi,
    can any one tell me that is there any oracle database for windows 7 Home Basic 64 bit ( version 6.1).
    I have downloaded several versions oracle databases but none have worked.
    Thanks

    Hi;
    The answer is No as mention before. Please use certified platform which is mention in installation guide:
    Operating System Oracle Database for 32-bit Windows is supported on the following operating systems:
    Windows Server 2003 - all editions
    Windows Server 2003 R2 - all editions
    Windows XP Professional
    Windows Vista - Business, Enterprise, and Ultimate editions
    Windows Server 2008 - Standard, Enterprise, Datacenter, Web, and Foundation editions. The Server Core option is not supported.
    Note: Check My Oracle Support (formerly OracleMetaLink) for more information about Hyper-V support.
    Windows 7 - Professional, Enterprise, and Ultimate editions
    Windows Multilingual User Interface Pack is supported.
    Check:
    http://download.oracle.com/docs/cd/E11882_01/install.112/e16773/reqs.htm#CHDHGGFE
    Regard
    Helios

  • Possible to use ServiceCenter's Oracle database for Content Management?

    Hi,
    I have a quick question, and I would really appreciate if any of you have a quick answer for me.
    My company is sourcing for a Content Management option as a complement to the object information that can be stored in ServiceCenter's CMDB. We are working towards a complete information storage solution, where the CMDB is the obvious master for all object information.
    Our ServiceCenter/CMDB solution is run on an Oracle database. We have an interest in possibly using an Oracle Content Management solution on top of the existing Oracle database.
    A question was raised if the Content Management solution can use ServiceCenter's Oracle database for storing documents, ie act as a Content Management database?
    The documents need to be fully searchable from Oracle's Content Management product. The solution should support storage of a large amount of data and documents and be scalable. It is critical that this in no way lower ServiceCenter's performance.
    Please bear in mind that I'm not a technician, but involved in the portal/Content Management aspect of the project. I'm also responsible for the user environment of our ServiceCenter-implementation.
    Best regards
    Leila Blomqvist
    EDB Business Partner Sweden AB

    Hi Harsha,
    Are you going to use the same ERP server for Content server as well? Are you planning to store the documents of this ECC system to the content server only?
    If yes, what is the use of that, Anyways all the documents will be stored on this server only for this ECC system. Please go through the link given by Mr Saxena above, that will give you a clear picture of how the content server works.
    You can install content server with Max DB although you already have oracle installed on your linux server.
    I would suggest you to check the stuff about content server and get your concepts cleared up before going ahead. if you are not clear, you may end up crashing your existing ERP system as well.
    AC

  • ICal Lion is infuriating. How can I add a new event in a chosen calendar without having to create it in my default then edit it?

    iCal Lion is infuriating. How can I add a new event in a chosen calendar without having to create it in my default then edit it?

    We are all entitled to our own opinions. So I respect you there brother
    But then again, Apple has its own basis. iOS is what's selling like pancakes not Macs, so if the gazillions out there are using iOS device and have gotten used to the calendar in their iOS devices. Wouldn't you think it made sense if Lion has the same calendar look and feel?
    Everything was considered and weighthed when they developed Lion. They even mentioned it in the press, They were blown away with the success of iOS so they are extending it to OSX.
    Quite frankly, I like the old iCal but yeah I don't expect anything in SL to stay in Lion otherwise it'll be another Cat name related to Leopard
    People should start looking at this perspective and not get STUCK in the old OS.

  • How can I add a contact on the calendar for an event

    How can I add a contact on the calendar for an event

    It is between Repeat and Alert on my iPhone 5 with iOS 6.0.1
    I used the + on the top right to add the event and when you look vertically starting with the name, followed by location and then time the rest of the default things includ Invitees, among other items. 

  • Can I add Thai language to MacBook Pro's keyboard? if yes how many cost do I spend?

    Can I add Thai language to MacBook Pro's keyboard? if yes how many cost do I spend?

    patKPchamp wrote:
    Can I add Thai language to MacBook Pro's keyboard? if yes how many cost do I spend?
    If you are talking about having Thai characters engraved on the physical keys,  you will need to contact some company which does that.  Or find a company that can send you a Thai keyboard to replace the one you have.

  • HT204406 i can not add new music to my itunes to put on my iphone how do i do that

    can not add new music to my itunes to put on my iphone how do i do that

    please i waiting for your help...i waiting

  • I can not add a new credit card to my iPad without having to block directly with the bank card I'm using.

    I can not add a new credit card to my iPad without having to block directly with the bank card I'm using.

    What does this mean..?
    Gaby0526 wrote:
    ...  without having to block directly with the bank card I'm using.
    Changing Account Information  >  http://support.apple.com/kb/HT1918
    Accepted forms of payment  >  http://support.apple.com/kb/HT5552
    If necessary...
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Can I add my own art work to my albums in iTunes and/or share them with the Apple Store for downloading?

    Can I add my own art work to my albums in iTunes and/or share them with the Apple Store for others to download?

    Thanks Brij011
    I thought that there was a way to do this. However, it would be neat to be able to upload correct Art Work for album covers so that other could share instead of having to scan / take picture and then import. I guess Apple would be inodated with incorrect pictures if we could upload to them.
    Oh well... thanks again !

Maybe you are looking for

  • I can't restore my 4th gen itouch.

    I never thought a piece of hardware would bring me to such frustration and anger. I've been sitting here for about 8 hours trying to restore my itouch. I've gotten errors 1604, another 16xx error I can't remember, 3194, and others. And it's brand new

  • How do I wirelessy connect my computers?

    I have a macbook and a power mac. They are both connected to the internet thru an airport. Is there a way to connect the two computers through a network so that if I am on the macbook, I can have access to files on the macpro and vice versa. I do not

  • I keep trying to redeem my itunes cards i got for christmas, .

    I tried to do this on my ipod touch and i did everything correctly but whenever i click redeem , it keeps on asking me for my password. Over and over again and it refuses to redeem the card. What can i do to fix this?

  • I never received my deposit refund of $250

    I was told that my refund would be returned after a year of subscription as long as I have no late payments. I made the deposit on oct 12 last year and I have no late payments. I called the financial services a few days before oct 12 of this year and

  • Cells button not active in query

    Hi, This system has just been upgraded to BI7.0 SP17.  None of the queries I have created give me the option to change the Cells - the button is not active. How do I make it active? Thanks Suzanne