Develoer 2000 and developer suit 10g

hello:
i am new to oracle what i want to ask is that
how developer 2000 and developer suit 10 g are different from each other.
when developer suit 10g was realesed
thanks

Developer Suite 10g has newer version of the products with new features.
And by the way if you are specifically looking for JDeveloper then the 10.1.3 version that you can download stand-alone from OTN is even newer.

Similar Messages

  • Connectivity and Installation Problem in Developer suite 10g

    Please help me solve this problem since I am beginner to Oracle 10g database and Developer suite 10g.
    1. I have loaded successfully Oracle 10g database on my server with windows OS 2003 having IIS option selected and configured as my Domain server.
    2. I have loaded Developer suite 10g complete in another PC with windows XP. I am able to connect to the database and also OC4J is started and Run form in test mode also works. Also I have developed some forms using developer suite and I am able to run the fmx runtime form in this computer.
    3.Now my problem is I have a local LAN and at present there is no internet or web site for this company but they want to work in lan and all departments want to access the data from the server.(Later on when they get a website at that time they want to deploy the forms to the web)
    4.Please tell me how and where I will store my fmx file. If I have to save it in the server then how will the clients access it.
    5. How to install the developer 10g runtime only in client PC's (OS windows xp) since there is no option in the CD to select the installation like previous releases like D2k.
    6. There is no middle tier in this case. Only One server as domain
    and client pcs.
    Please guide me,matter urgent.
    Thanks in advance

    Regarding this point -
    1.
    Then you should be able, for testing purposes, to do the same from other Clients.
    Then I have to install developer suite 10g in client pc's but the runtime option selection is not available in the CD. How to proceed?
    2.
    For production environment, as already said, you should install some Application server. If you only need Forms and Reports you can install the standalone version Forms&Reports services, without infrastructure.
    This means I have to install the standalone version Forms&Reports services in the same server where I have installed 10g database and this also being a domain server.
    (We do not have sufficent computers where one can use it as application server). Hence only one server with OS windows 2003 and 5 computers with windows xp is available).
    Please explain the steps to proceed .
    thank you

  • 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

  • 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

  • Application Express Vs developer suite 10g

    Hello
    I am a beginner and I am confused which application package I have to use to build
    my application consisting of forms and reports.
    Can someone please highlight the difference in applications created using
    application express and developer suite 10g.Their advantages and which one is
    preferred with oracle 11g database as backend and its support with OS windows vista.
    Please help us.Since we are planning to upgrade our old software developed
    using oracle 8i and developer6.0
    Thanks in advance

    Thanks for your suggestions.
    Please suggest us once again how to proceed in our environment.
    Actually we have developed an in-house erp package consisting
    of different modules for production, finance, inventory .There
    are many forms with many fields and customised reports and plenty of data entry.
    As per your suggestion we can use Developer suite 10g by doing
    one is to one migration with some modifications as required by developer suite
    and moreover it is used only locally in intranet.This also needs a browser.
    (this will be faster compared to APX since we have to redo all the forms
    and reports from the beginning which will take time.).
    Our doubt is, can we make our application (developed using developer suite)
    web enabled later on without going for APX so that we can access our application
    from customer or remote site through internet.
    In that case what will be the requirement and how do we go about in making
    our application web enabled.
    Thanks once again for your valuable suggestions.

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Questions about free Download Oracle 10g, Database and Developer suite

    Hi everyone, got some questions..
    1) Is it possible to download free Oracle 10g and Developer suite? is a 30 day license trial or something like that?
    2) On windows systems which are the minimun requirements?, for example in a Pentium 4, 512Mb RAM, Windows XP Home edition is OK?
    3) Should I download Standard Edition? Personal?
    4) If I am trying to update my Oracle Developer knowledge (I was developer on 1999 with Oracle 7.3 and Developer 2000) what products do I have to install?? Oracle DB 10g, Developer Suite,Application Server too?, what else?
    Thanks guys!
    J.

    My answer you could find here Questions about free download Oracle 10g, Developer Suite

  • Oracle Developer Suite 10g (10.1.2.0.2) And Webutil

    Does Oracle Developer Suite 10g (10.1.2.0.2) already contains
    preinstalled webutil or shall i have to install or configure it seperately (manually)?
    If is there any version of Oracle Developer Suite which have already installed webutil, i mean there will be no need to install or configure webutil seperately.
    Edited by: [email protected] on Sep 23, 2008 2:24 PM

    Reading the webutil.cfg file, you have to unzip the files in the directory pointed by the install.syslib.location variable.
    # 2. Installation Options
    # WebUtil needs to download some files to the client in order to perform
    # certain integration operations such as OLE or Registry Access. These files
    # are downloaded the first time that you access one of the functions that need
    # them. You have to define the location of these files on the server
    # Details
    # install syslib.location : The virtual path to the directory holding the
    # webutil library files on the server side. This
    # must either be an absolute URL or a URL that is
    # relative to the documentbase
    # install.syslib.<os>.<package>.<n> :
    # The name(s) of the libraries required for
    # particular webutil beans. The format of this is
    # name|size|version|showDownloadDialog. Multiple
    # libraries can be downloaded per package. But
    # ensure that the <n> values are consecutive and
    # start at 1
    install.syslib.location=/webutil
    # Change size and version if necessary, like when upgrading the library.
    # Normally this would not be required since most of these libraries come with
    # install itself.
    ## Correct 2nd value to correct file size to avoid raising an error
    install.syslib.0.7.1=jacob.dll|94208|1.0|true
    install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
    install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true
    ## You can add your own custom libraries in here
    #install.syslib.0.user.1=testwebutil.dll|204872|1.0|true
    Francois

  • Is 1GB ram is enough for the installation of oracle developer suite 10g and database 11g???  And which one to install first developer suite or database????

    Hello everyone,
    I have install windows XP in my existing windows 7 64 bit system using virtualization software. I have allocated 1024 MB of RAM to XP virtual windows.
    Now, M trying to install oracle developer suite 10g and oracle database 11 in the XP windows.
    IS 1GB ram is enough for the installation of oracle developer suite 10g and database 11g???
    And which one to install first developer suite or database????
    Thanks in advance.

    you should check (before installing) requeriments from documentation.
    Oracle Developer Suite Installation Guide 10g (10.1.2.0.2) for Solaris, Windows and Linux x86
    Table 4 Memory Requirements for Oracle Developer Suite Components
    Component
    Memory
    Oracle10g JDeveloper (including Oracle Business Intelligence Beans, and UIX and Bali subcomponents)
    Minimum: 256 MB
    Recommended: 512 MB
    Oracle Reports Developer
    Minimum: 128 MB
    Recommended: 256 MB
    Oracle Forms Developer
    Minimum: 128 MB
    Recommended: 256 MB
    I usually install first database and later DS, I never tried first DS and later database.

  • Integrate Forms and Reports for Developer Suite 10g

    Hi all,
    One of my client is moving to Developer Suite 10g R2. Currently he is using Version 6i. I've converted the forms into 10g. Only one problem being faced by me is Reports. Our form which used
    to call the reports was using Run_Product. Now, I've changed the functionality to Run_Report_Object. The problem is i need to create a report node in the form for every report. I've 200 reports. If there is any
    way, where i can add the report node in the form module dynamically, this will reduce my work to a greater extent.
    Regards,
    Alok Dubey

    hello,
    It is quite easy to add a report node using the JDAPI.
    1) Put all the forms in a directory.
    2) Find the JDAPI example in the online help.
    3) Modify it in order to have the functionality: add report item
    4) IF you are certain there are no report nodes already attached, you don't need to loop through your form module in order to check for existing report nodes.
    If you are not tempted to write your own routine, you can use francois degrelle'S own JDAPI batch process.

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

  • Developer Suit 10g Installation

    I am trying to install Developer Suit 10g. My configuration is 1024 MB RAM, 80 GB HDD and AMD Athlon 3400+ processor. The OS is XP Home. Database 10g is already installed and running on the same machine.
    In the very begining Universal Installer is giving me this error message, "Invalid staging area. There is no top level components for Windos NT, Windos 2000 available for installation in this staging area."
    My question is can I install Developer on XP Home?

    select deferent folder and defferent home for developer. by default installer select the home where you have install database. you should change it.

  • 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

  • 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

Maybe you are looking for

  • OSX mail server not working after upgrade to 10.8.1

    I updated my mini-mac running OSX server to 10.8.1 and now I am having problems with the mail server.  It just stopped working.  I checked the log files and this is what it has returned: Aug 28 09:24:40 limcoserver.limcoengineering.com postfix/trivia

  • "All of the Above" does not come up as an option and that's the one that you really should have.I am

    Not a question but a statement. Firefox is behaving too much like Windows, i.e., it freezes, it hangs it takes ages to start, needs regular reboots and it is becoming a complete waste of time. I am sorry to say Win Explorer behaves better. What have

  • In abap

    hi how to access data that exists in presentation server and application server?

  • I cant log in and my mom is still paying for it

    Im crying  i cant log in i no my U.N but not my Pass!!!! I changed it and now i cant log in on my ipod!!! not my mom is wasting her money on something dumb and pointless cause i cant even get in!!!!!!!!!!!! HELPPPPPPPPPPPP   Spoiler (Highlight to rea

  • Adding speech marks into a string

    Hi! Is there a way to have speech marks displayed/present in a string? For example, if i wanted to write a line to a file which was enclosed in speech marks ("random gibberish") not only were the characters in the ring displayed, but the speech marks