How to link another forms and reports in one main forms?

hai all,
how to link another forms and reports in one main forms?
i am creating Custom forms Main_menu
in that i am puting on button and
pl/sql code for when-button-pressed
BEGIN
Open_form('GROUP_MSTR_ENTRY');
END;
i am getting:
ERROR:frm-40010: cannot read form GROUP_MSTR_ENTRY
also i am un able change the text colour in form.
how to link reports in forms?
any help?
before open i have to link all form i need?
thanks in advance
rcs
------

even after changing to The forms_path variable and
put the executable(GROUP_MSTR_ENTRY.fmx
F:\oracle\ora90\FORMS60\server\FACCT\MAIN_MENU\GROUP_MSTR_ENTRY.FMX
not working
also i am un able change the text colour in form. how?
how i can find?
$ORACLE_HOME/forms/server/default.env
my files are
9i oracle database
SQL*Plus: Release 9.0.1.0.1 - Production on Fri Dec 19 11:37:07 2008
E:\oracle\ora90\bin\oemapp.batt
forms6i
F:\oracle\ora901\bin\
since 9i is later than forms 6i i am unable to put in the same directory
------------

Similar Messages

  • How to Unlock all folders and Files in One Main Folder

    How do i unlock all files and folders in one main folder? This way I wouldn't have to do it over 1,000 times to fix my folders I imported from my external drive.

    Open the Script Editor in the /Applications/AppleScript/ folder and enter the following:
    tell application "Finder"
    set locked of every item of entire contents of (selection as alias) to false
    end tell
    Select the main folder in the Finder and run the script.
    (39015)

  • How to move the pages and reports from one dashboard to another

    hi all
    can please any one tel me hw to copy the reports along with pages from one dashboard to another
    Thanks

    Hi,
    Go to Administrator->Manage Presentation Catalg->Click on Group folder under which the dashboard and reports are present
    1)Create one folder and copy the reports which are present in the dashboard pages you want(reports will be under some specific folder,open and copy one after the other to the newly created folder).Do this if you want other set of same reports for new dashboard that you are creating
    2)Click on _portal and create a new folder(new dashboard)
    3)Click on dashboad that is to be copied
    4)copy the pages one after the other into new dashboard folder
    If you are not keeping new set of reports then no need to point reports in pages,if reports are placed under new folder then go to each page and pull those reports from newly created folder.
    Regards,
    Srikanth

  • How to do a partial refresh of a form and report on the same page?

    Hi all,
    im trying to make a page where you have a report on top and when you click the link instead going to the form page, the form page is on the bottom of the report. lets say im trying to send an id from the report to the item below so that i could fetch the rest of the item. however when i pass,other items would still refer to this one as null.
    if im not mistaken this could be done with submit,but i want it to be partial refresh..
    i tried steps here but this only worked when the lower part is a also a report:
    https://forums.oracle.com/thread/2345863
    i also tried this,but this actually submits a page..
    Grassroots Oracle: Apex Tutorial - Form & Report sharing the same page
    would it be possible to get a form and report in one page as partial refresh?
    Message was edited by: T101_cyberdyne

    If so, you need to create a dynamic action with a javascript action to set the id of the report row in the id form field, and a subsequent pl/sql action to fetch the record based on the id. You can use this record to set the other form field items.
    For the example in the above link the code looks as follows.
    the javascript action:
    var empno = $(this.triggeringElement).find('td[headers="EMPNO"]').text()
    $s('P26_EMPNO',empno)
    the PL/SQL action:
    declare
    cursor c_emp is
    select * from emp
    where empno = :p26_EMPNO;
    BEGIN
    for r_emp in c_emp loop
      APEX_UTIL.SET_SESSION_STATE('P26_ENAME',r_emp.ename);
      APEX_UTIL.SET_SESSION_STATE('P26_JOB',r_emp.job);
      APEX_UTIL.SET_SESSION_STATE('P26_MGR',r_emp.mgr);
      APEX_UTIL.SET_SESSION_STATE('P26_HIREDATE',to_char(r_emp.hiredate,'dd-mon-yyyy'));
      APEX_UTIL.SET_SESSION_STATE('P26_SAL',r_emp.sal);
      APEX_UTIL.SET_SESSION_STATE('P26_COMM',r_emp.comm);
      APEX_UTIL.SET_SESSION_STATE('P26_DEPTNO',r_emp.deptno);
      APEX_UTIL.SET_SESSION_STATE('P26_ORDNO',r_emp.ordno);
    end loop;
    END;
    Hi Vincent,
    Yes! im looking for something similar. This looks interesting. I did look into apex_util.set_session_state yesterday but didnt know how to apply. perhaps i was doing it wrong.
    Question though, so basically first use the javascript to send the EMPNO from top report to the EMPNO in the form fields below.
    Then based on the EMPNO received in the form, do a loop to get the rest and put it into session. Correct?
    if i'm not mistaken i did something similar,but when i tried to set session for the rest,it refers to to the p26_EMPNO still as null..does the javascript sets the id of report to the id of the form or does it just send over?
    i'll try it out.
    Thanks.

  • How to comiple forms and reports

    Hi All,
    Please let me know how to compile the forms and reports on solaris 9 as I have to migrate the all the forms and reports from one server to another server and need to comiple.
    Oracle Application Server Veriosn: 9.0.2.0.1
    Regards
    Kumar

    Try ot post on the Forms forum, probably a better chance that someone can help you?
    Forms
    BTW, have you checked the docs?
    --Andy                                                                                                                                                                                                                                                                                                                                                                                   

  • Query on install Oracle AS Forms and Reports Services

    Hi All,
    I want to install 'Oracle Internet Application Server Products - Forms and Reports', I referenced the 'Forms and Reports Services Installation Guides 10g Release 2(10.1.2) for Windows B16392-02'.
    I install successfully up to Chapter 5.
    When I jump into Chapter 6 of the release (Configuring Forms and Reports Services to Use an Oracle Application Server Infrastructure), I followed the guideline but could not see my AS has any way to allow me to configure Oracle Identity Management/OracleAS Metadata Repository/Starting OPMN Services/Testing the Configuration.... Is it because my AS is just for Forms and Reports and not a full feature one? How I can test my AS is working?
    On the other hand, is it possible to migrate forms and reports from old version like Developer 2000 4.5 to 10g? Any reference or suggestion?
    And what I need to do more with the current AS in order to allow me to upload forms and reports to it? Please kindly advise.
    Best Regards
    AC

    Hi AC!
    There are two versions of Forms and Reports: one standalone and one as part of the Application Server. The second one will offer the Infrastructure. If you use the second one then you will have an Infrastructure after the installation.
    Seems to me that you do not have the complete AS but the standalone version.
    cu
    Andreas

  • Do Oracle Developer Suite contains Oracle AS with Forms and Reports?

    Dear All,
    I am having Oracle Developer Suite 10g.
    Using that i can design and test Oracle reports.
    Then do i need Oracle Application Server with Forms and Reports to deploy it?
    Do Developer Suite contains Application Server with Forms and Reports?
    How to test whether the report will run inside an application server?
    If i am having Developer Suite and still do i need to install Oracle AS with Forms and Reports?
    DO revert.
    Thanks in advance.
    -Sameer

    Hi Sameer,
    Q1 Iam having Oracle Developer Suite 10g.
    Using that i can design and test Oracle reports.
    Then do i need Oracle Application Server with Forms and Reports to deploy it?
    Yes you need Oracle Application Server to deploy forms /reports.There are 2 types . One containing only forms and reports services
    Two containing forms, reports services, portal and many
    other product services.
    So if you want to deploy only forms and reports then choose the first one
    Q2 Do Developer Suite contains Application Server with Forms and Reports?
    No. It contains a light component called OC4j. With this u can test the forms and reports in browser
    Q3How to test whether the report will run inside an application server?
    If you test it with developer suite, it should run fine with AS
    Q4 If i am having Developer Suite and still do i need to install Oracle AS with Forms and Reports?
    Pls note that Developer suite doesnt have any AS. And it has a light weight OC4J which is only for testing purpose. So u need to have AS for the deployment.
    Rajesh ALex

  • Forms and report questions

    Hi,
    I am facing 2 issues now related to forms and reports
    I am using forms 10.1.2.3
    We have an old form developed a few years back and it used to work with the old application server.
    But when we migrated to vista, the application server port is changed and hence the URL
    Now the first issue:
    1)When running a report from the form (After giving some values in the form, a button is pressed to run the report), it is returning an error:
    FRM-41213:Unable to conenct to the Report server "Myrepserver"
    So in the assumption that the server name must have been hard-coded in the form, and hoping to change it to the new server name,
    I checked the when-button-trigger code in the form, but now I am unable to figure out where (which part in the form) the server name is defined.
    Need help in this one first:
    The code in the when-button-trigger is as shown below:
    DECLARE
         plid paramlist; 
         the_param varchar2(15) := 'tmpdata';
         v_process varchar2(10);
    BEGIN
         If (:RADIO_GROUP31 in('ROD_REP','RSLB_REP','GEO_IMP','LBL_IMP')
                       And :FILENAME4 IS NULL ) Then
                       Message('A Filename is required to run the selected report');
                       Raise FORM_TRIGGER_FAILURE;
      Elsif (:RADIO_GROUP31 in('OPT_RUN','SDF_RUN')
                       And :DELIVERY_OFFICE_ID4 IS NULL ) Then
                       Message('A Delivery Office Id is required to run the selected report');
                       Raise FORM_TRIGGER_FAILURE;
      End If;
      v_process := :RADIO_GROUP31;
         BEGIN 
              plid := get_parameter_list(the_param);
         IF NOT id_null(plid) THEN
              destroy_parameter_list(plid);
         END IF;
         plid := create_parameter_list(the_param);
         add_parameter(plid, 'delivery_office_id', TEXT_PARAMETER,:DELIVERY_OFFICE_ID4);
         add_parameter(plid, 'filename', TEXT_PARAMETER,:FILENAME4);
         add_parameter(plid, 'p_opt_batch_id', TEXT_PARAMETER,:OPT_BATCH_ID);
         add_parameter(plid, 'p_sum_det', TEXT_PARAMETER,:SUM_DET_PB);
         add_parameter(plid, 'process', TEXT_PARAMETER,v_process);
         add_Parameter(plid, 'PARAMFORM', TEXT_PARAMETER, 'NO');
         run_product(REPORTS,'approcrep.rdf',SYNCHRONOUS,RUNTIME,FILESYSTEM,plid,null  );
         END;
    END; 2)I am using a Windows Vista machine and using Sun's plugin JRE5 update 16 in my machine to run the forms through my browser(IE7)
    It works fine when connecting to my applicatioon server
    For example,
    http://the_app_server:port/forms/frmservlet?config=testapp
    works fine
    But when I try to run the form locally using the form builder:
    I have defined in Edit->Preferences (Under runtime tab), the application server URL,like this:
    http://<my local computer name>:8889/forms/frmservlet
    When trying to run , it asks me to install Jinitiator
    why is this?
    I even tried installing it but when starting the applet, the IE crashes and closes.
    With these conditions, how will I figure out why the report is not running?
    I am not able to debug as well because I am unable to run the form.
    Edited by: Krithi on 06-Jul-2009 01:55

    hi gregor13, Thanks a lot for the second suggestion, it worked and I am able to run the form locally now
    For the first suggestion, you are right, this is what caused the issue.
    But I am still not able to do the report successfully..I am able to open the report but no data appears..
    I have defined a parameter list called plid
    In the original run_product built in, this parameter list was passed.
    Please let me know how can I implement this using the web.show_document.
    My code is below, which works except no parameter is passed.I need help in this one please.
    DECLARE
         plid paramlist; 
         the_param varchar2(15) := 'tmpdata';
         v_process varchar2(10);
      v_show_document       VARCHAR2 (2000) := '/reports/rwservlet?';
       v_report_server       VARCHAR2 (30)   := 'myservername';
       rep_url varchar2(2000);
    BEGIN
         If (:RADIO_GROUP31 in('ROD_REP','RSLB_REP','GEO_IMP','LBL_IMP')
                       And :FILENAME4 IS NULL ) Then
                       Message('A Filename is required to run the selected report');
                       Raise FORM_TRIGGER_FAILURE;
      Elsif (:RADIO_GROUP31 in('OPT_RUN','SDF_RUN')
                       And :DELIVERY_OFFICE_ID4 IS NULL ) Then
                       Message('A Delivery Office Id is required to run the selected report');
                       Raise FORM_TRIGGER_FAILURE;
      End If;
      v_process := :RADIO_GROUP31;
         BEGIN 
              plid := get_parameter_list(the_param);
         IF NOT id_null(plid) THEN
              destroy_parameter_list(plid);
         END IF;
         plid := create_parameter_list(the_param);
         add_parameter(plid, 'delivery_office_id', TEXT_PARAMETER,:DELIVERY_OFFICE_ID4);
         add_parameter(plid, 'filename', TEXT_PARAMETER,:FILENAME4);
         add_parameter(plid, 'p_opt_batch_id', TEXT_PARAMETER,:OPT_BATCH_ID);
         add_parameter(plid, 'p_sum_det', TEXT_PARAMETER,:SUM_DET_PB);
         add_parameter(plid, 'process', TEXT_PARAMETER,v_process);
         add_Parameter(plid, 'PARAMFORM', TEXT_PARAMETER, 'NO');
        /*Display report in the browser*/
        v_show_document := v_show_document
             -- Report server
             || '&server='
             || v_report_server
             -- Report name
             || '&report=APPROCREP.rdf'
             -- Reports parameters
             || '&userid=<username>/<PW>@DB'
             || '&destype=CACHE'
             || '&desformat=PDF';
          web.show_document (v_show_document);
    END;
    END;Note:forms upgrade assistant did not work for me.I was ale to convert the form but again more errors when running
    So I have decided to fix this manually

  • Error while Rebuild Forms and Reports Executables

    Dear Experts,
    Kindly note that while running the below commands I am facing the below error.
    Please look into it and advise.
    Rebuild Forms and Reports Executables
    cd $ORACLE_HOME/forms/lib32
    Note: if this directory does not exist:
    cd $ORACLE_HOME/forms/lib
    $ make -f ins_forms.mk sharedlib install
    cd $ORACLE_HOME/reports/lib32
    Note: if this directory does not exist:
    cd $ORACLE_HOME/reports/lib
    $ make -f ins_reports.mk install
    [applmgr@ORACLE lib]$ make -f ins_forms.mk sharedlib install
    for libs in libfrmjsl.so.0 libd2f.so.0 libia.so.0 libic.so.0 libicg.so.0 libid1.so.0 libid2.so.0 libidd.so.0 libidg.so.0 libidl.so.0 libie.so.0 libifc.so.0 libifg.so.  0 libig.so.0 libigo.so.0 libihm.so.0 libiic.so.0 libilfrm.so.0 libimc.so.0 libimg.so.0 libioc.so.0 libiod.so.0 libipc.so.0 libipg.so.0 libiplsn.so.0 libiplsd.so.0 lib  irm.so.0 libit.so.0 libitg.so.0 libiwc.so.0 libiwg.so.0 libsosd.so.0 libibfrmw.so.0 libicw.so.0 libifcw.so.0 libijc.so.0 libijcw.so.0 libiffw.so.0 libiicw.so.0 libiif  w.so.0 libiiiw.so.0 libimfw.so.0 libipfw.so.0 libiqw.so.0 libitw.so.0 libiwcw.so.0 libiwfw.so.0 libixw.so.0 libsosdw.so.0; do \
                    rm -f /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//$libs ; \
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/bin/genshlib /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//$libs ; \
            done
    rm -f frmbld
    gcc -m32 -o frmbld -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/ -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2  /lib//stubs -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386 -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server -L/u01/applmgr/ORACLE/ apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/s0nnmain.o \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/sslidtab.o \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/ui10.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/uiicxd.o \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/ifzxtb.o \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/sixn.o \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/sixp.o \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/iwvgbm.o \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/libie.a -lilfrm /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/libie.a -lig -lifg -lig -limg -liwg -lidd -lidl -l  idg -lid2 -lidg -lid1 -ligo -litg -lihm -limg -lipg -licg -lipc -limc -lifc -lijc -liwc -liplsd -liod -lioc -lic /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/libsosd  .a -liic -lit -lic /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/libsosd.a -lipc  \
            /u01/applmgr/ORACLE/apps/tech_st/10.1.2/forms/lib/istuic.o \
            -lrws \
            -lnn -lobx -lzrc  -lvgs -lde -lucol  -lca -luicc -lmma -lmmiw -lmmov -lmma -lmmos -lmmoi  -lmmia -lmmft -lmmcm  -luihx -luc -luipr -luimotif -lot -lrem -lree   -lrec -luiimg -luimotif -luipr -luiimg -luc -lrem -luimotif -luia -ltknqap -luipr -luimotif -lutt -lix -lixd -lix -lixd -lrod -lror -lros -lrod -lror -lros -lrod -ld  fc -luat -lutc -lutj -lutl -lutsl -lpls10 -lplp10 -lplc10 -lpls10  -lplp10 -lslax10 -lsql10 -lpthread -lclntsh  `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/l dflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10 -ln  sgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10 -lmm  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /u01/a  pplmgr/ORACLE/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2  /lib/ldflags`    -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls1 0 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat /u01/applmgr/CDV1E BS1/apps/tech_st/10.1.2/lib/sysliblist` -Wl,-rpath,/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib,-rpath,/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u0  1/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/xawt:/lib:/usr/lib  -lm `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lpthread -lm     -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/stubs/ -lsnls10 -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/l  ib/i386 -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads -ljvm  -Wl,-rp  ath,/usr/X11R6/lib  -Wl,--as-needed -lXi -lXtst -Wl,--no-as-needed -L/usr/X11R6/lib -lXm -lXt -lX11 -lm -lXp -lXext
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_timedwait@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_signal@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `realpath@GLIBC_2.3'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_wait@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_init@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `__stack_chk_fail@GLIBC_2.4'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_destroy@GLIBC_2.3.2'
    collect2: ld returned 1 exit status
    make: *** [frmbld] Error 1
    [applmgr@ORACLE lib]$
    [applmgr@ORACLE lib]$ make -f ins_reports.mk install
    rm -f /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//librwu.so; \
            rm -f /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//librw.so
    rm -f rwsutil.o rwspid.o ; \
            /usr/bin/ar x /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//librwu.a  rwsutil.o rwspid.o ; \
    (LD_OPTIONS="-z muldefs"; \
            /usr/bin/gcc -m32 -o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//librwu.so -shared -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/stubs/ rwsutil.o rwspid.o \
            -lm /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/libclntsh.so -lpthread  -Wl,-rpath,/usr/X11R6/lib  -Wl,--as-needed -lXi -lXtst -Wl,--no-as-needed -L/usr/X11R6/lib -lXm -lXt -lX11 -lm -lXp -lXext `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/sysliblist` -lc )
    rm -f zrhitem.o zrhcursor.o; \
            /usr/bin/ar x /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//librw.a zrhitem.o zrhcursor.o
    rm -f rwbuilder
    gcc -m32 -o rwbuilder -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2//lib/ -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//stubs  -rdynamic -Bdynamic -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386 -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads -ljvm rxmasb.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/ui10.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/uiicxd.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/rwsng.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/rwscl.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/rwssc.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/rwssc0.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/rwsdt.o /u01/applmgr/ORACLE/apps/tech_st/10.1.2/reports/lib/rwscr.o -lrw /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//librw.a  -lobx -lnn -lrws -lde /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//libzrc.a -lrws   -lucol -luicc -lca -lmma -lmmiw -lmmov -lmma -lmmos -lmmoi  -lmmia -lmmft -lmmcm  -lvgs -luihx -luc -luipr -luimotif -lot -lrem -lree -lrec -luiimg -luimotif -luipr -luiimg -luc -lrem -luimotif -luia -ltknqap -luipr -luimotif -lutt -lix -lixd -lrod -lror -lros -lrod -lror -lros -lrod -luat  -ldfc -lutc -lutj -lutl -lutsl -lpls10  -lplp10 /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/libplc10.a -lpls10  -lplp10 -lslax10 -lsql10 -lclntsh  `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10 -lmm  -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/ldflags`    -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10    -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10  -lvsn10 -lcommon10 -lgeneric10  -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10   `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/sysliblist` -Wl,-rpath,/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib,-rpath,/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/xawt:/lib:/usr/lib  -lm `cat /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/sysliblist` -ldl -lpthread -lm   -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib -L/u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib/stubs/ -lsnls10 -lpthread  -ljvm -Wl,-rpath,/usr/X11R6/lib -Wl,--as-needed -lXi -lXtst -Wl,--no-as-needed -L/usr/X11R6/lib -lXm -lXt -lX11 -lm -lXp -lXext  /u01/applmgr/ORACLE/apps/tech_st/10.1.2/lib//librw.a -lnsl
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_timedwait@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_signal@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `realpath@GLIBC_2.3'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_wait@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_init@GLIBC_2.3.2'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `__stack_chk_fail@GLIBC_2.4'
    /u01/applmgr/ORACLE/apps/tech_st/10.1.2/jdk/jre/lib/i386/server/libjvm.so: undefined reference to `pthread_cond_destroy@GLIBC_2.3.2'
    collect2: ld returned 1 exit status
    make: *** [rwbuilder] Error 1
    Regards
    Mohammed. Abdul Muqeet

    Please implement the solution in (Upgrading JDK To 7_25 - Step 3.7 Rebuild Forms Reports: Error: Collect2: Ld Returned 1 Exit Status (Doc ID 1569998.1)).
    Thanks,
    Hussein

  • Install Forms and Report 11g, Weblogic, OID and SSO ?

    Hello,
    I want to migrate our system from Forms and Reports 6i to 11g with weblogic server 10.3.3 and I have two questions:
    1st: If we considered to obtain a system consists of (Weblogic 11g + Forms and Reports 11g + OID + SSO + Weblogic Portal + BI Publisher)
    What is the steps and the sequence of products installation and configuration, and what is the required versions of each one ?
    2nd: Can I abandon OID and SSO, is there a substitute ?
    If so, what's the steps and the sequence of products installation and configuration ?
    Thank you very much

    >
    You use the Oracle WebLogic Server installer to install Oracle WebLogic Server and to create a Middleware home (which is required before you can install Oracle Forms and Reports).
    For Oracle Forms and Reports 11g Release 2 (11.1.2), download Oracle WebLogic Server 11g (10.3.5) from OTN or Oracle Software Delivery Cloud.
    Be sure to select the proper Oracle WebLogic Server installer for your platform.
    >
    weblogic you can download from http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html

  • MacIntosh to NT Conversion - Forms and Reports

    I have to convert an existing 4.5 system from MacIntosh to NT.
    I am looking for hints on what to do and what not to do.
    If you have done this type of conversion please let me know.
    I am currently researching the use of uifont.ali (from tools\common60) and FORMS60_DEFAULTFONT, plus Oracle Terminal.
    Are there any other tools about which I should be researching?
    Thanks

    If you only need Forms and Reports you can use Forms & Reports Services Standalone version, dowloadable from http://www.oracle.com/technology/software/products/ias/htdocs/101202.html

  • Softwares and Licenses necessary to move Oracle forms and Reports to web

    Hi Experts,
    We are planning to migrate to Oracle forms and Reports 10g (Developer Suite 10g) . Can someone help me to identify the software and licenses required to deploy forms and reports on the web. We are using Forms/reports 6i with 10g database. We already have 10g database license. We have 15-20 only concurrent users using the application.
    Thanks for your help in advance.
    Biju

    If you only need Forms and Reports you can use Forms & Reports Services Standalone version, dowloadable from http://www.oracle.com/technology/software/products/ias/htdocs/101202.html

  • How to run a silent configuration for Forms and Reports 11g ?

    Hi all,
    I've run a silent installation for Oracle Forms and Reports 11g R2 in Windows 7 64 bit.
    I made it using a response file called install_only.rsp. Now I want to run the configuration also in silent mode.
    How can I do it ?
    I know that I can use a template called configure_only.rsp. However, i don't know what is the correct syntax for the command to start configuration.
    Should I use the same setup.exe installer and inform configure_only.rsp as response file ?
    The command below is the appropriate command for this task:
    setup.exe -silent -response configure_only.rsp
    Or is there another way to be followed?
    Thanks a lot.

    Alright, I eventually found the answer.
    Configuration must be run from directory on windows.
    Command is shown below:
    <FORMS_HOME>/bin/config.bat -silent -response <path-to-response-file>

  • How to deploy Forms and Reports from 6i to Web Base

    I am using Forms 6i in client/server mode, I want to upgrade my platform to Forms 10g web base. I know that I have to install Application Server, however, I found that there are so many options in the download page, and, I can only find the WebLogic Server.
    I only need to deploy Forms and Reports, what is the minimum requirements (I means what Oracle software) I have to purchase.
    Can you provide also the download link? any document can teach me how to deploy Forms and Reports? (only Forms and Reports)
    Thanks a lot !!!

    From download page http://www.oracle.com/technology/software/products/ias/htdocs/101202.html you can choose Forms & Reports Services Standalone .
    Documentation at http://download.oracle.com/docs/cd/B19375_07/doc/frs/docs.htm

  • How to deploy the Oracle Forms and Reports 10g in Web?

    Currently I am working in Oracle forms & Reports conversion project (6i to 10g).
    As of now 6i forms working as a standalone application. After migrated it to 10g, I need to deploy the forms and reports in web.
    Any one know how to deploy the Oracle forms and Reports in web?
    Please help me out. Thanks in advance.
    Vimal

    Hello Frank,
    for development, you need to install Oracle Developer
    Suite 10g. This includes Forms and Reports.this topic interests me too, because I've downloaded Developer Suite and Database (both for 10g) from Oracle website, installed them, but I couldn't connect to a database.
    What should be done for me to create a database link and be able to connect locally, in my personal Desktop computer? (Not to a server)
    Once it was told me here that I should download 10g Database - I did it, and installed it, but it didn't work. Later, some of my job partners said I should install them in a sequence - that is, 1st the Developer, and 2nd the Database. But it has failed too. And I don't know how to configure a database connection.
    Best regards,

Maybe you are looking for