Removing ORACLE Logo in Forms 6i

I have placed a line saying "logo=no" in the formsweb.cfg file. I also added "logo=no" to the CGI command used to bring up my form in the browse. Here is the problem:
The FIRST time I bring up my form, the ORACLE logo is not there (which is what I want). If I close the form and bring it up again, the logo magically appears. Even if I close the browser window (IE5.5), re-open it and bring up the form, the logo still appears. How can this be happening and how can I fix it????

Greg,
actually the Oracle logo shows whenever the look and feel is set to 'Oracle'. You can suppress it by replacing the Oracle log by your custom logo, say a 1x1 pixelf gif (making it hidden in your Forms)
ollow this procedure to that logo with your custom logo:
1) Backup the following files:
oracle_home/forms60/java/f60all.jar
oracle_home/forms60/java/forms/icons/oracle_logo.gif
2) Create your custom logo in gif format and rename it to oracle_logo.gif
3) Copy your gif to the oracle_home/forms60/java/forms/icons directory.
4) Open the f60all.jar in WinZip.
5) Find a file called oracle_logo.gif in the archive and delete it.
6) Create the following directory structure:
c:\oracle\forms\icons
7) Copy your custom logo(renamed to oracle_logo.gif) to:
c:\oracle\forms\icons.
8) In WinZip, choose Add a file, then select the oracle_logo.gif from:
c:\oracle\forms\icons
9) Add the file to the f60all.jar archive and close the jar file.
10) Stop and restart your forms server.
11) Clear the cache from your browsers.
Now when you run the form on the web, your custom logo will appear in
place of the Default Oracle logo.
Fran

Similar Messages

  • I want to remove oracle logo in my harddisk

    my question is that I install the oracle database 8i i my
    computer and I need to know how can I take out the logo that is
    place
    in the harddisk in my computer.
    whe I get in in my computer in desktop the oracle logo apear in
    the harddisk logo.

    Depending on what version of Windows you are using, you can
    obtain a tool called TweakUI from Microsoft, or it may be
    included already with your Windows. Go to the Repair tab and
    select to repair icons. That should take care of it.

  • How to hide Windows and Oracle Logo?

    I'd like to hide Windows and Oracle Logo in Oracle window
    https://sites.google.com/site/myoracleproblems/home/screen
    or move application higher. Does someone know what to do, if anything?
    thanks
    m.

    Abdetu wrote:
    Thanks JeanYves
    i found that parameter but didn't know what to set to it i even has no forms in my pc thanks again
    Regards,
    Abdetu...Hi Abdetu,
    There is 3 parameters in the <DevSuiteHome>\forms\server.formsweb.cfg having the same behavior.
    Logo
    Background
    SplashScreen
    By default (if you don't have specified them in you [section] they values are inherited from the [default] section) the values are
    Logo=
    Background=
    SplashScreen=
    This means you will have the oracle logo, the Forms Services background image in your applet and the oracle splash screen at startup.
    *To have nothing shown then just put the value no in front of these 3 parameters*
    Logo=no
    Background=no
    SplashScreen=noYou can also customize that with you own gif files.
    For this you have to put your images in a icons.jar file
    place it in your <DevSuiteHome>\forms\java where frmall.jar and others are located.
    then in your formsweb.cfg :
    Archive=frmall.jar, icons.jar
    ImageBase=CodeBase
    Logo=yourlogo.gif
    Background=yourbackground.gif
    SplashScreen=yourbeautifullsplachscreen.gifAnd at least if you have a small gif in your icons.jar for the window you can also defining the Icon Filename property in Forms builder. This wile replace the default forms runtime icon.
    Hope this helps
    JeanYves

  • Remove the ORACLE Logo in my MDI form

    Dear Friends,
    <p>In my MDI form eventhough I give null for my menu Form module property, I'm getting menu with Window displayed and also the ORACLE Logo as below. I don't want this to appear. What I should do to make it disappear? I'm using Forms 10g Application server to run my forms. </p>
    <IMG SRC="C:\Documents and Settings\Administrator.PROJECTSQL\My Documents\My Pictures\myform1.jpg"></IMG>
    <p> Thank you in advance </p>
    <p> Regards </p>
    <p> Senthil .A. Perumal. </p>

    Dear Friends,
    <p>I finally got it corrected without setting useSDI = yes property. Actually what I did was - just created a dummy menu with only one menu item in it and with the following menu item properties set to that menu item and attached with the login screen.</p>
    <p>Menu item type = Magic</p>
    <p>Magic Item = Window</p>
    <p>Command Type = Null</p>
    <p>Visible in Menu = No</p>
    <IMG SRC="C:\Documents and Settings\Administrator.PROJECTSQL\My Documents\My Pictures\myform2.jpg"></IMG>
    <p> <h1> Wish you a Very Happy New Year 2006 </h1> </p>
    <p> Regards, </p>
    <p>Senthil .A. Perumal. </p>

  • Forms 10G – Replacing Oracle Logo in Menu Bar

    Hello:
    Forms 10G – Replacing Oracle Logo in Menu Bar
    We use “lookAndFeel=oracle” which gives Oracle Logo in the Manu Bar at top right corner.
    What is the simplest way to replace this with our own logo?
    Thanks

    Here you go. (foroms.conf, formsweb.cfg)
    Forms.conf
    # $Id: forms.conf 22-nov-2004.03:29:38 osingh Exp $
    # Name
    # forms.conf
    # Purpose
    # Apache mod_oc4j and mod_jserv configuration file for Forms Services.
    # This file should be included into the Oracle Apache HTTP Listener
    # configuration file (typically by adding an include statement to the
    # oracle_apache.conf file)
    # Remarks
    # If Forms is to be used with JServ, the jserv.properties file needs editing
    # to add the "forms" servlet zone with properties file forms.properties
    # Notes
    # Virtual paths: We use AliasMatch when defining virtual paths for
    # security reasons (prevents directory browsing).
    # Virtual path mapping for Forms Java jar and class files (codebase)
    AliasMatch ^/forms/java/(..*) "E:\oracle\FRHome_1/forms/java/$1"
    # Virtual path for JInitiator downloadable executable and download page
    AliasMatch ^/forms/jinitiator/(..*) "E:\oracle\FRHome_1/jinit/$1"
    # Virtual path for runform.htm (used to run a form for testing purposes)
    AliasMatch ^/forms/html/(..*) "E:\oracle\FRHome_1/tools/web/html/$1"
    # Virtual path for webutil
    AliasMatch ^/forms/webutil/(..*) "E:\oracle\FRHome_1/forms/webutil/$1"
    # Configuration for JServ (if mod_jserv.c is available and not mod_oc4j.c)
    <IfModule mod_jserv.c>
    # Only configure for JServ if mod_oc4j is NOT available:
    <IfModule !mod_oc4j.c>
    # Virtual path mapping for FormsServlet and ListenerServlet.
    # Purpose: paths to invoke the servlets should be /forms/frmservlet
    # and /forms/lservlet respectively.
    # We map frmservlet to servlet.frm, and lservlet to servlet.frml.
    # The apJServAction directives (below) will then remap those.
    AliasMatch ^/forms/frmservlet(.*) "/servlet.frm"
    AliasMatch ^/forms/lservlet(.*) "/servlet.frml"
    ApJServMount /forms/servlet /forms
    # Let the servlets be called by file extension (e.g /servlet.frm)
    ApJServAction .frm /forms/servlet/frmservlet
    ApJServAction .frml /forms/servlet/lservlet
    # Prevent access to the Forms Servlets by paths other than
    # /forms/frmservlet and /forms/lservlet.
    # 1. Prevent access via the .frm and .frml file extensions:
    <LocationMatch ^.*\.frm.*>
    order deny,allow
    deny from all
    </LocationMatch>
    # 2. Stop access by class (by paths like
    # /forms/servlet/oracle.forms.servlet.FormsServlet)
    <LocationMatch ^/forms/servlet/oracle\.forms.*>
    order deny,allow
    deny from all
    </LocationMatch>
    </IfModule>
    </IfModule>
    # Config. for OC4J
    <IfModule mod_oc4j.c>
    Oc4jMount /forms OC4J_BI_Forms
    Oc4jMount /forms/frmservlet OC4J_BI_Forms
    Oc4jMount /forms/frmservlet/* OC4J_BI_Forms
    Oc4jMount /forms/lservlet OC4J_BI_Forms
    Oc4jMount /forms/lservlet/* OC4J_BI_Forms
    </IfModule>
    formsweb.cfg
    # $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
    # formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
    # This section defines the Default settings. Any of them may be overridden in the
    # following Named Configuration sections. If they are not overridden, then the
    # values here will be used.
    # The default settings comprise two types of parameters: System parameters,
    # which cannot be overridden in the URL, and User Parameters, which can.
    # Parameters which are not marked as System parameters are User parameters.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overridden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    # System parameter: default base HTML file
    baseHTML=base.htm
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=basejini.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms if unset.
    workingDirectory=
    # System parameter: file setting environment variables for the Forms runtime processes
    envFile=default.env
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    escapeparams=true
    # Forms runtime argument: which form module to run
    form=test.fmx
    # Forms runtime argument: database connection details
    userid=
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    # HTML attributes for the BODY tag
    HTMLbodyAttrs=
    # HTML to add before the form
    HTMLbeforeForm=
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms/lservlet
    # Forms applet parameter
    codebase=/forms/java
    # Forms applet parameter
    imageBase=DocumentBase
    # Forms applet parameter
    width=750
    # Forms applet parameter
    height=600
    # Forms applet parameter
    separateFrame=false
    # Forms applet parameter
    splashScreen=
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    logo=
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename=jinit.exe#Version=1,3,1,22
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=1
    # Single Sign-On OID configuration parameter
    oid_formsid=%OID_FORMSID%
    # Single Sign-On OID configuration parameter
    oracle_home=E:\oracle\FRHome_1
    # Single Sign-On OID configuration parameter
    formsid_group_dn=%GROUP_DN%
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # EndUserMonitoring
    # EndUserMonitoringEnabled parameter
    # Indicates whether EUM/Chronos integration is enabled
    EndUserMonitoringEnabled=
    # EndUserMonitoringURL
    # indicates where to record EUM/Chronos data
    EndUserMonitoringURL=
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    # Example Named Configuration Section
    # Example 3: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms/lservlet/debug
    # Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
    # DS but not AS and is also available for download from OTN.
    [webutil]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    [devBala]
    envFile=E:\Khamel\conf\devBala.env
    WIDTH=832
    HEIGHT=662
    pageTitle=Khameleon DEV-Bala Environment
    separateFrame=True
    splashScreen=No
    Background=No
    #lookAndFeel=oracle
    colorScheme=BLAF
    form=sylogin.fmx
    logo=/ksfiles/kham_log.gif
    [devBala1]
    envFile=E:\Khamel\conf\devBala.env
    WIDTH=1000
    HEIGHT=850
    #pageTitle=Khameleon DEV-Bala1 Environment
    separateFrame=True
    splashScreen=/ksfiles/Khameleon.gif
    Background=/ksfiles/Khameleon1.gif
    #lookAndFeel=oracle
    colorScheme=BLAF
    form=sylogin.fmx
    logo=/icons/kham_log.gif

  • Oracle logo in about-form

    When I register my portlet I get the about-link in the right corner of my portlet-screen.
    When click on this link I navigate to about-form with my own about-tekst, oracle-logo in the left upper corner and link to home-page of portal in the right upper corner.
    How can I get rid of these logo en link to home-page?
    Thanks,
    Anna

    Hi,
    In PDF, there are three ways of using a Graphic -
    1.     through context – using graphic reference
    2.     through context – using content
    3.     In layout – by copy and paste.
    &#61607;     Graphic content can be added to the form by adding the graphics in the transaction SE78 (also using the programme – ‘RSTXLDMC’). You store that in a variable and have that variable here.
    Graphics can also be uploaded through MIME repository.
    Thanks and Regards,
    - anto.

  • REPLACING ORACLE LOGO WITH MY LOGO

    REPLACING ORACLE LOGO WITH MY LOGO
    hi i tried to replace the oracle logo with my custom logo......but still tht logo is not appearinmg........i followed the steps mentioned in the following note in metalink......can u tell me wht went wrong.i have also attached my config settings in formsweb.cfg.
    You can either replace the Oracle logo with your custom logo, or just
    delete the Oracle logo. Both of these options are described below.
    Replacing the Oracle Logo with a Custom Logo
    ============================================
    Forms 6i(6.0.8.8 or above), has a new look when using the Oracle
    lookAndFeel parameter. An Oracle logo appears in the menu when you run
    the form on web. The logo is visible, even if you use a default menu
    or custom menu.
    Follow this procedure to that logo with your custom logo:
    1) Backup the following files:
    oracle_home/forms60/java/f60all.jar
    oracle_home/forms60/java/forms/icons/oracle_logo.gif
    2) Create your custom logo in gif format and rename it to oracle_logo.gif
    3) Copy your gif to the oracle_home/forms60/java/forms/icons directory.
    4) Open the f60all.jar in WinZip.
    5) Find a file called oracle_logo.gif in the archive and delete it.
    6) Create the following directory structure:
    c:\oracle\forms\icons
    7) Copy your custom logo(renamed to oracle_logo.gif) to:
    c:\oracle\forms\icons.
    8) In WinZip, choose Add a file, then select the oracle_logo.gif from:
    c:\oracle\forms\icons
    9) Add the file to the f60all.jar archive and close the jar file.
    10) Stop and restart your forms server.
    11) Clear the cache from your browsers.
    Now when you run the form on the web, your custom logo will appear in
    place of the Default Oracle logo.
    Removing the Oracle Logo from the Menu
    ======================================
    Use one of the following methods to remove the Oracle logo from the
    menu:
    -- If you do not need to use the "Oracle" lookAndFeel, use the
    "generic" lookAndFeel. When you use the generic look and feel, you
    do not see the Oracle logo in the menu. However, you do see the
    canvas in the windows default gray color. Also, the menu toolbar
    icons are gray.
    -- If you want to retain the Oracle look and feel but remove the
    Oracle logo only, add the following parameter in your html file,
    or add it in your URL:
    Logo="no"
    For example, in Netscape:
    lookAndFeel="Oracle"
    Logo="no"
    For example, in IE:
    <PARAM NAME="lookAndFeel" VALUE="Oracle">
    <PARAM NAME="Logo" VALUE="no">
    This suppresses the Oracle logo at runtime on the web.
    Solution Explanation
    ====================
    With the oracle lookAndFeel parameter, the Oracle logo is always
    inserted in the menu. You must remove the logo or add another logo
    with the same name if you want to replace the Oracle logo.
    ---MY CONFIG FILE-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    [myconfig]
    serverURL=/forms90/l90servlet
    codebase=/forms90/java
    userid=sdbuser/sdb1@sdb
    form=C:\MYFORM.FMX
    imageBase=DocumentBase
    width=100%
    height=100%
    separateFrame=false
    splashScreen=no
    background=oracle_logo.gif
    #lookAndFeel=Oracle
    colorScheme=teal
    logo=oracle_logo.gif
    formsMessageListener=
    recordFileName=
    --------------------------------------------------------------------------------

    hey,
    u can try making your own .jar with your icons inside and put it on the3 forms60/java directory.
    Include also the following line in cfg file:
    archive_jini = f90all_jinit.jar, [youriconsarchive].jar
    and maybe you should change imagebase to 'codebase' instead of documentbase.
    I have it like this and works ok. I can use every icon in my jar as logo or anything else..
    hope this helps
    regards,
    teo

  • Oracle Logo on Web Apps

    Does anyone know how to remove the Oracle logo that now appears
    when using the Oracle look-and-feel parameter in the startup
    html file?
    I would like to use the new reports, but that would mean that I
    would have to redesign all my screens due to the 1/2 inch that
    the Oracle logo uses.
    I am aware that this does not happen when the Oracle look-and-
    feel parameter is not used but I would rather not have to
    sacrifice the nice appearance to eliminate an unwanted logo.
    Thanks to Oracle for allowing us resize the app screen and now
    change the title as well. But why are you forcing us to work
    around your logo?
    null

    Michael Shannon (guest) wrote:
    : Does anyone know how to remove the Oracle logo that now appears
    : when using the Oracle look-and-feel parameter in the startup
    : html file?
    : I would like to use the new reports, but that would mean that I
    : would have to redesign all my screens due to the 1/2 inch that
    : the Oracle logo uses.
    : I am aware that this does not happen when the Oracle look-and-
    : feel parameter is not used but I would rather not have to
    : sacrifice the nice appearance to eliminate an unwanted logo.
    : Thanks to Oracle for allowing us resize the app screen and now
    : change the title as well. But why are you forcing us to work
    : around your logo?
    This sounds like more of a question for the Oracle Applications
    group. We do provide some sample HTML files for launching reports
    in the ORACLE_HOME/REPORT60 directory. You could try modifying
    one of those to suit your needs. Once you have the syntax of the
    URL, it's relatively easy to build an HTML page that calls the
    reports.
    Regards
    The Oracle Reports Team
    null

  • Oracle 9i WEB-forms, with or without Headstart?

    We have some applications that are created with Designer 2.1.2 and Headstart 2.1.2 and we are about to migrate these to Oracle9i Web Forms and here are my questions:
    1) What are the advantages/disadvantages if we continue to use Headstart?
    2) What do we need to get Headstart working together with Oracle 9i Web Forms?
    3) Where do we order new software/license for "Headstart for 9i"?
    4) Are there any way we can get support on Headstart except the forum on OTN?
    5) Briefly explained, if we remove Headstart and replace it with own-developed code, what would our main tasks/problems be?
    6) Are there any functionality we cannot have if we remove Headstart from our applications?

    1) What are the advantages/disadvantages if we continue to use Headstart?
    The advantages would be more or less the same as for Headstart 2.1.2, except for the fact that you can make use of new features, and it runs on the web too! A 'disadvantage' would be that only web forms is supported out of the box (not client/server) and you need to set up an application server. Of course you need to migrate, which sometimes can be a difficult task. However, this depends on things like customizations on top of Headstart, typical client/server features that have been used and that cannot be migrated to web forms etc. A lot of this has been documented in the Headstart Migration Guide.
    2) What do we need to get Headstart working together with Oracle 9i Web Forms?
    We build Headstart against Designer 9i (+ Developer 9i that comes with it). At this point we still are working on Headstart for Designer 9i.
    3) Where do we order new software/license for "Headstart for 9i"?
    Contact your Oracle Consulting Manager, or call Oracle and ask for Mike Kruijsdijk.
    4) Are there any way we can get support on Headstart except the forum on OTN?
    You can hire consultancy from us or one of our partners.
    5) Briefly explained, if we remove Headstart and replace it with own-developed code, what would our main tasks/problems be?
    To mention some of them:
    - It probably would take man-years to build a template package with the same functionality
    - Headstart code at some points deals with Forms bugs, which you now have to deal with yourself
    - You have no support any more (upgrades) and need to do upgrades for new versions of Designer yourself. I've seen more than one customer that are years behind with upgrading to new versions of Designer, because of this.
    And many more. You really should investigate this thouroughly before you start on this. It would not surprise me if you come to the conclusion you might as well rebuild your applications completely.
    6) Are there any functionality we cannot have if we remove Headstart from our applications?
    You can have anything you like, as long as you build it yourself. But for practical reasons I suppose you will not have RuleFrame for example.
    As long as you don't start building new applications with it, the code practically is yours, so you might consider to do the upgrade of Headstart yourself. Of course support will be more difficult, but you still can hire consultancy.
    Jan Kettenis

  • Customizing Oracle Logo in MDM 2.0.1

    In MDM 2.0.1, I'm trying to customize the Oracle logo, as per the instructions mentioned in the Installation Document :
    I. Place your <Custom_Logo_File>.gif in $SPLEBASE/etc/conf/root/cm
    II. Create an External Navigation Key :
    1.Open the browser with url : http://<hostname>:<port>/cis.jsp?utilities=true&tools=true+
    2.Then, go to AdminMenu-->N-->NavigationKey+
    3.Create an External Navigation Key with url : http://<hostname>:<port>/ouaf/cm/<Custom_Logo_File>.gif+
    It didn't work from these above steps., please help me in this regards..
    Edited by: Suraj Keerthi on May 4, 2011 4:08 PM

    Hi Suraj,
    I would prefer to discuss the problems in the forum. There are maybe other that have the same problem and they could then participate from the discussion.
    No back to your problem:
    As fare as I know there is no build in function to read directly from file system.
    MPL is no longer supported in this product and this was the only module for reading the file system.
    You have to develop an application to fetch the files form the file system or you must use an Enterprise Service Bus
    like OSB or ServiceMix.
    To enable the system for the IMD import you have to publish a Business Object or Script via XAI Inbound service.
    The recommended way is to use the D1-IMDSeeder BO.
    There is a chapter in the MDM Configuration Guide, explaining how to setup the XAI Inbound service.
    There is also a service script available. The advantage of the service script is, that you can import IMDs for more than on device (D1-IMDEvtUpl and DM-IMDEvtUpl). The DM-IMDEvtUpl is eventually only in the demo database available.
    The disadvantage of the IMDSeeder is, that you have to setup a lot of configurations in the system. There is another thread in the forum explaining the setup.
    My preferred way is to use the D1-InitialLoadIMDScalar or D1-InitialLoadIMDInterval BO but you have to do a lot of things by your own.
    /Markus

  • REMOVE ORACLE PRODUCT IN NT

    제품 : ORACLE SERVER
    작성날짜 : 1997-06-16
    REMOVE ORACLE PRODUCT IN NT
    ===========================
    1. oracle 에 관련된 services 를 stop 한다.
    - open the Control Panel in the Main program group
    - open the "Services" icon
    - scroll down and look for any Oracle related services, such as
    OracleAgent, OracleWWWListener8888, etc
    - under the "Status" column, if any of these services show "Started"
    select the service and click "Stop"
    - repeat until all Oracle services are shut down
    2. registry 정보를 지운다.
    - from the Program Manager pull down the "File" menu and select "Run"
    - type REGEDT32 and click OK
    - select the HKEY_LOCAL_MACHINE window
    - open the SOFTWARE folder
    - select the ORACLE folder and press the delete key to remove the
    Oracle registry entries
    - confirm the delete operation in the yes/no dialog box - select YES
    - close the SOFTWARE folder
    - now open the SYSTEM folder
    - open the CurrentControlSet folder
    - open the Services folder
    - scroll down and select any Oracle related entries
    - delete the entries one at a time, go slowly so the system can
    refresh the display before you delete the next key
    - close the registry editor
    3. oracle 관련 icon 과 menu 삭제
    - in the Program Manager close any Oracle program groups to make them
    icons
    - select an Oracle group with a single click, the pop-up menu will
    appear
    - click again on the icon, do not click on the menu, the menu will
    disappear
    - press the delete key, and confirm deletion of the program group
    - repeat for all Oracle program groups
    - open the "Startup" program group if there is one, and remove any
    Oracle items in that group
    4. computer 를 재기동한다.
    - pay attention to any errors that would indicate that there are
    still registry entries or that something is attempting to load
    5. Oracle Home directories 를 삭제
    - use File Manager to delete all the Oracle software
    이렇게 하면 oracle 관련 system 이 삭제가 된 상태이며 다시 제품을
    install 하면 됩니다.

    I just went through this with Oracle support. The only solution is to replace the logo.gif file with 1X1.gif (copy 1x1.gif to logo.gif). That gets rid of the Oracle logo, but not the box, nor the copyright statement.
    According to Oracle support this is by default and cannot be modified. They claim to be concidering this for a future release.
    Let me ask, Are you running this as a portlet within a page? or as part of a dynamic page or calling it alone?
    If you are calling it alone, run it as a full page, and choose a template that has minimal formatiing. I think it is called portal_template_example1 ??
    If you are running it a portlet in a page, edit the page region and uncheck show portlet headers.
    If you are running it as part of a daynamic page then you can run it by using the run as a stored procedure example (manage, show)
    but nothing else io the dynamic page will show.
    If you you have more questions, e-mail me.

  • Portlet Customization Link/Oracle Logo

    I have applied one of the standard templates to my forms,
    reports, etc. but when I publish the report as a portlet and
    allow users to access 'Customize' link they get the Oracle Logo
    displayed on the banner instead of the graphic used elsewhere.
    How can I change it?

    Tom, I had the same problem as this, I don't think currently (up to Portal 3.0.9) you have any control over the
    appearance of the customize form, but one thing you can do is replace the Oracle logo with one of your own.
    The file is called logo.gif (245 X 70 pixels) and is stored in the images directory on your Portal server.

  • ORACLE Icon on Forms

    Just wondering is there a way of removing ORACLE icon on the top right corner of the FORMS application? If this can be done, I am using *"Oracle Forms 6i"*
    a). It releases extra space for the FORMS application;
    b). It makes the application looks better.
    I suspect this might have things to do with set_window_property call, but how?
    Any suggestions are greatly appreciated.
    Thanks.
    Muhammad Waqas Hassan Attari

    how about setting the icon_name property of the forms_mdi_window using set_window_property?
    set_window_property(forms_mdi_window, icon_name, 'iconname_without_extension');search after that built in in Forms Builder Help, and you'll be directed to the right way how to do it.....
    There also seems to be some things to be aware:
    "The icon filename should not end in any of the following five letters: A, L, M, S, and X. (Neither upper-case nor lower-case are allowed.) These are reserved letters used internally for icon sizing. Unexpected icon placement results may occur if your icon filename ends in any of these letters.
    Use the platform-specific environment variable to indicate the directory where icon resources are located. For example, the Microsoft Windows name for this variable is UI60_ICON. (For more information on this variable name, refer to the Form Builder documentation for your operating system.)"
    regards

  • Replace Oracle Logo with client logo

    Oracle Forms wizard created a form with "Oracle" logo at the upper-right corner.
    How do I replace the "Oracle" logo with another logo?

    create your own menu in forms, save it as lety say MYMENU.mmb, generate it and then assign MYMENU in the menu-property of your form-module (the mmx-file of the menu must be in your forms-path)

  • Problems about deploying Oracle web application (Forms, Reports)

    I am going to deploy Oracle web applications (Forms and Reports) and plan to use the same server machine for both Application web server and Database server.
    1. How can I enable SSL (for data encryption) on Application web server for Oracle Forms ?
    2. Since both Application web server and Database server will use the same machine, do I still need Oracle Advanced Security for data transmission between Application web server and Database server if data encryption for transmission is required ?
    3. Can I user Oracle Forms to call Oracle Report on web as I did in Client/Server in the past ?
    Experts like you may have come across such problems. Would you please give me some opinions/ideas ?
    Regards,
    Richard

    1. check the paper about the Forms servlet architecture on otn forms section for SSL tips.
    3. Check the reports and forms integration paper on otn too.

Maybe you are looking for

  • Crystal Report 2008 & OWA

    Post Author: Laura Villa CA Forum: General Hello everyone, I tried to install CR 2008 Runtime on a production server running W2003 64bit sp2 with Exchange 2007 and OWA on default web site.  The installation hangs while configuring IIS, making the OWA

  • Two EO questions (dynamic attrs and validation)

    Hello all (I really hope Steve M gets to see this), I am re-visiting an old project (fantasy) of mine to implement spell checking of certain fields in an Entity Object, The concept is that I will implement the spell checking in an overriden validateE

  • Where is the export menu in EA2?

    first sorry for my poor english. I download the new version of the oracle sql developer.when I execute a sql(query) , right click the mouse on the result data gird, there is no export file(sql,csv,html...) menu.where is it? thanks Edited by: 716624 o

  • MM BUS2105 Workflow - doubled emails

    Hello, I am trying to create an BUS2105 workflow, to release a purchase requisiiton. The emails ( outlook ) send by the workflow, are recieved 2 times for each release level, and 3 times for the last level. Did any of you encouter this problem before

  • Photos in Reply emails - Mail

    Hello!  Whenever I reply to an email that has photos in it, the photos don't show up in the reply.  I have my preferences set so that all text is automatically copied into the reply.  But none of the photos from the original email show up in my reply