Close Oracle forms server automatically

Hi all,
I am using Oracle forms 6i in web.
WHen i exit the form the Oracle form server is still sitting there.How to close the Oracle Forms Server automatically when i exit the form.
I mean can we have any statement in the form to close th e oracle forms server.
Thanks for your help.
Thanks

Hi I have a link like below
I used the following code in post form trigger of my form
web.show_document('javascript:history.back();','_self');
When i press the link the Oracle Web server is opening and oracle run form is opening login information
When i pressed the logoff of my form.
It is still showing Oracle Web Server screen.
I need to go back to my link screen,where i am calling this form.
Thanks for you rhelp.

Similar Messages

  • CSS keepalives for Oracle forms server

    I'm trying to set up load balancing for oracle forms server and having issues with finding working keepalive method.
    If I use uri keepalive, Oracle forms server crashes within a couple of minuites. TCP doesn't work either
    service Ora-forms:9000
    ip address 192.168.0.34
    port 9000
    keepalive type http
    keepalive uri "/alive.gif"
    keepalive frequency 30
    It works for Oracle web server tho.
    What keepalive do you guy use for Forms server?

    Here is what a script looks like using the "graceful" close approach..Graceful is at the bottom.
    Regards
    Pete..
    !no echo
    ! Filename: ap-kal-fin
    ! Parameters: ip address
    ! Description:
    ! This script will open and close a socket on port 80.
    ! The close will be a FIN rather than a RST
    ! Failure Upon:
    ! Not establishing a connection with the host.
    ! Make sure the user has a qualified number of arguments
    if ${ARGS}[#] "LT" "1"
    echo "Usage: ap-kal-fin ip address.'"
    exit script 1
    endbranch
    ! Connect to the remote Host
    set EXIT_MSG "Connect: Failed to connect to ${ARGS}[1]"
    socket connect host ${ARGS}[1] port 80 tcp 2000
    no set EXIT_MSG
    socket disconnect ${SOCKET} graceful
    exit script 0

  • Oracle Forms Server 6i Patch set 11

    Hi,
    Can any body send me patch set 11 for oracle forms server 6i? I need it to test deploment in XP.
    Take care,
    Tarek

    Unfortunately, patch 11 will not certify XP. Patch 12 might, but it is not promised. There are some issues with XP which are out of the control of the Forms group. It has to do with the 8.0.6 RSFs so we are all waiting for those issues to be resolved.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • Oracle forms server implementation on single machine

    I am using windows xp on my system.
    can I run the developer 6i forms .FMX file from browser (internet explorer), after installing oracle forms server??
    which operating system should we use to implement forms server.
    while installing form server on windows xp a message was displayed like 'some files can be installed on
    windows NT only'. I am not sure wheather the forms server will work on windows xp?
    My requirement is I want to run the .FMX file from Internet explorer in my system i.e using single machine.
    plz clarify.
    with thanks
    GMS

    can I run the developer 6i forms .FMX file from browser (internet explorer), after installing oracle forms server??The answer is yes if you can get it to install.
    I think you will need a FQHN (Host name with DNS).
    which operating system should we use to implement forms server?We used Linux, Red Hat 4 AS, But I think you could use Windows 2003 with that version. I would avoid Windows NT at this point.
    I have no information on using XP, I'm pretty sure I would not. I would use a server OS.
    Best Regards
    mseberg

  • Could not start the Oracle Forms Server

    I am using Windows 2000 Professional
    The Oracle Forms Server [Forms60Server] service failed to start due to the following error:
    Access is denied.
    Event ID: 7000
    Source: Service Control Manager
    Description: Could not start the Oracle Forms Server [Form60Server] service on a Local Computer.
    Error 0005: Access is Denied

    Description:
    I Installed Oracle Forms6i and when i tried to run web test form I got this :
    Event Type:     Information
    Event Source:     Application Popup
    Event Category:     None
    Event ID:     26
    Description:
    Application popup: ifcgi60.exe - Unable To Locate DLL : The dynamic link library D2LA60.dll could not be found in the specified path C:\orant\tools\web60\cgi;.;C:\WINNT\System32;C:\WINNT\system;C:\WINNT;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem.
    this missed file already exist in <Oracle Home>\Bin
    directory, and if I copied it to the asked destination
    it asks for more CORE40.dll and NLSRTL33.dll
    and then those also copied then the screen disappears
    Question : Why did this error occur, what went wrong
    and how do I fix this problem
    2)the other question is in Forms9iDS Version 9.0.2.7.0 I am getting this error
    Event Type:     Error
    Event Source:     Service Control Manager
    Event Category:     None
    Event ID:     7000
    Description:
    The OracleOraHome9iAgent service failed to start due to the following error:
    Access is denied.
    FRM-92060 :Failed to connect to the server
    Bad machine specification :/forms90/190servlet:-1
    Any Suggestion will be appreciated

  • Oracle Form Server Documentation

    Hello Friends,
    I need the documentation of oracle forms server 8i,
    if anyone tell me the link of oracle forms server documentation for download.
    I will be thankfull.........

    Here is an address:
    http://otn.oracle.com/pls/tahiti/tahiti.homepage

  • Force oracle form server to use 'Arabic Presentation Forms-B' unicode block

    Hi everybody
    i am using form server 10g and AR8MSWIN1256 as characterset.
    it seems that with this charset oracle form server use only 'Arabic presentation Forms-B' part of unicode to display characters.
    is there any way to change this and force form server to use 'Arabic presentation Forms-A' and 'Arabic presentation Forms-B'.
    i checked in localebuilder and if you set any code out of 'Arabic presentation Forms-B' range in replacement chars glyph is not displayed and in the form it shows wrong display.
    Regards
    Mostafa

    You should post your question in the Forms the Developer Suite forums. It is found at:
    Forms

  • Oracle Forms Server Service cannot start by scripts (windows2k)

    We have a Portal & Application Server installed (Forms&Reports 6i).
    Server is Windows2000.
    I have to start Oracle Forms Server service by scripts, when i manually start the process by pressing start or stop, it works & asks for nothing.
    but when i write a script to stop & start oracle forms server , it stops by script.
    but it fails to start & says FRM-60009 : ifsvr60 correct usage : -install [service name] exc..... so service doesnt start but when i go to services & start it manually by presing start , it starts. I dont want to install a new service just stop & start the engine.
    How can i start the forms server service by a script ? (any of known commands or a way to Oracle forms server service to start by scripts ?)
    Thx for Help..

    Hi
    Have you checked that the rpd file still exists in the Repository folder? Did you leave it in a consistent state? assuming the paint.rpd is still there, double click it and see if you can open it, if so run a consistency check.
    Rgds
    Ed

  • J2EE applications Vs. Oracle Forms server

    Hi guys,
    I have worked in the oracle forms server and building some J2EE applications.
    So what is making me confused is with is better to use? Oracle forms server OR J2EE applications?
    I have seen that most of the enterprise applications build on J2EE technology, building applications using Oracle Forms Developer or Oracle Designer Forms Generator is easer than using J2EE technology and as I know forms server is much faster than downloading html pages using J2EE
    The BIG question is “Why Oracle is pushing and supporting the J2EE more than the forms server”????????
    Please can any one answer this question, I want to posted to some decision makers in my company.
    Thanks a lot,
    Regards,
    Ibrahim Sawalha
    [email protected]

    Ibrahim,
    thanks for your question and lets see if I can help answer your points.
    "which is better to use" - well it depends! - If you have a team of PL/SQL developers who are comfortable in the relational world and are more focused on the business logic of the application rather than the implementation details, then Forms may be the tool which fits the developers' requirements.
    If you have a team of Java programmers and you want ability to build and tailor your application at every level - if you want flexibility on the UI (JSP/HTML, wireless, Swing etc) then J2EE and JDeveloper gives you those choices.
    "...[Forms/Designer]is easer than using J2EE" I think that this is true now but becoming less so. Because Forms is a "black box" in that it hide much of the implementation details, it is inherently easier because you are not looking at that implementation level.
    However, with Jdeveloper, you are seeing the introduction of more and more frameworks do much of the "common implementation" details for you..and so this becomes easier. Jdeveloper is also introducing a number of features which will make development more productive (e.g. WYSIWYG editors). This will bring it more in line with the Forms development experience.
    "Why Oracle is pushing and supporting the J2EE more than the forms server" - well, I guess this is a perception thing. Yes there is a huge push behind J2EE but equally there is a huge effort going into Forms as well (we have a US and EMEA wide Forms Upgrade workshop running at the moment, we have 7 Forms and Designer Papers at ODTUG this year (Jdeveloper has 8 - so its a pretty even split {and thats not including Reports}). Compare the Forms and JDeveloper forums on OTN and you will see both are very active (Forms has the most post of any forum).
    I personally believe that as J2EE is a newer technology there is more to talk about that an more estbalished tool like Forms.
    So I don't really see it as J2EE vs Forms Server. Its more a case of different technologies, different strengths and the decision on which you use will be based on questions about integration, users, application front end, development skills etc etc....and I would hope that the choice becomes clearer when you address each of these questions.
    I hope this helps and please post if you have any more questions.
    Regards
    Grant Ronald
    Application Development Tools Product Management
    ps. may also be worth checking out http://otn.oracle.com/products/forms/htdocs/FormsJavaSOD.html which addresses the question of those who are considering moving Forms applications to J2EE

  • How to improve performance of Oracle Forms Server ?

    Recently we converted our Application which was Developed in Forms 5.0 and Reports 3.0 into Forms6i to host that on to Web. We also loaded ORACLE 9iAS (on Windows NT 4 with service pack 3) from "Enterprise Edition" option by selecting Oracle Database Cache, Forms Server and Reports Server, HTTP Server(on port 80),Oracle Web Cache. Everything loaded succesfully including Caches.
    Forms server is working perfectly and we were able to run our Application in Browser, but performance is the issue. We thought the caches will improve the performance, but it seems they are not at all working. When we run a report or form the Database cache is not giving any statistics whether a particular Query is a Hit or Miss though the cache is running. We got a doubt and searched in FAQ's and we found the following questions.
    Oracle9iAS Web Cache Frequently Asked
    Questions February 2001
    Does Oracle9iAS Web Cache work with applications that use Oracle9iAS Forms?
    Not in the 1.x release of Oracle9iAS. Integration between Oracle9iAS Web Cache and Oracle9iAS Forms will be addressed at a future date.
    Oracle9iAS Database Cache
    Does the Cache work with Oracle Forms and Portal in Oracle9i AS?
    Since Oracle Forms and Portal utilize read/write PL/SQL stored procedures, these components cannot take advantage of the Cache. This support is being considered for a future version.
    After coming to know that Caches doesnot boost the performance of Oracle Forms and reports. We have the following queries.
    1) Clarify whether the above are True.
    2) Apart from DB and Web Cache is there any other way where in we can improve the performance of Oracle Forms and Reports in Forms Server including the start up time.
    3) What is the ideal configuration required for each tier (iAS Server,Database Server and Client) to host Forms on to Web considering our application as Medium scale.
    (Presently our configuration are,
    Application Server Configuration : Windows NT 4 with service pack 3,256 MB RAM,1 GB Virtual memory and 4GB free space and almost the same configuration is being used for
    Database Configuration.
    Client Configuration : Windows 98 with 64MB RAM).
    4) Is there any way to track the performance and know the problem areas like TRACE.
    Gopi Kumar
    null

    A couple of questions for you:
    1) What version of IAS are you using?
    2) What's the version of Forms&Reports and
    3) What version of patch are you using if any
    for forms&Reports?
    4) What applications are you running on the
    machine where Forms&Reports is installed?
    (I mean non-Oracle applications?)
    The problem could be that, the base addresses
    of the DLL's in Forms&Reports could be having base address conflicts with some other application's DLL's.
    Forms and Reports needs to be fully rebased to achieve full performance on NT. Before release of Forms and Reports, Oracle rebases all DLLs. Rebasing assigns unique base addresses to all of the DLL's in use by an executable. A properly based DLL will load at its preferred base address, greatly improving the efficiency of memory utilization and the runtime performance of the executable.
    Multiple utilities are available on NT to verify proper rebasing of DLLs. HandleEx v4.0 is one such freeware from Sysinternals and is available at www.sysinternals.com. Some others are "depends.exe" that's part of the MS Visual Studio or msinfo32.exe that comes with Office 2000 on NT.
    If after running any of these utilities you discover that the DLL's ar not properly rebased, you need to contact Oracle worldwide support.
    If you find that rebasing is not the problem, then please post your feedback again. Hope this helps.

  • Oracle forms server error

    hi all
    i have installed EBS 11i on windows xp
    it worked fine for last few months.now i am getting forms server error.
    i can login as user and when i try to go to applications like AR transactions
    jinitiator is also geting intiated.it stops at this stage and i can see the oracle logo in the back ground .but the forms do not open.
    i can see the error cannot connect to the forms server.
    i tried to start the frms server using adfrmsctl cmd from envshell.it says forms server already started.
    can anyone help me regarding this.
    thanks in advance.

    yes its related to some forms generic error
    it can be seen in the popup and the loading of forms stops there
    i cant access the applications because it stucks there.
    i can open forms like xml publisher administrator etc.but not the module based liek AR etc.
    my data base works fine.

  • Oracle Forms Server - Internet Deployment

    Hi All,
    We have deployment our Applications on the Web using Oracle Web Deployment. We are using Oracle Developer Server 6i for this. We use MS IIS as the Web server. We have a scenario where we want multiple clients to connect to our wen server and run our software application. However since Forms server uses the FORMS60_PATH to look at the path for Forms & Reports executables we cannot run multiple versions of the same software on a single physical web server machine. Say I have App1 Ver 5.4.01 and App2 Ver 5.4.02 used by client1 and client2 respectively. I can't do that on the same machine because both the versions have same form names and so although they are in different directories, Forms server picks up the one 1st in the FORMS60_PATH.
    null

    Sure you can -
    1) Login as user with path pointing to the version 4.1 of your app.
    2) Start the forms server to use PORT 9000.
    3) Login as user with path pointing to the version 4.2 of your app.
    4) Start the forms server using port 9001.
    Now have two HTML files on you web server - one that uses port 9000 and one that uses 9001, and that invoke the appropriate initial form.
    John Alexander www.summitsoftwaredesign.com

  • How Oracle forms server 6i run on web?(Configuration)

    hi all,
    I want to run oracle forms on web.
    For that,
    I installed forms server 6i.
    I installed forms developer 6i.
    which web server i have to install?
    What are the configuration required for that both (Web Server and Forms Server)?
    can u give me suggestion step by step.
    thanx in advance
    regards,
    dhaval lodha

    Hi,
    Forms Server uses the WebDB Listener for the web access.
    Since then we improved Forms Services to use the Oracle HTTP Listener in Oracle Application Server. Oracle Applicaqtion Server also is the only supported application server for Forms on the web.
    Frank

  • Email from Oracle Forms Server/10gAS

    I know we can use DB SMTP package to send email from DB. But we like to send emails along with attachments from Oracle Forms/10gAS server.
    What is the best solution that is available? Any options in WebUtil in Oracle Forms?
    Thanks

    Hi,
    I'm doing a similar kind of thing on our app server. We're using WebUtil to interact with the client outlook (either that or install Outlook on the app server machine). Forms is controlling the email software.
    Oracle does have a white paper on this something to do with MAPI sessions but it was so long ago that I did this that I can't remember.
    Hopefully this will help you somewhat
    L :-)

  • Oracle Forms server trouble

    Hello,
    we have got some problems with our forms server. The service is up and running but there is no response from the service. Can we check it by some command line prompt tool? We want to do this so that we can use our monitoring tool to give us a sign immediatly.
    Thanks in advance.
    Dwight Looyi

    Enterprise manager is able to manage and monitor Forms services - have a look at that.

Maybe you are looking for

  • Satellite P500 (PSPE8U) - Can't find drivers for it

    Hi there, I've been up and down these forums to no avail. I've looked at loads of forums for drivers for my P500. I've been through the support pages of the toshiba websites of australia, Europe, Uk and japan.. no luck either. I've tried to contact t

  • Urgent help in performance

    hi experts: Here is my last code how here I can avoid from select  <b>single</b> and from end <b>select</b> for the first select when i cehck it in se30 it take 20 sec total. Regards INCLUDE yhr_ex_hours_emp_data. INCLUDE yhr_ex_hours_emp_sel. START-

  • Images FileTypes added but not shown in search results

    Hallo, I have added the Filetypes, "jpg", "png" and "gif" through the central administration. I have then made an IISRESET, restart the search service and run a full crawl but the filetypes are not crawled. The architecture is, 2 WFE, 2 APP Server (o

  • Airport Express starts up, green light for one second and then restarts. Is it shot?

    Airport express (gen 1) starts up and flashes green for one second. Then steady amber and starts up again. I've tried to reset it but same resuld with ethernet cable or wifi. Any ideas short of buying another one? Thanks, CW

  • Javascript for cropping PDF

    Hi I know it´s probably quite easy to crop PDF document with jacascript but what I need is that ratio of the result would be 1:1.3 (Widht 1 : Height 1.3). And it should be negative crop (page is not actually cropped at all but enlarged instead of tha