Where to configure database schema detail in Oracle forms?

Hi, i'm new to Oracle Application Server. Our version is 9.0.4.
I have been searching on and no idea which file that stored the reference to the external customer database schema (not the infra repository database) that will be used in a form.
Is it hardcoded in the form?
many thanks
Edited by: user12023552 on Dec 23, 2009 7:34 AM

Is it hardcoded in the form?Possibly not. You can specify it within the URL or, better, create a configuration section in ORACLE_HOME/forms90/server/formsweb.cfg.
See http://download-west.oracle.com/docs/cd/B10464_05/web.904/b10470/configure.htm#sthref168 (userid parameter).
BTW, isn't your version a bit old ?

Similar Messages

  • Calling a Database Procedure from an Oracle Form

    Hi,
    I have a question we will be calling the procedure from an Oracle form and through that can we pass like 1000 input values to this procedure and we need to return certain values back to the Oracle Form also. Here the proceduere take two or more parameters. Please advice.
    To receive the input values we have the input parameter of the procedure as type object, so that we can receive multiple parameter values.
    Thanks and Regards
    Srinivas

    user2626293 wrote:
    Hi Francois,
    Thanks for your response, please suggest me as to how we can acheive passing of parameters which can hold multiple values, while making a call to the database procedure from the Oracle Form
    Hi Srinivas,
    Here is an example of procedure...
    CREATE OR REPLACE PROCEDURE P_GET_SAL (P_EMPID NUMBER, P_SAL OUT NUMBER)
    IS
    BEGIN
         SELECT SALARY
         INTO P_SAL
         FROM EMPLOYEE
         WHERE EMPLOYEE_ID=P_EMPID;
    END;
    SQL> VAR G_SAL NUMBER;
    SQL> EXEC P_GET_SAL(100,:G_SAL);
    PL/SQL procedure successfully completed.
    SQL> PRINT G_SAL;
    G_SAL
          2300Hope this helps
    Hamid
    If someone's response is helpful or correct, please mark it accordingly.*

  • Configuration of Netscape Navigator for Oracle Forms on Netscape 8.12 Ver.

    Dear Forum,
    I have the experience of confiugring the Internet Explorer for Oracle Forms Web-deployment. But I just want to know what are all the changes are required to configure the Netscape Navigator for Oracle Forms Web Deployment. I came to know that it needs some changes in .dlls. Please advice me any techincal refereneces in this regard.

    Aashil,
    I've a similar configuration: Sun Sparc Solaris 8, Forms 6i Patch 10 and Apache server which comes with Oracle 9i server.
    Forms 6i is on his own Oracle home. I have Forms Listener Servlet working.
    Take a look in ../Apache/Jserv/etc/jserv.conf Make sure ApJServMount /servlets /root and ApJServMount /servlet /root
    are defined. If you want I could mail you my conf-files. My email-address is [email protected]
    kind regards,
    Ivan
    Configuration of Listener Servlet with patch 8 on Sun SPARC Solaris
    I am trying to install and configure Forms6i Application Server for Sun SPARC Solaris 8 with Patch8.
    I am installing application server in /home/oracle/home9iAS, and have set up the development environment in /home/oracle/forms6i.
    1) First i install Forms Server and Reports Server, for that i need to define following env variables
    $ORACLE_HOME is /home/oracle/forms6i
    $ORACLE_BASE is /home/oracle
    i am defining them in .profile file in oracle account.
    2) Apply Patch 8
    3) Install Application Server with Minimal Installation
    4) Configure Forms Listener Servlet using http://otn.oracle.com/products/forms/pdf/p8listenerservlet.pdf pdf file, i am following it to the letter.
    When i try to access forms listener server using http://hostname:port/servlet/oracle.forms.servlet.ListenerServlet i get an error:
    "Not Found
    the requested URL /servlet/oracle.form.servlet.ListenerServlet was not found on this server."
    What can be the reason?

  • How to write WHERE clause in dynamic record group in oracle forms

    hi this is s.v.eswar,PLZ HELP ME
    i am new to oracle forms
    i want to write where clause in dynamic recordgroup
    this is the code i have written
    DECLARE
         MGR_ITEM ITEM:=FIND_ITEM('MGR');
         RG_ID_MGR RECORDGROUP:=NULL;
         MGR_DUMMY NUMBER;
    BEGIN
         RG_ID_MGR:=FIND_GROUP('MGRNUMBER');
         IF ID_NULL(RG_ID_MGR) THEN
              RG_ID_MGR:=CREATE_GROUP_FROM_QUERY('MGRNUMBER','SELECT DISTINCT TO_CHAR(EMPNO),TO_CHAR(EMPNO) FROM EMP WHERE JOB='MANAGER''); --THIS IS THE LINE I AM GETTING ERROR
         END IF;
         IF NOT ID_NULL(RG_ID_MGR) THEN
              MGR_DUMMY:=POPULATE_GROUP('MGRNUMBER');
              IF MGR_DUMMY=0 THEN
                   POPULATE_LIST(MGR_ITEM,'MGRNUMBER');
              END IF;          
         END IF;     
    END;
    COMPILE TIME ERROR
    1)I have written where clause like this WHERE JOB='MANAGER'
    then oracle compiler has given error like
    ENCOUNTERED THE SYMBOL 'MANAGER' WHEN EXPECTING ONE OF THE FOLLOWING .,().........etc
    (FOR THE ABOVE ERROR I JUST REMOVED SINGLE CODES AND WRITE LIKE THIS ----->WHERE JOB=MANAHER)------>THEN COMPILED SUCESSFULLY)
    AND I RUN THE FORM
    RUN TIME ERROR
    FRM-41072: CAN NOT CREATE GROUP 'MGRNUMBER'

    Hi there
    pls have a look here
    Dependent drop down lists in forms 6i
    hope this helps...
    regards,
    Amatu Allah

  • Where I can get the version of Oracle Forms 11.1.1.1

    Friends.
    Someone can help me get this version of Oracle Forms 11.1.1.1.
    In the Oracle site exists only version 11.1.1.2 and 11.1.1.3
    Thanks

    That's right, look for this version of Oracle Forms 11.1.1.1, someone knows where I can download.
    Thanks

  • How to configure and call Jasperreport from Oracle Forms 10gr2

    Dear All
    Please help me in configuring Jasperreport with Oracle Forms 10gr2 or AS.
    And also tell me how to call a report from Oracle Forms.
    Thanks

    I have a pro*c precompiled program on unix server (unix environment) and I want to execute or running it from oracle forms, release 4.5 on MS Windows.
    how do i execute or running it from oracle forms, release 4.5 ? please tell me what the command (syntaxs) is and all about it ?you can mail me at [email protected]
    thank's

  • Where to buy the study guide for Oracle Forms Developer 9i or 10g

    Hi, I am learning Oracle Forms Developer Build Internet Application. I am comfortable with SQL and PL SQL. I need authenticate Oracle Study Guide for Forms Developer which will help me in learning basics to advance level but I cannot afford the classroom course, it is beyond my pocket capacity. So I would like to know if Oracle sell only the study guides. I inquired at Book Shops in my area but did not get any help.

    Affan wrote:
    I just went through Oracle Press and Sybex websites and it seems none of the books available suits my requirement. Not everyone can afford class room training unless it is fully or partially sponsored by their employers. And I don't understand what people learn in just 5 days.All the information you need to learn the products and pass the certification exams is available in the freely available Oracle documentation. Sure, it's nice to have the Oracle University training or exam prep books which is often specifically focused on the topics on the certification exam, rather than having to combine data from a few different manuals. But there the free Oracle documentation is pretty darned complete and you'll likely learn more from working through that documentation than you would from the Oracle University material just because you've got to do the work to put things together.
    Justin

  • A question about database schema when creating JClient Form

    Sir,
    I created a JClient Form application using the wizard, in which a JCLoginDialog was generated. Then I modified the JCLoginDialog.java file so that it works with JDBC instead of with the OracleAS JAAS Provider. My name is the database schama name, and I created the form using my name.
    When I log in using my name, It is fine. But when my colleague log in using her name, it is failed. The error message said that the table is not found. My colleague has access of the related database table through a database role.
    I think it is the schema problem when I create the model project. I do not know how to add the schema name before the table name, such as stephen.mytable .
    Please help me. Thanks
    Stephen

    I have solve the problem. That was a mistake I made.
    Stephen

  • Schema export via Oracle data pump with Database Vault enabled question

    Hi,
    I have installed and configured Database Vault on an Oracle 11g-r2-11.2.0.3 to protect a specific schema (SCHEMA_NAME) via a realm. I have followed the following doc:
    http://www.oracle.com/technetwork/database/security/twp-databasevault-dba-bestpractices-199882.pdf
    to ensure that the sys and the system user has sufficient rights to complete a schedule Oracle data pump export operation.
    I.e. I have granted to sys and system the following:
    execute dvsys.dbms_macadm.authorize_scheduler_user('sys','SCHEMA_NAME');
    execute dvsys.dbms_macadm.authorize_scheduler_user('system','SCHEMA_NAME');
    execute dvsys.dbms_macadm.authorize_datapump_user('sys','SCHEMA_NAME');
    execute dvsys.dbms_macadm.authorize_datapump_user('system','SCHEMA_NAME');
    I have also create a second realm on the same schema (SCHEMA_NAME) to allow sys and system to maintain indexes for real-protected tables, To allow a sys and system to maintain indexes for realm-protected tables. This separate realm was created for all their index types: Index, Index Partition, and Indextype, sys and system have been authorized as OWNER to this realm.
    However, when I try and complete an Oracle Data Pump export operation on the schema, I get two errors directly after the following line displayed in the export log:
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/DOMAIN_INDEX/INDEX:
    ORA-39127: unexpected error from call to export_string :=SYS.DBMS_TRANSFORM_EXIMP.INSTANCE_INFO_EXP('AQ$_MGMT_NOTIFY_QTABLE_S','SYSMAN',1,1,'11.02.00.00.00',newblock)
    ORA-01031: insufficient privileges
    ORA-06512: at "SYS.DBMS_TRANSFORM_EXIMP", line 197
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 9081
    ORA-39127: unexpected error from call to export_string :=SYS.DBMS_TRANSFORM_EXIMP.INSTANCE_INFO_EXP('AQ$_MGMT_LOADER_QTABLE_S','SYSMAN',1,1,'11.02.00.00.00',newblock)
    ORA-01031: insufficient privileges
    ORA-06512: at "SYS.DBMS_TRANSFORM_EXIMP", line 197
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 9081
    The export is completed but with this errors.
    Any help, suggestions, pointers, etc actually anything will be very welcome at this stage.
    Thank you

    Hi Srini,
    Thank you very much for your help. Unfortunately after having followed the instructions of the DOC I am still getting the same errors ?
    none the less thank you for your input.
    I was also wondering if someone could tell me how to move this thread to the Database Security area of the forum, as I feel I may have posted the thread in the wrong place as it appears to be a Database Vault issue and not an imp/exp problem. ?
    Edited by: zooid on May 20, 2012 10:33 PM
    Edited by: zooid on May 20, 2012 10:36 PM

  • How to configure Database console on R12.1.3

    Hii
    I want to configure Database Console on my oracle R12.1.3, and my Database version is 11.2.0.2.
    When i tried to run "*emca -config dbcontrol db -repos create*", it fails when giving the password for DBSNMP that invalid username/password error.
    What will be the default password for DBSNMP user??  Or can i change the password for DBSNMP user.??
    Plz help me in solving the issue
    Waiting for your replies,
    Thanks in advance.

    When i tried to run "*emca -config dbcontrol db -repos create*", it fails when giving the password for DBSNMP that invalid username/password error.
    What will be the default password for DBSNMP user??  Or can i change the password for DBSNMP user.??
    Please see these docs.
    Master Note for Enterprise Manager Configuration Assistant (EMCA) in Single Instance Database Environment [ID 1099271.1]
    EMCA Failing with Invalid Password for Dbsnmp [ID 1264024.1]
    EMCA Fails With "Invalid username/password" for DBSNMP or SYSMAN user when Creating DBConsole [ID 337260.1]
    Troubleshooting the "ORA-01034: ORACLE not available" and "Invalid username/password." Returned by EMCA when creating DBConsole [ID 550484.1]
    Thanks,
    Hussein

  • Configuring Database Cache in 9iAS falis96%

    hello all,
    i am having a problem in configuring database buffer cache for Oracle 9iAS.
    the user through which i am doin all this have all necessary privileges like SYSDBA,SYSOPER,DBA,execute on standard,dbms_lob,dbms_lock,wtcsys etc.
    but when the Cache Configuration Assistant in 9iAS reaches at 96%,it gives the following error and terminates.
    Reason: WTE-03501 Error updating list of users: Export failed on origin database.
    OCI error - ORA-22288: file or LOB operation GETLENGTH failed
    The system cannot find the file specified.
    ORA-06512: at "SYS.DBMS_LOB", line 518
    ORA-06512: at "SYS.WTCSYS", line 24
    ORA-06512: at "SYS.WTCSYS", line 67
    ORA-06512: at line 1
    plz tell me ASAP what to do??
    regards.

    hello all,
    i am having a problem in configuring database buffer cache for Oracle 9iAS.
    the user through which i am doin all this have all necessary privileges like SYSDBA,SYSOPER,DBA,execute on standard,dbms_lob,dbms_lock,wtcsys etc.
    but when the Cache Configuration Assistant in 9iAS reaches at 96%,it gives the following error and terminates.
    Reason: WTE-03501 Error updating list of users: Export failed on origin database.
    OCI error - ORA-22288: file or LOB operation GETLENGTH failed
    The system cannot find the file specified.
    ORA-06512: at "SYS.DBMS_LOB", line 518
    ORA-06512: at "SYS.WTCSYS", line 24
    ORA-06512: at "SYS.WTCSYS", line 67
    ORA-06512: at line 1
    plz tell me ASAP what to do??
    regards.

  • Where can I try Oracle Forms developer online?

    Hi all,
    I m asking where on the web I can try Oracle Forms
    over web with limited spaces (1-2 or 10 mBytes)
    (somethink like
    http://htmldb.oracle.com/pls/otn/f?p=4550:1:87132331039537)
    Best regards
    Gordan

    thanks Alex,
    I was installing it on my laptop to try
    and I was hosting it on localhost at 127.0.0.1
    Forms working good can show and insert dates
    into example table related with Forms.
    But when I put URL over 127.0.0.1 IP from internet
    (http://77.111.222.123:8889/forms90/f90servlet) there were
    only confirm info bout installation Forms?
    How can user (client) from another location catch this form
    in functional reason?
    thanks in advance
    Gordan

  • Can some tell me where to find the documentation for Oracle forms 6i,11g

    Hi Everyone
    Can someone please tell me where to find the online documentation for Oracle Forms 11g and 6i .
    Thanks in advance
    Gautam

    Most of the design time documentation is included in the Design-time tools (Builders). Specifically in the Builder Online Help. This information is no longer available on a web site. As for Forms 6i, hardly any of that information is available on the Oracle site any longer. That version has been obsolete for several years. You can find some of the old deployment documentation for 6i (6.0.8):
    http://www.oracle.com/technetwork/developer-tools/forms/documentation/techlisting-084882.html

  • Oracle forms 9i/10g connecting SQL Server 2000

    Could anyone please guide me in detail to connect Oracle Forms 9i/10g with MS SQL Server database?
    To connect with Oracle Database, we need to copy and paste the tnsnames.ora file from the Oracle Database folder to the Oracle Forms folder.
    But how do i connect with other databases like SQL Server, MS Access, and so on?
    Thanks in advance.

    Follwoing is the soluton which I got from orafaq forum:
    <<<<<
    I'd go for an ODBC on the database server, using HSODBC. It worked quite well on a data warehouse project using OWB. I fail to see why it wouldn't work for Forms.
    MHE
    >>>>>
    Now I'm fully in a confused and frustrated state. Each person is saying different solutions for the problem. One person is saying to connect using ODBC driver while other is saying to connect JDBC driver. Actually which driver should I configure? Also no one is giving a clear picture for the problem.
    How can I get a detailed solution for this problem (with screen shots) which include step by step procedure to configure a driver?
    So, I would be pleased if you could please guide me with step by step procedure to get connected with Oracle Forms using SQL Server?
    Or atleast some reference site where I can find the same.
    Thanks.

  • Oracle Form Builder for EBS 11i Forms

    Hi All,
    I want to compile an EBS 11i forms. The EBS version is Oracle Applications : 11.5.10.2.
    My question is where can I find the installer for Oracle form builder to compile my .pll file?
    Best Regards
    Akhmad H Gumas

    If you want to download and install Developer 6i to your Windows client, then here is the direct link --> http://download.oracle.com/otn/nt/forms/6i_rel2_xp.zip
    You will need to recompile the form again on your server if the OS is Linux/Unix by referring to the docs referenced above by AsifMuhammad
    Thanks,
    Hussein

Maybe you are looking for