Access Forms In linux

HI experts,
IS der any way to access oracle applications forms in RHEL 4.6.. Apps Version 11i
Edited by: user8849936 on Mar 17, 2010 4:04 AM

Hi,
Linux is not certified as a client tier node.
EBS Client running on Linux
Re: EBS Client running on Linux
Regards,
Hussein

Similar Messages

  • Running Form in Linux on Itanium2 64-bit

    Hello there,
    We are migrating our database and forms from Oracle 9i database and 9i Forms from Windows 2003 to Oracle 9i Database and Oracle 9i Forms on Linux AS on Itanium2 64-bit.
    I want to know Is there any special arrangements to be made to migrate forms from 32-bit to 64-bit?? and from windows to linux. Please guide me what will be the proper procedure.....
    Write me in detail please, or recommend me a white paper.
    Regards,
    Usman Latif

    Thanks for the feedback.  I wonder if newer installers will have any degree of compatibility.
    I saw on another page that people are at least getting some 488.2 functionality in XPMode:
    http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/NI-488-2-does-work-on-Windows-XP-Mode-within-...
    In some cases, I don't necessarily need physical access to the hardware.  I just want to satisfy dependencies for linkage when running application builder, CVI, etc.  I know I can manually copy VI's, headers, etc. but that's a pain.

  • Compilation error while generating the form in linux

    Hello everyone,
    I am using Oracle Designer ver10.1.2.4 in windows to generate the forms with standard object library ofgwebol.olb and template form ofgwebt.fmb. form (with both .fmb and .fmx files) are generated without errors. Also when I open the forms in separately they compiles without errors. But when I copy the same .fmb file into linux enviroment and compile it using frmcmp.sh userid=user/password@database module_type=form compile_all=yes module=form_name it gives following errors.
    $> frmcmp.sh userid=odin/odin@ontw10g module_ty
    pe=form compile_all=yes module=LOGIN_SCHERM
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.4.0 Production
    FRM-18108: Failed to load the following objects.
    Source Module:ofgwebol.olb
    Source Object: CGSO$CHAR_DO
    Source Module:ofgwebol.olb
    Source Object: CGSO$CHAR_DO
    Source Module:ofgwebol.olb
    Source Object: CGSO$BLOCK
    Source Module:ofgwebol.olb
    Source Object: CGSO$CANVAS
    Source Module:ofgwebol.olb
    Source Object: CGSO$WINDOW
    Compiling function CGTE$CHECK_CONSTRAINT_VIO...
    No compilation errors.
    Compiling procedure CGTE$INLOGGEN_ERRORS...
    No compilation errors.
    L/SQL ERROR 0 at line 17, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 36, column 3
    identifier 'CGNV$.NAV_CLOSE_FORMS' must be declared
    PL/SQL ERROR 0 at line 36, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 37, column 3
    identifier 'CGNV$.NAV_OPENING_WND' must be declared
    PL/SQL ERROR 0 at line 37, column 3
    Statement ignored
    Compiling KEY-HELP trigger on form...
    No compilation errors.
    Compiling WHEN-WINDOW-ACTIVATED trigger on form...
    Compilation error on WHEN-WINDOW-ACTIVATED trigger on form:
    PL/SQL ERROR 201 at line 6, column 8
    identifier 'CGNV$GET_ITEM_WINDOW' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling POST-TEXT-ITEM trigger on form...
    Compilation error on POST-TEXT-ITEM trigger on form:
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$.STORE_WND_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling WHEN-WINDOW-CLOSED trigger on form...
    Compilation error on WHEN-WINDOW-CLOSED trigger on form:
    PL/SQL ERROR 201 at line 5, column 3
    identifier 'CGNV$.TERMINATE_WINDOW' must be declared
    PL/SQL ERROR 0 at line 5, column 3
    Statement ignored
    Compiling WHEN-FORM-NAVIGATE trigger on form...
    Compilation error on WHEN-FORM-NAVIGATE trigger on form:
    PL/SQL ERROR 201 at line 3, column 3
    identifier 'CGNV$.REMOVE_CHILD_FORM' must be declared
    PL/SQL ERROR 0 at line 3, column 3
    Statement ignored
    Compiling KEY-EXIT trigger on form...
    Compilation error on KEY-EXIT trigger on form:
    PL/SQL ERROR 201 at line 5, column 3
    identifier 'CGNV$.NAV_ENTER_QUERY' must be declared
    PL/SQL ERROR 0 at line 5, column 3
    Statement ignored
    PL/SQL ERROR 201 at line 9, column 5
    identifier 'CGNV$.CLOSE_ALL_WINDOWS' must be declared
    PL/SQL ERROR 0 at line 9, column 5
    Statement ignored
    Compiling KEY-CLRFRM trigger on form...
    No compilation errors.
    Compiling ON-ERROR trigger on INLOGGEN data block...
    No compilation errors.
    Compiling KEY-PREV-ITEM trigger on AGB_ID item in INLOGGEN data block...
    Compilation error on KEY-PREV-ITEM trigger on AGB_ID item in INLOGGEN data block
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$GO_PREV_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compiling KEY-NEXT-ITEM trigger on AGB_NAAM item in INLOGGEN data block...
    Compilation error on KEY-NEXT-ITEM trigger on AGB_NAAM item in INLOGGEN data blo
    ck:
    PL/SQL ERROR 201 at line 4, column 3
    identifier 'CGNV$GO_NEXT_ITEM' must be declared
    PL/SQL ERROR 0 at line 4, column 3
    Statement ignored
    Compilation errors have occurred.
    Form not created
    I think some standard library are missing in Linux environment. But I do not know the name of them and neither I can find. Please suggest the what need to be done to resolve the problem. The reason I am compiling the form in Linux is that I can run the form in windows because of corrupted installation of OC4j.
    Thanking you all much in advance.
    Edited by: Deepank on Dec 2, 2008 1:49 AM

    Deepank-
    When generating forms from Designer, Designer attaches libraries - like ofgmes.pll, ofgnavl.pll, etc. You will need to copy these libraries to the same directory where your forms reside on your Linux box. To find out what libraries ate attached to your form, open it on your windows PC after generating it from Designer and you will see the attached libraries. Also, watch out for the case-sensitivity of Linux. If you have the Designer libraries on your linux box and you still get errors, try changing the case of the names of the libraries.
    Hope this helps,
    Dan

  • How to find users machine / IP who is accessing forms through Oracle AS

    Dear Gurus
    We need to know the users machine / IP who are accessing forms through Oracle 9i Application Server, how can we find that?
    thanks in advance
    regards
    Mehmood

    Mehmood,
    Set serverURL=/forms90/f90servlet/session in the Forms Web configuration default section or add it to the URL to start tracing host name and ip-addresses from clients. The output appears in the servlet log file application.log. sessionperf , perf and debug are the other options instead of session.
    regards,
    Bernhard Jongejan
    http://bernhardjongejan.spaces.live.com

  • Can we interact with ms access forms in a java / javaFx 2.0 Applications

    Sir,
    I want to build an Java/JavaFx2.0 application and want to use Mircosoft Access forms.
    Is it possible or not.If yes then some hints please.
    Regads

    Try OMWB 2.0.2.0.0.again. It will work with 9i.

  • How can LabVIEW press a command button in access form?

    Situation: access database with a command button, who generate a code after pushing
    Task: LabVIEW open the access database, pressed the command button and read out the code
    Status:
    use activeX to open the access database - ready
    press the command button - open
    read out the code - open
    Problem: Is there a possibility that LabVIEW press automatically the command button in the access form?
    Solved!
    Go to Solution.

    First off, you are confusing your terms. Access is not a database. It's an development environment for creating applications that use databases. By default, Access uses a DBMS called Jet that is built into Windows, but it can use others like SQL Server or even Oracle.
    Second, in terms of pushing the button, that is totally dependent upon what functionality Access' ActiveX interface chooses to expose to external applications.
    Third, what does the button actually do? The statement, "..generate a code.." is meaningless. Does it perform a query? Does it generate a report? Does it modify records?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • MS Access form bound to an Oracle OraDynaset?

    Hello,
    I need to write an MSAccess 2007 application as a front-end to an Oracle 11g database.
    Is it possible to bind a MS Access form to an Oracle OraDynaset?
    Regards,
    M.R.
    Edited by: user7047382 on Sep 22, 2010 4:46 PM

    Hi,
    Unless, you are writing dynamic queries, you might want to
    define your outerj SQL in MS Access and then issue a simple
    SELECT in Reports against the outerj MS Access query (to MS
    Access this query is just another pseudo table).
    TP.
    Bramanathan K (guest) wrote:
    : Rajeev Grover (guest) wrote:
    : : I wish to execute an outer join query in Reports 3.0 using
    MS
    : : Access at back end. Since MS Access has a different syntax
    of
    : : outer query than Oracle Sql, it is unable to parse it.
    : : What could be the alternative or probable solution to it.
    : Instead of outer join why don't you try with Union, I think
    Union
    : will go with both
    null

  • How to run the oracle form in linux system

    Hello all,
    My config is :-
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    I can easily run my on Windows and Linux platform untill i am not use java bean in my form. After using the getMacaddress JAVA BEAN. I am not able to run my form on linux platform. If i remove the java bean from my form than form will run on linux.
    I am not familiar with linux so i am not able to trace the problem basicaly i don't  know which version of jre is used by linux system and i don't know how to find it.
    Please guide me.

    Now i install the jdk 1.6.0_20 and add into the jdeveloper 10.1.3.
    and i change my code for get mac id is -
    package demo;
    import java.net.InetAddress;
    import java.net.NetworkInterface;
    import java.net.SocketException;
    import java.net.UnknownHostException;
    public class App{
       public static void main(String[] args){
    InetAddress ip;
    try {
    ip = InetAddress.getLocalHost();
    System.out.println("Current IP address : " + ip.getHostAddress());
    NetworkInterface network = NetworkInterface.getByInetAddress(ip);
    byte[] mac = network.getHardwareAddress();
    System.out.print("Current MAC address : ");
    StringBuilder sb = new StringBuilder();
    for (int i = 0; i < mac.length; i++) {
    sb.append(String.format("%02X%s", mac[i], (i < mac.length - 1) ? "-" : ""));
    System.out.println(sb.toString());
    } catch (UnknownHostException e) {
    e.printStackTrace();
    } catch (SocketException e){
    e.printStackTrace();
    in form i create one jave bean area and add the implement class is
    demo.get_info.
    and on B1 (button) when-button-pressed
    :T1 :=GET_CUSTOM_PROPERTY('BEAN_MAC',1,'get_info');
    No error comes and no out put comes. So please guide me how to use the getHardwareAddress to get mac id.

  • Compile form in Linux

    Hi,
    I developed one custom form using Linux.But, when I want to compile that form using f60gen it gives "-bash: line 36: f60gen: command not found" error message. As per I understand f60gen is not recognised.
    Can any one suggest me how to overcome this problem.My DBA has helpless regarding this matter.(I have f60gen.exe application in my bin directory).
    Thanks,
    Bhujendra

    Hi
    You have to log in as application user (if multi user created - applmgr - user for application tier and oracle -- user for database tier, based on the username you have specified while installation). Set the environment by running the following.
    $ . $APPL_TOP/SIDName_hostname.env
    $APPL_TOP (refers to <sidname>appl directory) will work only after setting the environment.
    After setting the environment navigate to particular directory where you have put fmb and run the f60gen command, it will work.
    Regards
    Senthilrjj

  • Creating accessibility forms

    Hello,
    i´m using Livecycle designer/Formserver 7.2. I need to create accessibility form conforming to the standards (A, AA or C). Can it be done using this tools? How can I validate the conformidity of my forms? Any tool?
    Thank you

    Hello,
    i´m using Livecycle designer/Formserver 7.2. I need to create accessibility form conforming to the standards (A, AA or C). Can it be done using this tools? How can I validate the conformidity of my forms? Any tool?
    Thank you

  • How to compile form in linux server

    Hi All:
    Any one can say how to compile form in linux server using form builder fmb.

    If you are talking about forms 10g then here is the method
    1) run x windows interface on your machine
    2) login to linux server
    $ export DISPLAY=<IP address of machine>:0.0
    $ frmcmp.sh module_type=form module=myform.fmb userid=user/password@connectstring compile_all=yes
    Regards
    Anuj

  • Create input gridview in Access Form

    Hi,
    I want to create a gridview same as AB.net or C#.net windows forms application. Some cells of the grid view will contain listbox and some will contain textbox. The user will enter data in the grid view. Then after clicking on submit button the data will
    be inserted/updated in the table.. I have done this type of coding in vb.net or C#.net... But I have no idea how to do it in Access Forms application... I am using Access 2013. Please help me.

    Do you want a real GridView, like in .NET, or an MS Access Form, to enter your data?
    If you want to use the former, see this.
    https://www.youtube.com/watch?v=1YEz85gFj2s
    If you want to use the latter, do what Tom suggested.
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • How to compile form in Linux?

    Hi guys,
    I am developing using forms builder 6i on windows xp.
    The application server is on Linux.
    Should I recompile my form on Linux?
    If so then can you please detail the step in how to do so? Because I am really unfamiliar with Linux.
    What command should I run? where do I run the said command? etc.
    Thanks
    Jim

    Jim
    Should I recompile my form on Linux? A. If you plan to run it on an iAS server that is Linux then Yes.
    Is you application server Linux and is it possible you could compile it there?
    Script to compile on the iAS server
    #UNIX Forms Compile
    #compile_forms.sh
    export FORMS_PATH=/u01/app/oracle/product/apps/<your_directory>
    export DISPLAY=localhost:2.0
    #export NLS_LANG=AMERICAN_AMERICA.UTF8
    export TERM=vt220
    export ORACLE_TERM=vt220
    export FORMS_BUILDER_CLASSPATH=/u01/app/oracle/product/apps/<your_directory>
    for i in `ls /u01/app/oracle/product/apps/afs_dev/your.fmb`
    do
    echo Compiling Form $i ....
    frmcmp_batch.sh userid=username/password@oracle_sid batch=yes module=$i module_type=form
    compile_all=yes window_state=minimize
    done
    # May Need to modify $ORACLE_HOME/frmcmp_batch.sh to include FORMS_PATH and other environment variables.
    # Copy the frmcmp_batch.sh to /home/oracle or the directory you prefer.
    Replace your.fmb and <your_directory> with the correct form name and path

  • How to Install Access Manager on Linux

    Has anyone installed Oracle Access Manager on Linux.
    When I unziped file I did not get "Setup" instead got a file
    Oracle_Access_Manager10_1_4_0_1_linux_Identity_Server
    when I ran $./Oracle_Access_Manager10_1_4_0_1_linux_Identity_Server
    I am not getting GUI installer
    Thanks

    try running the installer with -gui key

  • Using access forms

    how can i use ms access forms as a front end tool to get & input for oracle tables?

    ms accessMS ACCESS can be configured to use ODBC to connect to Oracle
    Oracle treats MS Access the same as every other client in that Oracle DB will process valid syntax SQL statements

Maybe you are looking for