Problem with Oracle Developer Suite 10g

Hi,
I have installed Oracle Developer Suite 10g. When I try to open the rdf file with the report builder, the error message "REP-0756: Warning: Unable to find PL/SQL library 'SHARE_RP'" shown.
Does anyone know how to resolve this? Thanks!

Try this thread: REP-0756: Warning: Unable to find PL/SQL library 'FARSV' and 'fadolif'

Similar Messages

  • 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...

  • How to configure webutil 1.06 with oracle Developer suite 10g R2

    Hello everyone,
    My computer configuration is
    OS-> Windows 7 Ultimate (32-bit)
    RAM-> 1GB
    I have successfully installed oracle XE and developer suite 10g R2 in my computer. Now i want to configure webutil. Please give me the step-by-step procedure for it.
    Thanks in advance.

    hi
    plz search this forum u will find so many answered threads anyways.
    plz read the following.
    Webutil Settings
    Requirements
    ·     Download Jacob 1.8 archive and webutil  1.06
    (Download http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip 
       and extract to a temporary staging area. Do not attempt to use 1.7 or 1.9.
    webutil can be downloaded from http://otn.oracle.com )
    Database  Setup
         Login as SYS
          create user webutil identified by webutil
                  default tablespace users
                      temporary tablespace temp;
         grant connect, create session, create procedure, create public synonym to webutil;
         grant resource, connect to webutil;
         grant execute on dbms_lob to   webutil;
         login as webutl user  and  run
         create_webutil_db.sql
         create public synonym webutil_db for webutil.webutil_db;     
         grant execute on webutil_db to public;
              set serveroutput on
    declare
        a  boolean;
    begin
        a:=webutil_db.closeblob(1);
        If a then
            dbms_output.put_line('webutil/blob setup '||'TRUE');
        else
            dbms_output.put_line(' webutil/blob setup  '||'FALSE');
        end if;
    end;
    copy jacob.jar and copy  frmwebutil.jar  to ORACLE_HOME/forms/java directory.
        Make sure you can download these using the below
         http://machinename.com/forms/java/jacob.jar
         http://machinename.com/forms/java/frmwebutil.jar  
    Create  directory webutil under [OraHome]/forms/webutil and .
           copy jacob.dll , JNIsharedstubs.dll, d2kwutil.dll
           Check the permissions. Read /Execute
    Forms.conf   AliasMatch ^/forms/webutil/(..*)      
    $ORACLE_HOME/forms/webutil/$1"
              http://machinename.com/forms/webutil/jacob.dll 
              http://machinename.com/forms/webutil/JNIsharedstubs.dll
              http://machinename.com/forms/webutil/d2kwutil.dll  
    In the  default.env update
         WEBUTIL_CONFIG=/opt/oracle/product/10gas/forms/server/webutil.cfg
           CLASSPATH=c:\temp\webutil\lib\frmwebutil.jar;c:\"Program      Files"\Java\j2re1.4.2_06\lib\rt.jar  (Include rt.jar)
         Also include  C:\Dev10g\forms\java\ frmall.jar
    Settings for     webutil.cfg
         logging.file=c:\temp\webutil.log
         logging.enabled=TRUE
         logging.errorsonly=TRUE
         logging.connections=TRUE
         transfer.database.enabled=TRUE
         transfer.appsrv.enabled=TRUE
         transfer.appsrv.workAreaRoot=<Enter Directory /folder on Server>
         transfer.appsrv.accessControl=TRUE
         transfer.appsrv.read.1=<Enter Directory /folder on Server>
         transfer.appsrv.write.1=<Enter Directory /folder on Server>
    Entry in the formsweb.cfg
    [webutil]
         WebUtilArchive=frmwebutil.jar,jacob.jar
         WebUtilLogging=on
         WebUtilLoggingDetail=normal
         WebUtilErrorMode=Alert
         WebUtilDispatchMonitorInterval=5
         WebUtilTrustInternal=true
         WebUtilMaxTransferSize=16384
         baseHTMLjinitiator=basejpi.htm
         baseHTMLjpi=webutiljpi.htm
         #archive_jini=frmall_jinit.jar
         lookAndFeel=oracle
         form=WELCOME.fmx
         userid=webutil/Webutil$123@ORCL
         width=955
         height=545
         jpi_download_page=https://java.sun.com/products/archive/j2se/1.4.2_09/index.ht     ml
         jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
         jpi_codebase=https://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-     i586.     cab#Version=1,4,0,0
    jpi_mimetype=application/x-java-applet;version=1.4
    Sign jacob.jar ( Not mandatory )
       Open a DOS command prompt.
       Add [OraHome]\jdk\bin to the PATH:
          set PATH=[OraHome]\jdk\bin;%PATH%
       Sign the file, and check the output for success:
          [OraHome]\forms\webutil\sign_webutil [OraHome]\forms\java\jacob.jar
    [Previously this point stated that frmwebutil.jar also needed to be signed. This is no longer necessary and should not be done.]
    Start Forms Builder and connect to a schema in the RDBMS used in step (4).
       Open webutil.pll, do a "Compile ALL" (shift-Control-K), and generate to PLX (Control-T).
       If the PLX is not generated, the Webutil.pll library would have to be attached with
       full path information to all forms wishing to use WebUtil. This is NOT recommended.
    Create a new FMB.
           Open webutil.olb, and Subclass (not Copy) the Webutil object to the form.
            There is no need to Subclass the WebutilConfig object.
            Attach the Webutil.pll Library, and remove the path.
             Create a new button on a new canvas, with the code
                   show_webutil_information (TRUE);
       in a WHEN-BUTTON-PRESSED trigger.
            Compile the FMB to FMX, after doing a Compile-All (Shift-Control-K).
       Under Edit->Preferences->Runtime in Forms Builder, click on "Reset to Default" if
                the "Application Server URL" is empty.
       Then append "?config=webutil" at the end, so you end up with a URL of the form
         http://server:port/forms/frmservlet?config=webutil
    Compile the webutil.pll and attach it to the fmb. Compile it
    Debugging
    Clear the browser cache and enable the jinitator / sun java plugin.
    For Sun Java Plugin
    Start ->Settings ->Control –Panel->Java->Advanced ->Show Java Console
    Debugging  ->Select All
                  Clear the plugin cache and once again access the URL. Make sure all the dlls,jar files
    are getting downloaded.
    FRM-92050   failed to connect to server /forms90/;90serlvet -1
       oracle.forms.net,connectionexeption : form session  failed during startup.
    Java console shows  -
    When you are not able to download the webutil.jar file
    java.lang.ClassNotFoundException:
    java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)     at
    java.security.AccessController.doPrivileged(Native Method)     
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    Cause
    Ensure that the  ORACLE_HOME  in the .Env file points to a correct home.
    Frm-40735 when-custom-item-event triger raised unhandled exception ora-06508
    Cause
    Ported webutil to Unix . The form appears , but when a call is made to webutil
    functions, it resulted in the above error .The reason was PLL was not compiled
    on unix .
    Reference
    Metalink Note 418970.1 ORA-06508 When Starting Webutil
    Read / Write - image file
    The code was not erroring out, but the image was not getting copied in the
    image item .
    Cause
    transfer.appsrv.workAreaRoot=<name of the temp directory >
    transfer.appsrv.accessControl=TRUE was not specified in the webutil.cfg file
    The root of the location in which WebUtil can store temporary files
    uploaded from the client.
    While Writing Image file ( remember its the client to which the image
    is written to ).
    Example
    client_image.write_image_file('d:\myimg\','GIF','CTRL.MY_IMG',
    maximize_compression,     original_depth);
    Then ensure that on the thin client , there exist a directory  called as "myimg" in the D drive .
    One should watch out for the error in the console or the log depending on how
    the logging has been set to .In case if the directory does not exist on the
    client message appears that cannot create a file ...
    These are the steps that occurs -
    1) WebUtil creates a working directory that is private to the user
      on the applciation server using the value of transfer.appsrv.workAreaRoot
      This is that <ipaddress>\<ntuser name> directory
    2) The basic forms Write Image file is used to extract a temporary copy
       of the image into that  directory.
    3) The image is downloaded into the client machine and saved as the name
       that you specified as the filename in the write_image_file command.
    4) The temporary copy of the image held in the workAreaRoot on the Appserver
       is cleaned up.
    4) Client_host - The  command is supposed to run the executable on the client .
       But if you are trying to call an exe which is not in the path , you will not
       get any error.
    Error Message while opening the fmb in the forms builder
    Add jacob.jar and frmwebutil.jar  to CLASSPATH or FORMS_BUILDER_CLASSPATH ... otherwise there is an error message when opening the canvas in the new created fmb
    {code}
    hope this helps u.
    sarah                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Problem installing oracle developer  Suite 10g on window 7 64 bit

    hi am in window 7 64-bit am trying to install my oracle developer suite am geting this error when installing
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.0, 5.1 or 5.2 . Actual 6.1
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at C:\User
    s\10017134\AppData\Local\Temp\OraInstall2012-09-21_08-15-55AM\installActions2012
    -09-21_08-15-55AM.log
    Please press Enter to exit...
    i downlload the software from
    http://www.oracle.com/technetwork/developer-tools/developer-suite/downloads/101202winsoft-087370.html
    my pc is window 7 professional service pack 1
    64-bit operating system
    now am geting this error
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.0, 5.1 or 5.2 . Actual 5.1
    Passed
    Checking monitor: must be configured to display at least 256 colors . Actual
    4294967296 Passed
    Checking swap space: 0 MB available, 1535 MB required. Failed <<<<
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation, at which time they will be rechecked.
    Continue? (y/n) [n]
    i try to right click mycomputer->advance system setting->system properties->advance->performance->setting->advance->virtual memory->change->virtual memory
    Edited by: ADF007 on 2012/09/21 9:22 AM
    Edited by: ADF007 on 2012/09/21 9:49 AM
    Edited by: ADF007 on 2012/09/24 12:12 PM

    hi my installation fail am geting this error
    Starting to execute configuration assistants
    Launched configuration assistant 'Oracle Net Configuration Assistant'
    Tool type is: Recommended.
    The command being spawned is: 'C:\DevSuite\jdk\jre\\bin/java.exe -Dsun.java2d.noddraw=true -Duser.dir=C:\DevSuite\bin -classpath ";C:\DevSuite\jdk\jre\\lib\rt.jar;C:\DevSuite\jlib\ldapjclnt10.jar;C:\DevSuite\jlib\ewt3.jar;C:\DevSuite\jlib\ewtcompat-3_3_15.jar;C:\DevSuite\network\jlib\NetCA.jar;C:\DevSuite\network\jlib\netcam.jar;C:\DevSuite\jlib\netcfg.jar;C:\DevSuite\jlib\help4.jar;C:\DevSuite\jlib\jewt4.jar;C:\DevSuite\jlib\oracle_ice.jar;C:\DevSuite\jlib\share.jar;C:\DevSuite\jlib\swingall-1_1_1.jar;C:\DevSuite\jdk\jre\\lib\i18n.jar;C:\DevSuite\jlib\srvmhas.jar;C:\DevSuite\jlib\srvm.jar;C:\DevSuite\network\tools" oracle.net.ca.NetCA /orahome C:\DevSuite /orahnam DevSuite /responseFile C:\DevSuite\network\install\netca_asinstall.rsp'
    Start output from spawned process:
    Parsing command line arguments:
    Parameter "orahome" = C:\DevSuite
    Parameter "orahnam" = DevSuite
    Parameter "responsefile" = C:\DevSuite\network\install\netca_asinstall.rsp
    Done parsing command line arguments.
    The OUICA command is launched from C:\DevSuite\oui\bin\ouica.bat.-----------------------------------------------------------------------------
    *** Starting OUICA ***
    Oracle Home set to C:\DevSuite
    Configuration directory is set to C:\DevSuite\cfgtoollogs. All xml files under the directory will be processed
    Error:*** Alert: The assistant you are trying to stop is a "Recommended" assistant. Not successfully running any "Recommended" assistant means your system will not be correctly configured.
    Do you wish to proceed? ***
    User Selected: Cancel
    The OUICA command is launched from C:\DevSuite\oui\bin\ouica.bat.-----------------------------------------------------------------------------
    *** Starting OUICA ***
    Oracle Home set to C:\DevSuite
    Configuration directory is set to C:\DevSuite\cfgtoollogs. All xml files under the directory will be processed
    Error:*** Alert: The assistant you are trying to stop is a "Recommended" assistant. Not successfully running any "Recommended" assistant means your system will not be correctly configured.
    Do you wish to proceed? ***
    User Selected: Yes/OK
    End output from spawned process.
    Configuration assistant "Oracle Net Configuration Assistant" was canceled.
    Result code for launching of configuration assistant is: -1
    Error:*** Alert: Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured. Select the failed assistants and click the 'Retry' button to retry them. ***
    User Selected: Yes/OK
    The following configuration assistants have not been successfully completed. These assistants must be completed for your product to be completely configured.
    Execute file C:\DevSuite\cfgtoollogs/configToolCommands to re-run all skipped/failed configuration assistants.
    echo Oracle Net Configuration Assistant
    C:\DevSuite\jdk\jre\\bin/java.exe -Dsun.java2d.noddraw=true -Duser.dir=C:\DevSuite\bin -classpath ";C:\DevSuite\jdk\jre\\lib\rt.jar;C:\DevSuite\jlib\ldapjclnt10.jar;C:\DevSuite\jlib\ewt3.jar;C:\DevSuite\jlib\ewtcompat-3_3_15.jar;C:\DevSuite\network\jlib\NetCA.jar;C:\DevSuite\network\jlib\netcam.jar;C:\DevSuite\jlib\netcfg.jar;C:\DevSuite\jlib\help4.jar;C:\DevSuite\jlib\jewt4.jar;C:\DevSuite\jlib\oracle_ice.jar;C:\DevSuite\jlib\share.jar;C:\DevSuite\jlib\swingall-1_1_1.jar;C:\DevSuite\jdk\jre\\lib\i18n.jar;C:\DevSuite\jlib\srvmhas.jar;C:\DevSuite\jlib\srvm.jar;C:\DevSuite\network\tools" oracle.net.ca.NetCA /orahome C:\DevSuite /orahnam DevSuite /responseFile C:\DevSuite\network\install\netca_asinstall.rsp
    Error:*** Alert: One or more "Recommended" configuration assistants have not completed successfully. Not successfully running any "Recommended" assistant means your system will not be correctly configured. A list of the assistants that need to be run is generated in the log of this session which is located at:
    C:\Program Files (x86)\Oracle\Inventory\logs\installActions2012-09-21_10-14-35AM.log ***
    Edited by: ADF007 on 2012/09/21 4:52 PM
    Edited by: ADF007 on 2012/09/21 4:52 PM

  • Using Oracle Developer Suite 10g with the 10g Express Edition Database

    I'm new to Oracle and I'm taking an SQL college level course using a text book entitled "Guide to Oracle 10g". Our text book came with Oracle Developer Suite 10g (9.0.4.0.1) but no database. We adopted the 10g Express Edition (XE) as the database. I have both the database and the Developer Suite loaded on Windows XP Pro. I've been using the database for months now and it runs fine and the Developer Suite installed OK.
    However, I would like to use some of the Developer Suite apps (for learning purposes) with the database but I can't seem to log on to the database through the Developer apps when I open them and use my 10g XE database user-name and password. For starters, I would like to see if I could use the edition of SQLPlus (release 9.0.1.4.0) that comes with the Developer Suite because it has configuration options that are not available in the SQLPlus command line version that 10g XE contains (which otherwise works fine).
    When I open SQLPlus (Developer Suite Version) and try to log on with my database user name and password (and no host string), I get the error:
    ORA-12560: TNS:protocol adapter error
    I did search the discussion forum first and also reviewed some Oracle pdf's including the concepts pdf but came up empty. I would greatly appreciate any suggestions on how to succeed or a determination of the compatibility of 10g XE with the Developer Suite. Thanks kindly.

    I think your last idea might be helpful at this point and in case it matters, they are both installed on a sinlge machine (laptop). Thanks in advance:
    Here is the Developer Suite tnsnames.ora:
    # TNSNAMES.ORA Network Configuration File: C:\DevSuiteHome\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = HOSTNAME)(PORT = 1521))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    Here is the 10G XE tnsnames.ora:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = obw)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    )

  • Oracle Developer Suite 10g (10.1.2.0.2)

    Hi,
    with Oracle Developer Suite 10g (10.1.2.0.2) can we developpe for E_BUSINESS 11.5.10.2 (Oracle APPLICATIONS) with 9.2.0 DB?
    Otherwise which (most last)version is compatible with E_BUSINESS 11.5.10.2 (Oracle APPLICATIONS).
    Should we installe it on a user workstation (developper) ?
    Many thanks

    You are in the wrong forum. Please repost in one of the Applications/EBS forums.
    cu
    Andreas

  • Oracle Developer Suite 10g - Windows 7 - swap space problem

    Hi brothers and sisters,
    Hope all you are fine. I am facing swap space problem while installing Oracle Developer Suite 10g on Windows 7 . I have downloaded and installed Oracle Database 11g Express Edition successfully and it is working properly. Now, I have downloaded two files
    a. ds_windows_x86_101202_disk1,
    b. ds_windows_x86_101202_disk2
    to install Oracle Developer Suite 10g using Windows 7 Ultimate. The Oracle Universal Installer have passed the following issues:
    a. Operating system version,
    b. Monitor
    But while checking swap space, it gives a message, "0 MB available, 1535 MB required", Failed. I have 2 GB RAM installed and system managed paging file space which is currently allocated to 2038 MB in my system .
    Please solve me the problem.
    Noor

    increase the system virtual memory for the OS drive.
    check this link
    http://hamid-oracle.blogspot.com/2011/06/how-to-install-oracle-developer-suite.html
    also check this link.
    Re: error installing oracle forms 11g release 2
    Hope this helps
    If someone response is correct or helpful, mark accordingly. and if answered mark answered.
    Edited by: HamidHelal on Jun 27, 2012 2:28 PM

  • ICON in Oracle Developer Suite 10g Problem

    Hi,
    I have installed Oracle Developer Suite [32 Bit] Version 10.1.2.0.2 (Production) on my note book.I am able to compile forms which are developed in FORMS 6i
    but not able to show the icons ...
    The following Steps i have followed:
    1.Oracle Developer Suite Installed
    2.FORMS_PATH ,REPORTS_PATH and UI_ICON has been set in both Registry and default.env
    My Application Folder setup is as follows :
         D:\iAFRES\APPLICATION\FORMS
                                           \MENUS
                                           \REPORTS
                                           \ICONS
       The registry variable values are as follows:
             FORMS_PATH=C:\DevSuiteHome\cgenf61\admin;C:\DevSuiteHome\forms;D:\iAFRES\APPLICATION\FORMS;D:\iAFRES\APPLICATION\LIB
             REPORTS_PATH=C:\DevSuiteHome\cgenf61\admin;C:\DevSuiteHome\forms;D:\iAFRES\APPLICATION\REPORTS;D:\iAFRES\APPLICATION\LIB
             UI_ICON=C:\DevSuiteHome\reports\plugins\resource;D:\iAFRES\APPLICATION\ICONS
      All the icons i have converted to gif format since ORACLE DEVELOPER SUITE 10g does not support ico files. Path for the same has been set in registry.dat like
        D:\iAFRES\APPLICATION\ICONS
      After doing all the above activities i am not able to show the icons ..Please tell me what to do to resolve the issue and provide me the steps for Application Deployment in Oracle 10g Developer Suite for Development purpose
    Thanks
    Dhabas

    here
    Displaying ICONS in forms(Linux)
    or create jar.
    How to create jar for icons
    sarah

  • Can't get the correct Oracle Developer Suite 10g disk 1

    I tried to download Oracle Developer Suite 10g disk 1. After download completed, I check the size is only around 560mb, not 577mb. It is so wield. Then I followed the instruction and double-click the exe. I always got error it is not a win32 application.
    I tried to use various way to download the disk1. I always got the same file and have the same problem.
    About disk2, it is fine. I am just wondering if others have a chance to meet the same situation? Or oracle is putting an wrong file for our download.
    Your warm hands will be appreciated.
    Thanks...
    -- ivy

    This download has been up for some time so I don't think it is a problem with the file itself. We recommend a download manager for anybody having issues transferring large files.
    OTN

  • Download Oracle Developer Suite 10g (10.1.2.0.2) for Microsoft Windows

    Hi
    I unable to download Oracle Developer Suite 10g (10.1.2.0.2) for Microsoft Windows from the OTN website. The download starts from here: http://www.oracle.com/technology/software/products/ids/htdocs/101202winsoft.html
    There are two files. The second file; ds_windows_x86_101202_disk2.zip downloads fine. The first file; ds_windows_x86_101202_disk1.zip stops at 46Mb with the message "connection reset by server".
    When downloading using getright as suggested on the FAQ the connection has to resume at 46Mb. Using segmented downloading in getright I have been able to download 636.92MB of the 640MB file. The getright download window shows connected; waiting for reply but I am unable to get the last few Meg.
    Any ideas how to complete the download? Has anyone else completed it successfully?
    Thanks
    Tom

    I guess, it is a problem with your network.
    Yesterday I have downloaded both the files and installed successfully. The first file took around 20 minutes and secod file took nearly 10 minutes to download.
    Are you using office network? You can try downloading at home with DSL.

  • How to connect Oracle Form Builder - Oracle Developer Suite 10g - Windows 7

    Hi brothers and sisters,
    Hope all you are fine. I have installed Oracle Developer Suite 10g on Windows 7 successfully and it is working properly. But when I connect to Oracle Form Builder using Connect window asking:
    a. User Name
    b. Password
    c. Database
    a message box appear: 'ORA-12154: TNS:could not resolve the connect identifier specified'
    I verify my Connect String with: 'SELECT * FROM v$database', but the problem remain the same.
    Please help me how can I connect to Oracle Form Builder.
    Noor

    hi
    plz use Net Configuration Assistant or set tnsnames.ora with connect string and computer name.
    Net Configuration Assistant.
    when its opened then go to .
    *Local Net Service Name Configuration.
    *Click Next.
    *Add.
    *Click Next.
    * Service Name--Type here connect String which is XE or any Connect String.
    *TCP.
    *Click Next.
    *Host Name--Enter here Computer name or Ip address.
    *Yes,Perform a test.
    you can enter correct password and username here.
    Note:- your Database should be Up if its not Up it will through the same error so plz startup your database first.
    sarah

  • Oracle Developer suite 10g Architecture-

    Hi Gurus,
    Does the Oracle Developer suite 10g deployed on Oracle Application Server 10g using an Oracle 10g Database come under 3- tier technology?
    According to my opinion, Forms is having both the presentation logic as well as business logic. If not the business logic will be in the Database (Stored procedures which Forms uses). In this manner the Business logis resides with the DB server or with the Form.
    How can we say it to be a three tier architecture? Any inputs on this is very much appreciated.
    Thanks and Regards,

    Just to add a little on what Jan and Paul already said, and I hope not to confuse you more;
    You can install the OAS and the DB on the same machine, this way you will have 3 logical tiers but physically only 2 tier, since both the OAS and DB are physically on the same machine.
    PS: It is not recommended to Install OAS and DB on the same machine for production. you'll have many problems.
    Tony

  • 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.

  • Want to install Oracle Developer Suite 10g R2 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

    Developer Suite 10 is not certified or supported to be installed on Win7 (64bit). Although it can be done, you will have problems later if you manage to get it installed. If you really want to have it on your Win7 laptop, I encourage you to install "Windows XP Mode", which is part of Windows Virtual PC. This is free to licensed Win7 users (does not apply to Home edition). Refer to the following:
    http://windows.microsoft.com/en-US/windows7/install-and-use-windows-xp-mode-in-windows-7

  • Oracle Developer Suite 10g on Windows 7

    Hi. Does anyone know if running Oracle Developer Suite 10g (10.1.2.0.2) on Windows 7 is supported?

    This is a very common question in the Forum. Oracle Developer Suite (ODS) 10g R2 (with patchset 3: 10.1.3.0.2) is supported on Windows 7 32-bit. Last I checked, it was not supported on Windows 7 64-bit. Keep in mind, that this is just for the developer install of ODS. Version 10.1.2.0.2 is not supported, but it will work. Just follow the instructions installing on Windows Vista (search the forum - there are many posts on this topic as well).
    The client application is supported on all versions of Windows (32 or 64 bit).
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

Maybe you are looking for

  • Externally Hosted DNS - How do I set up my 2003 DNS server for sub domain to point to internal IP address??

    I have a domain name(domain.com) DNS hosted at my ISP. I also have 3 sub domains DNS hosted at the same ISP pointing to various external ip addresses (mail.domain.com, vpn.domain.com and ts.domain.com). We want to set up sales.domain.com to point to

  • Not able to display XML file

    I'm running Safari 6.0.2. And previous to a recent update I was able to drag a XML file into the browser and it would display the contents. Now it does nothing. I'm guessing with the last update it removed an extension that used to allow this to happ

  • Which packages are not required?

    Hi Friends, Initially, I was trying to install arch by just installing base and then going ahead, but was unable to get X. Then, I installed base+X11+X11 libs+ X11 something (dont remember..) and after a lot of trouble, finally got XFCE installed and

  • Converted iVMP user...how to best catalog in Aperture

    version 1.5 got my attention. I have played around with it some, but am not 100% sure about it. I am currently using iView MP and like the very deep organization that is possible. Granted I sure don't need it. A bit about how I do things.... -Files a

  • Route map no match

    Hi, what is the reason for not having any match, in the acl for the route-map? Current configuration : 1731 bytes version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption hostname R2 boot