Call Oracle Forms 6i from UNIX

Hi,
I am new to Oracle forms and I have some querries -
I have a form created on windows environment (.fmb/.fmx). This form accepts a parameter in a text field and calls another Oracle Report. Now my questions are:
1. If windows forms are not compatible with UNIX environment, then how these are converted to be compatible with UNIX/Linux (without re-creating them on different platform)?
2. Can I call the same form from UNIX shell with input as a shell script input?
3. And if answer to the second query is no, then can I invoke Web deplyed froms (on application server) using shell? and how..
I w'd appreciate your help!
Regards.

hello
please provide forms6i (on web?,client server?),OS version.
im Assumed your using character mode.
user9040817 wrote:
Hi,
I am new to Oracle forms and I have some querries -
I have a form created on windows environment (.fmb/.fmx). This form accepts a parameter in a text field and calls another Oracle Report. Now my questions are:
1. If windows forms are not compatible with UNIX environment, then how these are converted to be compatible with UNIX/Linux (without re-creating them on different platform)?you need to generate fmx on server side. this is character mode. use : f60gen yourforms.fmb username/password@tns > a
yes you can call it forms use : f60run forms.fmx username/password@tns
report : rwrun60c yourreportname.rdf username/password@tns destype=file desname=a.lis
but always use HOST command inside the forms, also to send to the printer name that is configured to your server.
host ('rwrun60c /dsk8/ciame/rcption/wagih/reportname xxx/xxxn@xxx batch=yes destype=file desname=$user_output/'||to_char(:blk1.office_emp_no)||'.lis tty_office_no='||to_char(:blk1.office_no)||' tty_emp_no='||to_char(:blk1.office_emp_no)||' tty_rcpt_no='||to_char(:blk2.rcpt_mst_receipt_no)||' tty_rpt_type=0;
lp -d $lp01 -c $user_output/'||to_char(:blk1.office_emp_no)||'.lis',NO_PROMPT);
and if you call another form then you can use open_form,call_form,,... inside the form. Be sure you add in the library your wroking folder.
edit your user profile .
Study this as a case : this is the profile of our mis user in our old character based system.
SunOS 5.9
|-----------------------------------------------------------------|
| This system is for the use of authorized users only. |
| Individuals using this computer system without authority, or in |
| excess of their authority, are subject to having all of their |
| activities on this system monitored and recorded by system |
| personnel. |
| |
| In the course of monitoring individuals improperly using this |
| system, or in the course of system maintenance, the activities |
| of authorized users may also be monitored. |
| |
| Anyone using this system expressly consents to such monitoring |
| and is advised that if such monitoring reveals possible |
| evidence of criminal activity, system personnel may provide the |
| evidence of such monitoring to law enforcement officials. |
|-----------------------------------------------------------------|
login: ciame
Password:
Last login: Tue Mar 6 09:39:32 from 0.0.0.0
Sun Microsystems Inc. SunOS 5.9 Generic May 2002
$ bash
bash-2.05$ cd mis
bash-2.05$ cat .profile
# This is the default standard profile provided to a user.
# They are expected to edit it to meet their own needs.
#MAIL=/usr/mail/${LOGNAME:?}
DISPLAY=8.4.2.5:0.0;export DISPLAY
NLS_LANG=AMERICAN_AMERICA.AR8ISO8859P6; export NLS_LANG
NLS_DATE_FORMAT=dd/mm/yyyy;export NLS_DATE_FORMAT
TK6_PRINTER=alp35;export TK6_PRINTER
EDITOR=/usr/bin/vi;export EDITOR
ORACLE_BASE=/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/dev6i; export ORACLE_HOME
TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN
HOME=$ORACLE_HOME/bin;export HOME
ORACLE_SID=JMH; export ORACLE_SID
ORACLE_TERM=vt220; export ORACLE_TERM
FORMS60_TERMINAL=$ORACLE_HOME/bin; export FORMS60_TERMINAL
LD_LIBRARY_PATH=LD_LIBRARY_PATH:$ORACLE_HOME/bin:$ORACLE_HOME/lib:/usr/dt/lib:/u
sr/openwin/lib:/usr/lib:$ORACLE_HOME/network/jre11/lib/sparc/native_threads; exp
ort LD_LIBRARY_PATH
SHLIB_PATH=$ORACLE_HOME/bin:/usr/dt/lib:/usr/openwin/lib:/usr/lib:$ORACLE_HOME/n
etwork/jre11/lib/sparc/native_threads; export SHLIB_PATH
PATH=/usr/ccs/bin:$ORACLE_HOME/bin:/usr/bin:/usr/openwin/bin/; export PATH
user_output=/user_account/mis;export user_output
alias ls='ls -aF'
umask=022
lp01=alp1;export lp01
lp02=alp1;export lp02
lp03=alp1;export lp03
lp04=alp1;export lp04
lp05=alp1;export lp05
lp06=alp1;export lp06
lp07=alp1;export lp07
lp08=alp1;export lp08
lp09=alp1;export lp09
lp10=ps401;export lp10
lpc=alp1;export lpc
cd /dsk8/ciame
f60run mis_menu xxxx/xxx@xxx
exit
Edited by: ck on Mar 5, 2012 11:05 PM
Edited by: ck on Mar 5, 2012 11:08 PM

Similar Messages

  • Call Oracle Forms 11 from ADF

    Hi,
    I search for a example/source/demo for calling an Oracle Forms 11 "page" from an ADF (ADF Faces -> *.jspx) page.
    I use Jdeveloper "Bulldog" with ADF BC and ADF Faces. I need the option to start an oracle forms application (which would build with new forms 11). A second session on databse is unproblematic.
    Has anybody an idea? Some information from oracle experts?
    Kind reagards.

    Forms is started using a url, so the syntax would be like
    http://server:port/forms/frmservlet?config=config_sectionconfig_section refers to a configuration-section in the forms-configuration-file "formsweb.cfg" there you can configure everything needed like the name of the form to start and (if desired) the userid and password forms should use to connect to the database).

  • Calling Oracle Forms 6i from ADF Page.

    Hi,
    JDeveloper 11.1.1.3.0
    Oracle Forms 6i.
    I would like to know whether it is possible to invoke the Oracle Forms 6i fmx executable in ADF 11g. Please let me know how to achieve that.
    Thanks,
    Rajesh

    Hi Shay,
    Thanks for the reply.
    I am taking abt the ADF Faces. The idea is, want to access the forum in a web page. Like to know is it possible?
    Thanks,
    Rajesh

  • Call Oracle forms using web application

    Hi,
    I am newbie for configuring oracle forms with web application.
    what are all the steps needs to be done for calling oracle forms 6i from web application.
    Thanks
    Raj

    In which case I would suggest you go to 10g or 11g of Forms since 6 is no longer supported.
    then check out
    http://www.oracle.com/technology/documentation/forms/index.html
    http://download.oracle.com/docs/cd/B25016_04/doc/dl/web/B14032_03/B14032_03.pdf
    http://otn.oracle.com/formsupgrade
    Its all documented here
    Regards
    Grant

  • Call Oracle form from pl/sql

    Dear All
    How can I call Oracle form from pl/sql and open this form to end user
    many thanks

    Hshihadah wrote:
    how can I show this form to specific client ?What client?!? Database PL/SQL is executed within a process on the database server, it's not something which is executed on the client. Could you please elaborate a little bit more?
    By now I have not the faintest clue if you want to
    - call a form from another form ( call_form )
    - call a form within a database process (?!?)
    - call your form from a client you did not tell us (probably APEX?!?)
    For the case you really meant to call a form within Database PL/SQL: Just in case you didn't recognize it, but the database is perfectly capable of PL/SQL and as calling a form within a database process is a one-way street as you cannot interact with it there is no point at all in writing the things you want to do in forms. If you want some PL/SQL code executed on the database then...well...put it in a stored procedure in the database!
    cheers

  • Call Oracle forms from VB application

    Hi
    How can call Oracle Forms 4.5 from a VB application. Also Is it possible to return values back to the calling VB application. Please advice.
    Regards..
    Venkatesh

    In which case I would suggest you go to 10g or 11g of Forms since 6 is no longer supported.
    then check out
    http://www.oracle.com/technology/documentation/forms/index.html
    http://download.oracle.com/docs/cd/B25016_04/doc/dl/web/B14032_03/B14032_03.pdf
    http://otn.oracle.com/formsupgrade
    Its all documented here
    Regards
    Grant

  • How to Call Oracle Form From Oracle ADF

    Hi All,
    Version - Oracle Jdeveloper 11.1.1.5
    In Oracle Adf - when i click on Button how to call oracle form?
    Please help....
    Thanks..
    Sk

    And there is a tool called oraFormFaces that has some advanced linking api to access forms etc. Do a google search to find info on this.

  • UNABLE to EXECUTE Oracle Forms f50gen on UNIX

    Subject:
    URGENT: Oracle FORMS Error on UNIX box...
    I am trying to EXECUTE forms50 on HP UNIX box and get the following
    ERRORS. Do I need to set a PATH???
    Please RESPOND ASAP at
    [email protected]
    $ f50gen
    ld.so.1: f50gen: fatal : librt.so. 1: open failed : No such file or
    directory
    Killed
    $ oraterm25
    ot: Can't connect to the window system.
    $
    null

    Actually SendMailJPkg.SendMail (JavaMail) does work when called out of Forms/Reports 10g against an 11g Database. We just tested it as an alternative because we are having the same issue with UTL_MAIL - It will run from an annonymous PL/SQL block fine, but when you try to compile the same code in Forms Builder (or Report Builder) the compiler chokes and throws the internal error [60603] error. Keep in mind that SendMail does NOT like NULL arguments, so if you are not going to use cc_recipient (i.e. NULL), just don't include it at all in your comma delimited param list. It should work fine then.

  • Calling Oracle Discoverer Report from Apex

    How to call Oracle Discoverer Report from apex application?
    Thanks!

    The report is on a different data base ... need to create a process to get the data into the view behind the report and then materialized view in Apex etc .Then recreate the same report in Apex. But I am trying use the disc report url to invoke the report directly from apex.
    Any suggestions or thoughts are greatly aprreciated.

  • Open Oracle Forms app from APEX

    How can I open an Oracle Forms application from within APEX?
    Right now, the Forms app is accessed simply through a Bookmarked hyperlink, so it seems to me I should be able to open a browser window and send it the same url from within APEX. Can someone provide all the details please? Thank You.

    I don't know about Oracle Forms specifically... but you should be able to put a link to any arbitrary URL within your Apex application, and have the browser access that URL.
    For instance, you can create a button and set that URL as the button's location, or create a Display-Only item with a default value set to a block of HTML including an <a href> tag.

  • Calling Oracle store procedure from Crystal 11 command

    I need to call Oracle store procedure from Crystal Command. The Store proc has ref cursor. Is it possible. Can you post few examples?
    Also, is it possible to have multiple sql statements in a Crystal Command, when working with Oracle 10g?
    It is working for SQL server.

    Please re-post if this is still an issue to the Data Connectivity - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly.

  • Run Oracle Form Application from a JSP File.

    I have a complete customized application made on Oracle Forms (10g) and I have .fmb and .fmx files, now problem which I am facing is I have to open the Oracle Form Application from my JSP page (which is used to login the user). My JSP page is just a simple page which I have placed it in path [C:\DevSuiteHome2\forms\j2ee\formsapp\formsweb] and I run it from browser as [http://localhost:port/forms/index.jsp].
    How can I start my application from this JSP page? Please your help would be highly appreciated. Thanks.

    Inside your JSP page put <OBJECT> tag with all parameters and tags to open Jinitiator or java applet..
    my example..
    <!-- Forms applet definition (start) -->
    <OBJECT classid="clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF"
            codebase="/forms/jinitiator/jinit.exe#Version=1,3,1,22"
            WIDTH="1024"
            HEIGHT="768"
            HSPACE="0"
            VSPACE="0">
    <PARAM NAME="TYPE"       VALUE="application/x-jinit-applet;version=1.3.1.22">
    <PARAM NAME="CODEBASE"   VALUE="/forms/java">
    <PARAM NAME="CODE"       VALUE="oracle.forms.engine.Main" >
    <PARAM NAME="ARCHIVE"    VALUE="frmall_jinit.jar,images.jar,in2kartica.jar,paketi.jar,prenospolic.jar,imgbean.jar,moj9999.jar" >
    <PARAM NAME="serverURL" VALUE="/forms/lservlet?ifcfs=/forms/frmservlet?form=zav0030f.fmx&acceptLanguage=sl-SI">
    <PARAM NAME="networkRetries" VALUE="30">
    <PARAM NAME="serverArgs"
           VALUE="escapeParams=true module=zav0030f.fmx userid=  sso_userid=%20 sso_formsid=%25OID_FORMSID%25 sso_subDN= sso_usrDN= debug=no host= port= buffer_records=no debug_messages=no array=no obr=no query_only=no quiet=yes render=no record=names tracegroup= log= term=/oracle/forme/qmsrf65w.res" >
    <PARAM NAME="separateFrame" VALUE="true">
    <PARAM NAME="splashScreen"  VALUE="">
    <PARAM NAME="background"  VALUE="">
    <PARAM NAME="lookAndFeel"  VALUE="Oracle">
    <PARAM NAME="colorScheme"  VALUE="teal">
    <PARAM NAME="serverApp" VALUE="default">
    <PARAM NAME="logo" VALUE="">
    <PARAM NAME="imageBase" VALUE="DocumentBase">
    <PARAM NAME="formsMessageListener" VALUE="">
    <PARAM NAME="recordFileName" VALUE="">
    <PARAM NAME="EndUserMonitoringEnabled" VALUE="">
    <PARAM NAME="EndUserMonitoringURL" VALUE="">
    <PARAM NAME="heartbeat" VALUE="">
    <PARAM NAME="clientDPI" VALUE="123">
    <COMMENT>
    <EMBED SRC="" PLUGINSPAGE="/forms/jinitiator/us/jinit_download.htm"
            TYPE="application/x-jinit-applet;version=1.3.1.22"
            java_codebase="/forms/java"
            java_code="oracle.forms.engine.Main"
          java_archive="frmall_jinit.jar,images.jar,in2kartica.jar,paketi.jar,prenospolic.jar,imgbean.jar,moj9999.jar,Paketi.jar,in2kartica.jarpaketi.jar,moj9999.jarin2kartica.jarpaketi.jar"
            WIDTH="1024"
            HEIGHT="768"
            HSPACE="0"
            VSPACE="0"
         clientDPI="123"
            serverURL="/forms/lservlet?ifcfs=/forms/frmservlet?form=zav0030f.fmx&acceptLanguage=sl-SI"
            networkRetries="30"
            serverArgs="escapeParams=true module=zav0030f.fmx userid=  sso_userid=%20 sso_formsid=%25OID_FORMSID%25 sso_subDN= sso_usrDN= debug=no host= port= buffer_records=no debug_messages=no array=no obr=no query_only=no quiet=yes render=no record=names tracegroup= log= term=/oracle/forme/qmsrf65w.res"
            separateFrame="true"
            splashScreen=""
            background=""
            lookAndFeel="Oracle"
            colorScheme="teal"
            serverApp="default"
            logo=""
            imageBase="DocumentBase"
            formsMessageListener=""
            recordFileName=""
            EndUserMonitoringEnabled=""
            EndUserMonitoringURL=""
            heartBeat=""
    >
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>
    <!-- Forms applet definition (end) -->

  • Calling oracle 6i reports from ADF

    Hi All,
    My requirment is to call oracle reports from ADF.
    Can some one help me in calling oracle 6i reports from ADF faces.
    Plz provide some link where I can info about this.
    Regards
    Srinivas.

    Hi,
    you can call the Reports Web URL from ADF. If you want o do this embedded then have a look at
    http://thepeninsulasedge.com/frank_nimphius/2007/09/11/adf-faces-showing-reports/
    Frank

  • Forms builder from unix

    how to open forms builder from unix prompt............can anyone please give me the commands

    it throws the error.......error 40800 fnd user does not exist
    frm 40800 error

  • How to call Oracle form .from another application like VB 6.0

    Dear ALL,
    I want to call oracle(Developer) form ,from another application (VB 6.0).I want to call the form in such
    a way that user dont need to enter login and password.I will hard code the username and password
    in my VB 6.0 application.User only press a button on Visual Basic 6.0 form and and that button will
    open required Orcale form.How can I DO this.PLEASE HELP............
    Regards

    You have the command in VB 6.0 to run any exe files right (I think it is the system command). Next to that command place the following code to run your forms application
    ifrun60.EXE <forms.fmx with complete path> userid=<username>/<password>@<connection string>.
    Regards,
    Senthil .A. Perumal.

Maybe you are looking for