Oracle Forms LAF Problem

Hi,
I've been working on Oracle Forms & the LAF project for the past 1 week. Im totally new to both of them.
Constantly, im getting problem in implementing CSS to oracle forms using the LAF project.
I downloaded the latest LAF package and followed the steps indicated in the LAF project site. But, when i try to run the oracle form, the CSS is not getting applied to the forms.
The whole window is shown with a white background, and the CSS gets applied only to the Grid Body part. The changes i do in the CSS file gets reflected in the Grid Body part, which means the module reads the CSS files successfully, but CSS is not getting applied to other things.
Even when i try running the sample programs provided in the LAF package its not running properly. The same problem exists. Only the Grid Body part is working.
And also, the fmb file i worked on seems to be working properly on another machine. Is it that im missing any configuration in order to make it work.
I've attached screen shots below. Please check it and help me with a solution.
!http://img403.imageshack.us/img403/4002/laf2.jpg!
!http://img403.imageshack.us/img403/9363/laf1.jpg!

Hello,
As it is clearly indicated on the LAF Project home site, do not ask question about it on this forum. Send your questions to the dedicated mail : [email protected]
Thanks in advance,
Francois

Similar Messages

  • Oracle Form designing problem...

    Hai experts,
    I am facing some problem in the oracle form desiging. we are receiving the dates from the customer and we are capping,washing and
    stuffing more than 10 service we are doing.
    refno -- primary key
    header table
    refno cust name mobile no weight status
    12345 xxxxxxxxx 1212121 100 kg 0
    details table
    refno service_type status
    12345 capping 0
    12345 washing 0
    12345 stuffing 0
    12345 quality 0
    12345 packing 0
    same way I have to create rows in the Oracle table.
    Check box
    . capping
    . washing
    . stuffing
    . packing
    ( easy way to user can use. check box clicked service required , un checked service is not required.. )
    If check box click "capping" 1 row must be create in the detail table
    If check box click "washing " 2 row must be create in the detail table
    if check box click" stuffing 3rd row must be create in the detail table
    If check box click " quality 4 row must be create in the detail table.
    My problem is in the check box... how to specified this categories in the detail table ?
    if details table status changed, user can Identified capping finished , washing finished, like that..
    please help me...
    vasanth.

    Hai,
    we are new to oracle environment sorry,
    Thank you very much for your immediate response. Master detail relation ship I created
    head.refno=detail.refno
    Complete Receiving form details are given below.
    Refno - primary key,
    Customer name -- connected customer master table...
    Mobile phone
    Tot weight.
    Questions to customer
    do you want to capping?
    do you want to washing?
    do you want to stuffing?
    do you want to quality?
    do you want to pack with plastic?
    Based upon this we have send the dates to capping section, washing section, stuffing section?
    Washing people based upon the detail (RNO) they will wash. all services same like.
    If washing finished we have to tell the status to customer also.
    Every process we have to indicate to the washing line, capping line, stuffing line. Once washed the Rno cannot display.
    Final process is packing to indicated Finished.
    Designing Questions
    Capping, washing stuffing quality is header table or detail table. ? How to specify the all status?
    Regards
    vasanth.

  • Oracle Forms Installation Problem

    I am trying to install Oracle Forms Server on my computer but when I get part way into the installation I get the error message that I must stop all Oracle Services and Applications using NET8 for the NET8 installation to be successful. All my Oracle are services are stopped and I am unable to complete the installation.
    Can anyone help?

    Hi!
    The PC which I was trying to install already Windows XP and Oracle 9i got installed. Then I was trying to install Forms6i. First I clicked the Forms6i installer and then selected the required products(I was trying to install thru custom) and then clicked 'Install'. Thats all everything disappeared. I again tried the same procedure, but everytime after I select the products and click the 'Install' nothing I could see.
    I found in some forums that for Windows XP, I need to patch Patch13 or above. But without installing Forms6i how I can patch the Patch13? I found one more solution from forums that I need to reinstal Oracle9i(Oracle9i has to be installed after installing of Forms6i,preferably in a separate drive than Forms6i). As my user has time restriction I can't do this.
    I am not sure these two solution may really workout or not. So can anybody help me, what I should do now? How to install Forms6i without deinstalling Oracle9i.
    Thanks in advance

  • Oracle Forms - Inconsistent problem

    Hi,
    We have a Oracle Forms application running on Oracle 10g server.
    Recently we are facing a strange issue in one of the Forms where data entered is getting saved as empty.
    Form has three fields which maps to three columns of a same table - One column is of LONG DataType.
    Data entered in first two columns is getting saved correctly but data entered for LONG is getting saved as empty.
    Since this column holds long text, we allow the user to enter upto 4000 chars.
    When this issue was raised, we didn't find anything wrong in the coding and also this form was working fine for more than a year without untouched.
    After lot of analysis we found that this issue is occuring after backup activity every month using Recovery Tool in that server.
    This issue in our application gets resolved once the application server is restarted which is very strange.
    Again after following months backup, we get this issue again.
    During the issue occurence this is wat we see... Empty information is getting stored if the no. of characters entered by user is more than 1300+ whereas this issue doesn't occur if the text entered is below 1000. One more interesting thing, the text with 1300+ characters will get saved if it is tried again without moving out of the page.
    This issue is occuring for only one table and no other table which allows long text get this issue.
    Is this issue is due to possibility of some buffer size, so that text greater than a limit is getting replaced with empty string?
    Can a backup activity bring in inconsistency to a particular table?
    If someone has any ideas/solutions/suggestions, pls reply to this post.
    Regards,
    Ravi

    Would you please explain what backup activity every month using Recovery Tool is and where it's performed?!? Also you missed mentioning full forms and database versions. And last but not least: why are you using LONG columns when you let the user enter just 4000 characters? You can store 4000 BYTES in the database using a VARCHAR2(4000); In singlebyte characterset databases this means you can store 4000 characters; in multibyte characterset databases this would mean you can store up to 4000 characters (as one character can use from 1 to 3 BYTES and the maximum for a varchar2 column is 4000 BYTE).
    If you are on a singlebyte characterset you simply could use a VARCHAR2(4000) instead of your LONG and thus your life would get much simpler. And as LONGs are deprecated you should consider using LOBS (CLOB) instead of LONG. What code are you using to post your LONG data?
    cheers

  • Oracle Forms 9 Problem

    I am learning forms with Oracle 9i and have run into a problem.
    The following code runs just fine in a Save Button with a WHEN
    -BUTTON-PRESSED trigger that inserts a record from a stacked single
    record block (does not allow updates or deletes from it).
    DECLARE
    edit_alert alert;
    show boolean := false;
    message varchar2(150) := 'You Must Fill the Following Fields:';
    choice number;
    BEGIN
    IF :add_region.region_id IS NULL THEN
    show := true;
    message := message || CHR(10) || '----- Region Id';
    END IF;
    IF show = true THEN
    edit_alert := Find_Alert('EDIT');
    set_alert_property(edit_alert, ALERT_MESSAGE_TEXT, message);
    choice := show_alert(edit_alert);
    ELSE
    insert_record;
    commit;
    clear_block;
    go_block('regions');
    END IF;
    END;
    But when I try to use the following trigger on a Save button which is
    almost identical on a table canvas with a multi-line block that allows
    queries, updates and deletes...it basically skips the IF....IS NULL
    section because the show never turns true and the alert never fires so
    it automatically trys to update the record, but fails because of the
    null value. It works perfect if the item is not null and gets inserted.
    I figure that it has something to do with :regions.region_id within a
    multi-line block and the if statement not knowing the current record.
    I have searched and searched for a solution with no luck. Can anyone
    help?
    DECLARE
    edit_alert alert;
    show boolean := false;
    message varchar2(150) := 'You Must Fill the Following Fields:';
    choice number;
    BEGIN
    IF :regions.region_id IS NULL THEN
    show := true;
    message := message || CHR(10) || '----- Region Id';
    END IF;
    IF show = true THEN
    edit_alert := Find_Alert('EDIT');
    set_alert_property(edit_alert, ALERT_MESSAGE_TEXT, message);
    choice := show_alert(edit_alert);
    ELSE
    update_record;
    commit;
    END IF;
    END;
    I appreciate any time and help....
    Michael

    You say the forms don't work that waySteve said standard forms don't work that way. Your teacher may want to see working programs but (s)he might put more emphasis on your understanding of the forms environment, in which case using standard practices would be best. It's better to be standard in the real world too, although sometimes you really do just have to get something to work before a deadline.
    As an example of non-standard practices being bad, consider your idea of having validation/committing in a button. This is Ok as long as the user always presses the button but there are other ways to commit the data, such as closing the form, executing a query or navigating to a new record in a master block. That validation code will not run in those circumstances. Always use a when-validate-* trigger or the property pallette for validation.
    Your on-error trigger is also bad. Firstly, do you know why it is firing? Is it because there's a not-null restriction on the region_id item and a null value in the field? If it's firing for any other reason, such as because there is a duplicate record or the database has shut down, then the user will never know because you're overriding standard functionality. If it is firing because of the not-null restriction then a user who does put a value in there will not have their country_id checked at all.
    There may be other reasons as well but the on-error trigger is certainly firing because you're calling the update_record procedure in a button. That built-in is only allowed in an on-update trigger (it's annoying that forms will compile with errors like this but that's just the way it is). This will only cause it to fire once, so only the current record will be validated.
    Your foreign key integrity check is wrong. You're usingWHERE UPPER(country_id) = UPPER(:locations.country_id);so if I enter FranCe and FRANCE is on the database the program will not see a problem. That's Ok as long as throughout the system you refer to upper(country_id), but this will negate an index on that column so should be avoided. The standard method is to use an LOV and to set the item to 'Validate from List = true' (property pallette). Also, it's very rare to validate an item other than in its own when-validate-item trigger. The exception is paired items such as the start/end of a date range, where one date must precede the other and it's more user-friendly to validate both fields together.
    I can't see why the "if...is null" won't work in the WVR trigger, but if you use standard practices throughout the form and that is the only problem then you're much better off than now.
    For the path, use "get_form_property(<module_name>,file_name)" and strip off the <module_name>.fmx part. It seems you have a valid reason for not being standard here (using environment variables) so that's Ok ;-). Good luck with the assignment.

  • Oracle forms login problem

    it asked me to log on, i typed:
    Username: oracle, Password: password, Database: orcl
    i get the error, TNS: could not resolve the connect identifier specifiec
    Can please some1 help
    Thanks

    is this how my file should look like now:
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.93.130)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = PLSExtProc)
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.93.130)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    )

  • Oracle Report Printing problem

    Dear All,
    i m using below code on button in oracle forms 6i problem is that when i click on button report should be print
    on network printer but it's print blank page however network printer is not my default printer when i set default printer
    to this network printer its working fine.
    and also its working when i set mode=character and network printer is not default printer but when i set mode=default or bitmap and notwork printer is not default then its print blank page.
         DECLARE
              p_list     PARAMLIST;
         BEGIN
         p_list := get_parameter_list('importdata');
         IF NOT Id_Null(p_list) THEN
    Destroy_Parameter_List('importdata');
         END IF;
              p_list := Create_Parameter_List('importdata');
              Add_Parameter(p_list,'P_IGM_NO',TEXT_PARAMETER,'10117/11');
              Add_Parameter(p_list,'P_INDEX_NO',TEXT_PARAMETER,'498');
              Add_Parameter(p_list,'P_CHR_NO',TEXT_PARAMETER,'CL-APL100/011');
              Add_Parameter(p_list,'P_CONTAINER_NO',TEXT_PARAMETER,'APHU6305929');
              Add_Parameter(p_list,'P_USER',TEXT_PARAMETER,'ALI');
              Add_Parameter(p_list,'P_BAL_QTY',TEXT_PARAMETER,0);
              Add_Parameter(p_list, 'PARAMFORM', TEXT_PARAMETER, 'NO');
              Add_Parameter(p_list,'DESTYPE',TEXT_PARAMETER,'PRINTER');
         Add_Parameter(p_list,'DESNAME',TEXT_PARAMETER,'\\192.168.1.67\epson');
         RUN_PRODUCT(REPORTS,'\\ORASERV\Atlas6I\Import\System\Reports\abc.rep',
         SYNCHRONOUS,
         RUNTIME,
         FILESYSTEM,
         p_list,
         NULL);
         END;

    i have made one oracle 6i reports. its is quite wide.when i run the report it shrink into too small font.
    and i increse it font size it by pressing + button on menu bar it looks okay.
    >
    The + button only causes a zoom in on the screen. It is not affecting the actual layout.
    >
    but the problem is that when i take print out of it ,it's printout comes in its intial format(in small font) evenif i choose different type of paper size or different orientation . it's printout is coming in too small font.
    pl tell me how to overcome this problem>
    The report rendering engine tries to fit the report page into the physical page size. This results in shrinking of font size,etc.
    To fix
    a) reduce the content on the report to something reasonable for printing.(Std paper sizes and orientation)
    b) change the page size selection. Of course, you will need a printer and paper of the size you set.
    Cheers,

  • Errors in Execute Oracle Forms and Reports

    Hello for all. I have several problems trying to execute Oracle Forms and Oracle Reports on version 10g. In Oracle Forms the problem is: Message file orms\msg\fmcus.msb not found and this file I've got it inside of file /forms.
    With Report says to me:
    Error. AppName:rwbuilder.exe, AppVer:10.1.2.0, ModName:ca.dll, ModVer:10.1.2.0, Offset:0001d168

    MichaelFerrante,Thank you for your help.
    I have already used the HS services to connecto to external databases from our main Oracle database, and the solution works fine.
    But unfortunally for this particular client he cannont have installed a Oracle database due to internal policies restrictions.
    I can not migrate the full application to another technology like ADF in less than 6 or 8 months.
    Do you thifnk that there is any other solution?
    Mensagem editada por: user10660669

  • Make file directory from Oracle form (web)

    Hi,
    I'm using WebUtil to upload files to server thru Oracle form, my problem is if the file directory doesn't exist, how do I have it made at run time?
    Thanks,
    Jess

    You could use the HOST built in to create the directory with a CMD prompt
    e.g.
    HOST('cmd /C mkdir "'||directory_name||'"', NO_SCREEN);
    Don't forget the "'s incase the directory name has spaces in it.

  • List Item problem in oracle forms

    Hi,
    I am using list item in oracle forms 6i and facing one problem. I am populating list using following built-in.
    Clear_list()
    Create_Group_From_Query( )
    Populate_list()
    The problem I am facing is when list gets populate it keep the cursor at last element of list with null value. I want cursor to go at first item in the list. Is this thing is possible. The list item I am using is pop-list. In combo its showing list perfectly but I have to use pop-list only. Please help to come out of this problem.
    Thanks in advance
    Shweta.

    Hi Shweta,
    Please post your query in Oracle Forms discussion forum.
    Thanks,
    Wilson.

  • Oracle Forms Designer has encountered a problem and needs to close

    Dear All,
    I got the following error when I compile the form,
    Oracle Forms Designer has encountered a problem and needs to close
    I am using Oracle 10g Developer suite(Forms 32 Bit Version 10.1.2.0.2)
    and Oracle Database 10g Enterprise Edition Release 10.2.0.3.0
    and Window Xp Professional 32 Bit Operating system
    Now I can't do any changes in the form.
    I searched lot of oracle forums .but i can't solve it.
    Please give me one solution
    I am strugling this issue.
    Please help me........
    a lot of thanks in advance.
    Thanks and Regards,
    Fazil

    Hi,
    I am doing the bug fixing in the existing form.Its size is 4.07 MB.when i will get the mentioned error.then i will take previos fmb.then again doing the changes after some time agin will come the mention error.I added some if else condtion code.Its a small code.I think its not a reason for the mentioned error.I think something is happended.I don't know what happened?
    Please help me..
    Thanks and Regards,
    Fazil

  • Oracle reports calling problem from FORMS

    Hies
    Guys I've a problem in oracle report calling from Oracle FORMS. I am using reports and forms 6i. When the report name length is more than 30 characters the report engine runs first time correctly but on the second call of report the system gives an error :
    " RWRBE60.exe has generated errors and will be closed by windows.You will need to restart the program ".
    After this error the report engine closes and i have to call the report again.
    Is there a length fixed for reports name in Oracle 6i.
    Is any possible solution available.
    Remember i dont want to shorten my report names.
    Kindly help me with this.
    Thanx.

    Thanx Frank
    Well one solution is that i can decrease the length of my report name and the problem does not occur than.
    any ways thanx ..but where to get the patch from.
    Kindly provide me with the link if possible.
    Thanx,
    Qaiser Qayyum Malik.
    [email protected]

  • Problem with inserting new records in Oracle Forms

    Hi Friends,
    I am a new user to Oracle Forms and I need a help from you people. The problem is as follows:
    I have a data block in which I can display a number of records. In this data block the user will be able to edit the fields if no child records are found in another table. I have used when-new-record-instance to attain this scenario. All are text items. One item licensee_id which is made invisible by setting the property in property palette and required=no ( as this is the primary key of the table). Also the audit columns are made invisible.
    The code for it is as follows:
    DECLARE
         v_alert_button NUMBER;
         v_cnt                          NUMBER;
    BEGIN
         SELECT COUNT (*)
    INTO v_cnt
    FROM id_rev_contracts
    WHERE licensee_id = :ID_REV_LICENSEES.licensee_id;
    IF v_cnt > 0 THEN
    set_item_property('ID_REV_LICENSEES.LICENSEE_NAME', UPDATE_ALLOWED, PROPERTY_FALSE);
    ELSE
         set_item_property('ID_REV_LICENSEES.LICENSEE_NAME', UPDATE_ALLOWED, PROPERTY_TRUE);
         -- set_item_property('ID_REV_LICENSEES.LICENSEE_NAME', INSERT_ALLOWED, PROPERTY_TRUE);
    END IF;
    END;
    Now in this data block I should also be able to insert new records and for the same I have used PRE-INSERT trigger and the code for it is as follows:
    DECLARE
         v_alert_button NUMBER;
    CURSOR v_licensee_id IS SELECT id_rev_licensees_s.NEXTVAL FROM dual;
    BEGIN
    OPEN v_licensee_id;
    FETCH v_licensee_id INTO :id_rev_licensees.licensee_id;
    CLOSE v_licensee_id;
    IF :id_rev_licensees.licensee_id IS NULL THEN
    Message('Error Generating Next v_licensee_id');
    RAISE Form_Trigger_Failure;
    END IF;
    :ID_REV_LICENSEES.created_by := :GLOBAL.g_login_name;
    :ID_REV_LICENSEES.last_updated_by := :GLOBAL.g_login_name;
    :ID_REV_LICENSEES.create_date := SYSDATE;
    :ID_REV_LICENSEES.last_update_date := SYSDATE;
    EXCEPTION
    WHEN form_trigger_failure
    THEN
    RAISE form_trigger_failure;
    WHEN OTHERS
    THEN
    v_alert_button :=
    msgbox ('ERROR in Pre-Insert - ' || SQLERRM, 'STOP', 'Contact IST');
    RAISE form_trigger_failure;
    END;
    Every thing is compiling fine but at the run time when I am trying to insert a new record I am receiving the following error:
    FRM-40508:ORACLE error:unable to insert record
    I also think the pre-insert record is not firing at the time of inserting a new record and saving it. So I request you to please delve into this problem and suggest me how to overcome this problem. Code snippets would do more help for me. If you need any other things from me please let me know. I will see if I could be of any help in that concern because I may not be able to send the entire form as it is.
    Thanks and regards,
    Vamsi K Gummadi.

    first of all
    pre-insert fires after the implicit/explicit commit/commit_form is issued and before the real insert is submitted to the db.
    i would suggest to remove the error handling part for the moment
    because i believe you might be getting "ora-xxxx cannot insert null"
    and also make visible the primary column to check if the pre-insert is executed.
    it would be better to make visible for a while the not null columns of the table/block
    i suppose that the block is insert allowed and you are using table as the source of the block and not any procedures or something...

  • Problem inputting Chinese characters in oracle forms

    Hi,
    We have a Chinese character: UCS2=7A4F (UTF8=E7A98F) If we try to input it to a control in a Forms application using chanjie (key sequence h-d-b-s-p) input method, it becomes "?", but if we input it using same method in word or notepad, it shows correctly and can then be copy-and-paste to oracle forms.
    Is there some sort of implicit conversion of Chinese character input done by Oracle Forms controls such that it is unable to decode this character properly? Or is there some sort of setup that can be done to bypass this problem?
    Any help would be greatly appreciated, hopefully as soon as possible.
    Thank you very much.

    979801 wrote:
    If I use LOV in place of List Item,Then I have to populate a LOV at run time.How could I maintain a record group n attach to LOV at run time?
    On my previous post I have mentioned record group as follows:
    select * from tbl_state where s_id=:tbl_address.s_id;
    If :tbl_adress.s_id chaned during the time of run, then output values of list_city (LOV) is also changed.

  • Problem installing Oracle forms and report in windows 7

    I have a problem while installing Oracle forms and reports in windows 7 64 bit
    The error is : [as] [ERROR] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000IY5_e_EApIRMyYAhMG1BuDGr00000B,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:688)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
    at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
    at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:619)
    So I Google for it and found that this is version mismatch (May be I am wrong) and it tells that I have to install WLS - 10.3.2 with ofm_pfrd_win_11.1.1.2.0_64 (1 to 4)
    But I am unable to get wls version 10.3.2.
    For better understanding I am listing my installers :
    (I) Windows 7 Ultimate 64 Bit
    (II) (Oracle 11g) win64_11gR2_database (1 & 2)
    (III) ofm_pfrd_win_11.1.1.2.0_64 (1 to 4)
    (IV)wls1033_generic.jar , wls1033p_generic.jar , wls1035_generic.jar
    (V)accessbridge-2_0_2-fcs-bin-b06
    (VI)ofm_rcu_win32_11.1.1.2.1_disk1_1of1,ofm_rcu_win_11.1.1.3.1_disk1_1of1
    (VII) ofm_wc_generic_11.1.1.5.0_disk1_1of1
    (VIII)jdk-6u38-nb-7_2_1-windows-i586-ml , jdk-6u38-windows-x64
    (IX) oepe-wls-indigo-installer-11.1.1.8.0.201110211138-10.3.6-win32
    (X)wls1033_oepe111150_win32.exe
    (XI)wls1035_win32.exe
    (XII)wls1035_oepe111172_win64
    (XIII)oepe-indigo-installer-12.1.1.0.1.201203120349-12.1.1-win64
    After the installation while configure the forms reports, I am stuck while creating domain.
    steps I follow is :
    (i) Install Windows 7 Ultimate 64 Bit
    (ii) (Oracle 11g) win64_11gR2_database (1 & 2)
    (iii) wls1033_generic.jar
    (iv) accessbridge-2_0_2-fcs-bin-b06
    (v)ofm_rcu_win32_11.1.1.2.1_disk1_1of1
    (vi) ofm_pfrd_win_11.1.1.2.0_64 (1 to 4)
    Please any body help, for the installation of oracle forms and reports.
    I have a formatted Windows 7 Ultimate
    Where I have installed Adobe Acrobat Reader
    IIS server from windows installer
    Now I want to know the exact procedure so that i can run the forms and report in my machine.
    This is my first installation of Oracle forms & Reports, so please do not pre assume about my understanding (Like "to install this he surely did this environment settings" )
    Please specify all the steps
    Furthermore if Another software I have to download then please tell me.
    And I will be grateful if you specify the mistakes in my side.
    Looking forward with anticipation.

    Solved, Thank you

Maybe you are looking for

  • Short Dump Error while executing the DTP

    Hello Experts, I am facing an issue with DTP. Data has been loaded to PSA successfully but while executing the DTP for loading from PSA to DSO (WO) throwing a short dump RAISE_EXCEPTION. Short text     Exception condition "NO_DS_LG_FOUND" raised. "RA

  • Employee Transfer from One People group to another.

    Hi All Suppose a new employee was hired on 01-Jan-2006 and upto 31-May-2007 he was in People Group X. From 01-Jun-2007 he was shifted to[i] People Group Y. When I query the assignments using Fastpath, People window etc. all these are correct. But on

  • Sending mail at release time..

    Hi Friends.. I have create a workflow for PO. Once PO was created workflow got triggered.. In my Release strategy i set two level of approval.. My Question is After the approval or rejection of first person the mail will send to workflow initiator...

  • Does windows and mac run continuously using parallel, or is there some way to stop xp from running if you are not using it?

    I would like to run a few windows programs but I dont want the mac side to suffer when i am not using the windows os.  Is there some way to shutdown the windows part when you are not using?

  • Connecting to disk remotely

    After reading the manual I could not find anything on connecting to my hard drive from other locations. I talked with support they said it could be done but it is not supported. Under the disk tab I have WAN shared checked but don't know what to do a