Logon Screen in Developer suite 10g

Whenever the client opens his application in the browser it asks for the logon details. Example they have to enter scott/tiger@msql
Can someone please tell how to suppress this so that they enter only the username and not the password and connect string.
Thanks in advance.

I think, what Ansu is trying to do is an automated logon of the form getting called in url...
In order to achieve this, username, password and connect string must get part of the roaming environment
of the forms session which is getting generated.
In order to do so the parameter userid
- needs to be part of the application configuration section within formsweb.cfg
userid=scott/tiger@database
or
- needs to be part of the url call which invokes the form session http:/...&form=...&userid= ...
Next, in the form which is getting called in the url call in the ON-LOGON trigger
enter :
un varchar2(30) := GET_APPLICATION_PROPERTY(username);
pw varchar2(30) := GET_APPLICATION_PROPERTY(password);
cs VARCHAR2(30) := GET_APPLICATION_PROPERTY(connect_string);
IF (un IS NOT NULL) AND
(pw IS NOT NULL) AND
(cs IS NOT NULL) THEN
logon (un,
pw || '@' || cs,
FALSE);
END IF;
This should automatically connect the forms application to the application schema.

Similar Messages

  • How to logon to Oracle Developer Suite 10g?

    I have installed Oracle Developer Suite 10g on my Windows XP Home Edition.
    But I don't know what to enter in the "logon dialog box".
    And after all, what is user/id/conncetstring?

    Hi Do you have a backend database? If then configure it and use that user/pwd/connectstring. Else install database and use.
    Regds,
    Thomas

  • Installation of an Oracle Developer Suite 10g on Windows XP doesnt work

    Hello.
    I try to instal Oracle Developer Suite 10g on Windows XP. I run setup.exe from DISK1 directory. Universal installer starts and Welcome screen appears. I click "Next" to "Specify file locations" screen. But when I choose Source Path and Destination Name and Path and I click "Next" again, nothing happens. In installation log I can see strange error message. You can see it in part of log bellow:
    *** Welcome Page***
    Initializing install inventory
    Setting up install inventory
    *** Specify File Locations Page***
    Setting the 'SourceLocation ( FROM_LOCATION )' property to 'C:\xxx\OracleDevSuit\Disk1\stage\products.jar'. Received the value from the UI page.
    Setting the 'OracleHome ( ORACLE_HOME )' property to 'C:\Program Files\oracle\10.2.0\client_1'. Received the value from the UI page.
    Setting the 'OracleHomeName ( ORACLE_HOME_NAME )' property to 'OraClient10g_home1'. Received the value from the UI page.
    Initializing OUI access setup
    Setting variable 'ORACLE_HOME' to 'C:\Program Files\oracle\10.2.0\client_1'. Received the value from the UI page.
    Error:*** Alert: null ***
    User Selected: Cancel
    Can anybody help me? I am very confused about this error message.
    Thanks very much.
    Petr.

    Are you logged in as an administrator?
    I wouldn't install in Program Files anyway. I'm not sure, but I have a gut feeling that Oracle doesn't like spaces in file and directory names. Install in C:\Oracle directory.

  • Unable to install Oracle Developer Suite 10g on Windows 7

    Hello,
    I'm getting the following error message when using OUI on the Specify File Locations screen after providing source and destination:
    Invalid staging area. There are no top level components for Windows NT, Windows 2000 available for installation in this staging area.
    Anyone else have this happen while trying to install? I see that a few people have been successful in getting it installed. The destination was provided by default as C:\Program Files\Oracle\Inventory.
    Any help would be appreciated - thanks in advance.

    The Oracle Developer Suite (ODS) 10g is now certified by Oracle for installation on Windows 7 (32-bit). For installation steps, I recommend you take a look at My Oracle Support article: *How to Install Oracle Developer Suite 10g (10.1.2) on Windows 7 (32-bit) [ID 1292919.1]*. There is no need to run the XP-Mode (Virtual PC) of Windows 7 in order to install and use ODS on Windows 7.
    Invalid staging area. There are no top level components for Windows NT, Windows 2000 available for installation in this staging area.This error could be caused by many things. I've seen two. The first (as I recall) was caused by an issue with one of the files in the Inventory directory. We were able to get around the issue by deleting a file (I'm sorry, but I don't recall which file or if we simply deleted the directory). I recommend you check with Oracle Support before you delete any files or the directory, however.
    The other issue I've seen cause this is "spaces" in the directory path to the installer. This was the most common cause that I've seen. Make sure there are no spaces in the directory path where the installer is located.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • How to install Oracle Developer Suite 10g on Windows 7 (64-bit)

    Hi,
    I have windows 7 (64-bit) installed on my laptop. I want to install Oracle developer suite 10g R2 on this machine but when I run the Oracle Universal Installer, it gives me error stating "operating system version: must be 5.0, 5.1, 5.2. Actual 6.1 Failed<<<<
    Exiting OUI.
    Can anyone please help me to solve this problem.
    Thanks in advance.
    Regards

    Be aware that Developer Suite 10gR2 is not supported for use on Windows 7. Installing it on this platform may result in undesirable behavior.

  • Installation of developer suit 10g on windows 7 64-bit

    Dear all,
    I have successfully installed oracle 10g and developer suit 10g in my lappy which runs on windows 7 64-bit, I am able to launch form builder, create a new form and compile it. But when I runs the form the the internet explorer 8 crashes.
    Please help

    I am guessing that you are fairly new to the Oracle Forms product as you are not understanding the difference between the environment where a "form" is developed and the area where it can/will be run in a supported manner. Let me try to start from the beginning....
    1. The Forms Builder 10.1.2 is NOT_ supported to be installed on Windows 7. I can technically be accomplished but is considered NOT supported by Oracle. So unless you have a good working knowledge of the Developer Suite product and the Win7 operating system and don't care about getting technical support from Oracle, I do not recommend attemting to install on Win7. If you choose to install on Win7, you are on your own even if you have a Support agreement. Supported platforms include Windows 2000, Win-XP, Vista (see note 559067.1), Solaris, Linux
    If you feel like you need to have the Builder installed in an UNSUPPORTED environment, you can probably follow the instructions provided for installing on Vista as they will likely work for Win7. If you have access to My Oracle Support, take a look at this document: How to Install Developer Suite 10.1.2.3 on Windows Vista (Doc ID 559067.1)
    Supported Operating Systems and other installation information can be found in the Installation Guide:
    http://download.oracle.com/docs/cd/B25016_08/doc/dl/core/B16012_04/chap2.htm#i1007814
    The only exception to the above is that we now support installing on Vista when following the note mentioned above.
    2. You can "run" your form after it has been designed and compiled, on a Windows 7 machine. The form will run in a browser, using a JRE/JPI.

  • Installation developer suit 10g on windows 7 64-bit

    Dear all,
    I have successfully installed oracle 10g and developer suit 10g in my lappy which runs on windows 7 64-bit, I am able to launch form builder, create a new form and compile it. But when I runs the form the the internet explorer 8 crashes.
    Please help

    Hi this is the Oracle Designer forum, you would be better off on the Forms forum

  • Running more than one report at a time using Developer Suite 10g(10.2.1.0)

    Hi all,
    We are using the Developer suite 10g(10.2.1.0). I'm finding it exciting to work with it. I'm facing the problem with report server. For example I'm trying to run two reports at a time from two different locations, the report server starts working on first report and the second report will be in queue. In 6i it was not the case. so i need such a scenario. where in the two users can take the reports concurrently instead of this FIFO method.
    Regards,
    Alok Dubey
    Edited by: Alok Dubey on Dec 15, 2008 5:22 PM

    Hello,
    By default, the reports server is configured with 2 kinds of engines :
    The default reports engine and the "URL engine" :
    For more details about the "URL engine " :
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_conf.htm#i1007633
    3.5 Configuring the URL Engine
    Thie "URL engine" has a minEngine=0 and maxIdle=30 :
    <engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000"/>
    It means that if the "URL engine" is not used, it will be stopped after 30 minutes.
    That's why you can see 2 engines just after having started the reports server and only 1 engine 30 minutes later
    Regards

  • Getting Error while running Developer Suite 10g forms.

    After designing the form when I'm trying to run the form I'm getting the error message The Java Runtime Environment Cannot be loaded from <\bin\client\jvm.dll>. I have installed oracle database 11g and developer suite 10g in Windows XP Prof. Pc. Please guite some one. Trying from last 2 days but nothing is happening.

    You may not have admin rights to install Jinitiator on your box.
    Cheers

  • Installation of Developer Suite 10g in Linux

    Hi,
    I've done the configuration of Developer Suite 10g on Windows OS. But i want to know how can i configure the Developer Suite 10g in Linux platform.
    Any link for this would help me a lot.
    I have done some configuration, but i'm facing some problems with it. Like i've compiled the form in windows version, but when i try to compile the form in
    linux, i'm facing the problems. In the form there are some libraries attached to it. When compiled in Windows, it got compiled successfully, but when i compile it
    in Linux, it is unable to find the procedures and function in the libraries. To come out of this situation, i've placed all the libraries and the forms in a single folder. still
    the problem exists. It is giving an error saying that the Invalid identifier, whereever i've mentioned the procedures/functions of libraries. Even in windows, i've all
    the forms and libraries in the same folder.
    Regards,
    Alok Dubey

    First of all which Linux....????I am successful in installing it. It is Redhat Linux 5.0 Enterprise edition. But i'm facing the problem in configuring it.
    I checked out from Oracle web site, this linux version supports the Developer Suite 10g. If u can send me any document
    or any link which u felt that it is very useful, then Please let me know.
    Have you checked if it is registered with DevSuite10g...???How to check this ..
    "I have done some configuration.."
    Which....????
    I've set the forms path so that i can run the forms using the url in the browser. But i feel that my configuration is incomplete. As i've mentioned already that when my form is
    compiled in the windows, it is getting compiled. But when i compile in linux, it is showing the error like Invalid Identifier. Here the Identifier name it is dispalying is the name of function(Which
    is in the attached library).
    Regards,
    Alok Dubey
    Edited by: user583531 on Oct 23, 2008 4:06 PM

  • Is it possible to install oracle developer suite 10g in windows 7(64 bit), I have tried to install but failed so. Though, database 11g gets install in Windows 7.  If possible, Kindly provide me the website link.

    Is it possible to install oracle developer suite 10g in windows 7(64 bit), I have tried to install but failed so. Though, database 11g gets install in Windows 7.
    If possible, Kindly provide me the website link.

    Pl do not post duplicates
    Is 1GB ram is enough for the installation of oracle developer suite 10g and database 11g??? And which one to install fi…
    I want to install oracle database 11g and oracle developer suite 10g (latest) in my system. As i'm quite new to oracle ,…
    Continue the discussions in your original threads

  • Problems installing Oracle Developer Suite 10g in windows 7

    Hi Experts;
    I have installed Oracle Developer Suite 10g in windows XP, but now I change to windows 7, 64 bits, I was trying to install this product and I'm having a lot of problems, apparently this product is not compatible with windows 7.
    My question is, is there any product, like Oracle Developer Suite 10g for windows 7? I was looking for in the Oracle page, and  I couldn't see anything, may be the name is diferent.
    Thanks for your help.
    Al

    First off, Oracle Developer Suite (ODS) 10g is no longer supported so Oracle has discontinued improving the product.  While ODS is not certified by Oracle for use on Windows 7 (32 or 64 bit), you can install and use on Windows 7 (32/64 bit).  This is a commonly asked question so a search of the forum would have given you several solutions.
    The limitations of the Oracle installer are:
    1.  You must have Administrator rights to install.
    2.  Windows 7 is not a supported version (it's version 6 and it is looking for version 5), so the installer exits.
    3.  It's unable to recognize Windows Managed virtual memory.
    To get around these limitations you must do the following:
    1.  Modify your Virtual Memory settings and define a specific Min and Max amount.   Look at this MS article if you need help making this change: http://windows.microsoft.com/en-us/windows7/change-the-size-of-virtual-memory
    2.  You must run the Oracle installer in compatibility mode for Windows XP.  To do this,
      - Right-click on the setup.exe and select the Compatibility tab and click "Run this program in compatibility mode for: Windows XP SP2"
    3.  While still in the properties and the compatibility tab, select the option, "Run as Administrator" and click OK.
    Now run the Oracle setup.exe and your installation should succeed.
    Craig...

  • Install oracle developer suite 10g on ubuntu

    Hi,
    Is it possible to install oracle developer suite 10g on ubuntu?

    979155 wrote:
    Hi,
    Is it possible to install oracle developer suite 10g on ubuntu?Better search at ubuntu forum.
    Here one link
    1. http://ubuntuforums.org/showthread.php?t=548631
    2. http://ubuntuforums.org/showthread.php?t=1393013
    3. {thread:id=2432469} {thread:id=669088}
    Hope this enough...
    Hamid

  • How can i install oracle developer suite 10g on centos 5.5

    Hello all ,
    i would like to install oracle developer suite 10g on centos 5.5
    Thank's all :)

    CentOS is not a supported distro for installing Dev Suite 10g - http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html
    Unless you use a certified OS, you are on your own
    HTH
    Srini

  • Install developer suite 10g on windows 7

    hi to all,
    I would like to install developer suite 10g on my notebook windows7 32-bit. It 's possible?
    thanks
    Silvia

    Silvia,
    Yes, it is possible to run Oracle Forms 10g R2 on Windows 7, although, it is not officially supported by Oracle. Oracle has only certified Forms 11g (Oracle Fusion Middleware (OFM) 11g) for Windows 7. If your development requires a supported Oracle environment, then I suggest you upgrade to OFM.
    The key to setting up Forms 10g on Windows 7 is the preparation. First, the Oracle Installer doesn't recognize Windows managed virtual memory so you will need to change your system virtual memory settings from "Windows Managed" to a specific size (typically 2048mb minimum). Second, you will need to change the compatibility to "Windows XP" for the Forms 10g installer and run the installer as "Administrator" for the installation to succeed.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

Maybe you are looking for

  • How to get the WSDL file to consume a WS from Visual Studio

    Hi gurus: I've created a receiver SOAP adapter in my XI system that could be invoked by: http://xiserver:50000/XISOAPAdapter/MessageServlet?channel=:Openlab_Desarollo:CanalComunicaciones_SOAP" It is working fine. Now I must send the WSDL file to an e

  • I am located in China, Can I place order and buy apple product as a gift for my friends located in United Status?

    Questions as my subjected on the title. Thanks. James

  • Bean already exists

    hi when i run my application am geting below error,i don't have any duplicate bean in C:\Users\Tshifhiwa\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee\drs\CascadingSOC\META-INF i only have two file=application,weblogic-application,am i jd

  • OSB and REST

    Hi everyone, I have the requirement of develop a proxy service that consumes a RESTful service of another system called "Provider", the integration is like this, its very simple. CLIENT >>>> OSB >>>> PROVIDER    soap     --      soap      --   http t

  • Date format truncation

    Hello, I have string representation of date in varchar datatype in the format 2006-08-17 10:00 [YYYY-MM-DD HH24:MI]. I want to convert this varchar into DATE type.I was using the following function table_date := to_date(datestring,'yyyy-mm-dd hh24:mi