How Connect Oracle Forms 6 With Database 11g R2

Hello every one:
I'm Have application made by Forms 6 and Oracle 10g, now i'm make upgrade to my DB to 11G
but have problem when make connection between Forms 6 and 11g
ORA-02248: invalid option for ALTER SESSION
pls help me !!
Thnx

Oracle Forms 6i is not certified with Oracle RDBMS 11g and the last I read - there was no plans to certify Forms 6i with RDBMS 11g. If you search the Forums you can find some workarounds to make Forms 6i work with RDBMS 11g, but these are not Oracle Supported workarounds.
Your only real options are to leave things as they are or upgrade both your Forms application and the database. If you opt to upgrade your Forms application, you need to upgrade your Forms application to at least Forms 10g R2 (10.1.2.0.2) to be supported.
Craig...
Edited by: CraigB on Jul 12, 2010 4:06 PM

Similar Messages

  • How use oracle forms with oracle database  in a local computer network(client -server homogenious network)

    Hello experts,             
                         I am new in Oracle forms.I am using oracle forms 11g with weblogic server 10.3.5 and oracle database 11g at windows 7 platform.
    I want to call my oracle forms(main  login form) from different computers(windows7) connected in a local network.My oracle database is installed in a server computer.I am not talking about oracle forms hosting in internet.I want to deploy oracle forms in a local computer network connected via LAN cable or wi-fi.
    thank You.
    regards
    aaditya

    In most cases you can copy the same entry found in the tnsnames.ora file used by the database.  In the database home, the file can be found in \network\admin.  Open the file and you should find something like this:
    yourAlias =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.100)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = orcl)
    So in the above, you would need to set the alias (this can be anything you like), the IP address or hostname of the machine where the database is running, the port number used by the db listener, and the service name used by the db.  Most of this will already be set for you if you are copying from the database tnsnames.ora.  So you should be able to just copy and paste.  More information about the tnsnames.ora file can be found in the db documentation:
    http://docs.oracle.com/cd/B28359_01/network.111/b28317/tnsnames.htm

  • Error when connect oracle form

    I faced this error when I tye to connect the form with database,the form show masg
    Ora-00604:error occurred at recursive SQL Level1
    Ora-01009:missing mandaroy parametr
    I already cheack the tnsname.ora it work well
    now:
    I want konw the oracle10g devloper suite work with winds7 or not

    I want konw the oracle10g devloper suite work with winds7 or not The answer is no, refer to metalink/MOS:
    Forms / Reports Builder 10gR2 or 11g Certification on MS Windows 7 [ID 1112213.1]
    Either you upgrade Forms to 11g or you downgrade the OS to XP or Vista (but not to Home editions).
    Werner

  • Oracle Forms with MS Access

    Hi,
    I have to connect Oracle form with MS Access database. I have used ODBC to connect but failed and got error Ora-03121. Can someone help me to do it.
    Regards,
    Muazzam

    If you search for ODBC and ACCESS, you get a lot of links, one of them is this Re: Connecting Oracle forms 6i to MS Access

  • How to connect oracle forms 6i with .odb database

    Hai,
    I need to connect oracle forms 6i with .odb database.
    What are the software i need to install.
    tell me the steps hoe to connect the oracle forms6i with .odb database

    I must say honestly that I got a little ticked when you have mentioned .odb is oracle lite.You should mention the complete name of the software whichever it may be as its not at all mandatory,everyone would know the acronym.
    Anyways,a quick search revealed this.
    Connect Forms 6i application to Oracle 10g Lite database on notebook
    I have not worked in Oracle lite at all.So I can't help much in it.But as per the thread,it wont be a straight connectivity.I would suggest you contact Support
    Aman....

  • How to Connect Oracle Forms6i with oracle 10g

    Hi,
    I'm using oracle 10g database in my xp operating system.. I installed forms6i on my system and edit the tnsname.ora file in the forms installation folder (C:\orant\NET80\ADMIN\tnsnames.ora) with local database tnsnamesora details..
    But still I cant connect from forms with local database.. it shows the error ''Oracle Forms Designer has encountered a problem and needs to close. We are sorry for the inconvenience.''
    pls anyone help me

    Yes. Long time ago I knew that this is not supported. See metalink/support if there is now any patch for this.

  • Issue with Connection Oracle 11.2 database from Perl.

    Hello,
    We are trying to connect oracle 11.2 database from a perl script. I have verified that DBD::ORACLE version is 1.19. The environment is linux environment. Linux is SuSE linux and version is 10 SP1.
    The code we are executing is
    ============
    #!/usr/bin/perl -w
    use strict;
    use DBI;
    my $db = DBI->connect( "dbi:Oracle:SID", "USERID", "XXXXXX" )
    || die( $DBI::errstr . "\n" );
    my $SEL = "SELECT sysdate FROM DUAL";
    my $sth = $db->prepare($SEL);
    $sth->execute();
    my($cdate);
    while ( $sth->fetch() ) {
    Print "DATE: $cdate\n";
    $sth->finish() ;
    =======================
    We are receiving following error:
    install_driver(oracle) failed: Can't locate DBD/oracle.pm in @INC (@INC contains
    b/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8
    d-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at (eval
    Perhaps the DBD::oracle perl module hasn't been fully installed,
    or perhaps the capitalisation of 'oracle' isn't right.
    Available drivers: DBM, ExampleP, File, Oracle, Proxy, Sponge, mysql.
    at ./conn_db.pl line 4
    Please let us knowhow to resolve the issue?

    Are you sure DBD::Oracle is properly installed? I recommend you check DBD::Oracle installation and reinstall it if necessary. Also remember to read carefully README.txt note installation for your distro.

  • Oracle Forms n Reports 11g Release 2 HA solution

    I want to know is it possible to start Administration server on machine 2 ? if yes then how
    Steps followed from this link http://docs.oracle.com/cd/E27559_01/doc.1112/e28391/classic.htm :
    1. Weblogic 10.3.6 installation along with Oracle forms and reports 11g release 2(both 64 bit)
    2. Successfully clustered the forms and reports cluster , Admin server on machine 1 able to start/stop any managed server
    3. Platform Windows server 2008 R2 64 bit
    Regards
    Samad
    Edited by: 969721 on Jan 28, 2013 10:13 AM
    Edited by: 969721 on Jan 28, 2013 10:15 AM

    Hi,
    May I know why you need to start admin server in both the physically separated server. If you want to achieve HA solution for admin server, then do the clustering in such a way that Admin server will run in Active-Passive mode.
    You can refer the same document that you have mentioned.
    Regards,
    Kishore

  • Connecting Oracle Forms Developer to E-Business Suite

    Hi,
    I have downloaded the Oracle DevSuite (10g) and BITools, I have managed to connect Oracle Discoverer to the db without any issues however, I am trying to connect Oracle Forms Developer 10g to our E-Business Suite 11i db and I keep getting the ORA- 01017 invalid username/password logon denied error message.
    Should I be able to connect Oracle Forms Developer to the Oracle Business Suite databse without any issues or am I missing something,
    any help would be greatly appreciated,
    thanks
    Chris

    Hi Chris
    First, You should know that the developer certified version for Oracle Apps development is 6i patch 18 (there's a new patch 19 also). On Discoverer, it's Ok to use 10G.
    Now, on the connection issue, by the message it is related to the user/pass entered. If in Discoverer You are using oracle apps integration You may be using and application user and password, but that can be used to connect to the database.
    Ask in Your project for apps password (may be apps or welcome12 if and on demand environment) for the development environment, or check if there's is a custom schema defined for development and get the user/pass for that one also. You may try with applsyspub/pub meanwhile to check connection but it's a restricted user.

  • Hw to install oracle forms and reports 11g builder on windows machine

    HI Guys
    i need to install oracle forms and reports 11G builder on windows machine for devlopers.. do anybody know from where i can download them and install them on developers machine. if anybody know steps of them .. that will be great..
    Regards,
    Devender

    Maybe this thread will help you: Re: Install Forms & Rpts 11.1.1.3 with WebLogic Server 10.3.3 on Win32

  • Connecting Oracle forms 10g to SQL 2000?

    Hi,
    Can someone please help me connect oracle forms to sql 2000. I have searched online with no luck; however, I know oracle can use ODBC.
    thanks,

    See
    http://www.oracle.com/technology/products/forms/pdf/275201.pdf

  • Connect Oracle Forms6 to Database Lite10g

    please helpme how do you connect Oracle Forms to Lite10g.
    when i connect this display message ORA_03121.
    please helpme

    please helpme how do you connect Oracle Forms to Lite10g.
    when i connect this display message ORA_03121.
    please helpme

  • Integration oracle forms with ADF

    Hi
    Please provide me the steps for integration of oracle forms with ADF or any live example.
    It is very urgent. Please help...

    Hi,
    Please watch the below video. This will help you to get started .
    ADF Insider - Redeveloping and Oracle Forms Application using Oracle ADF

  • Install Oracle Forms and Reports 11g (11.1.1.4)

    Dear Gurus,
    I would like to install Oracle Forms and Reports 11g (11.1.1.4) on Windows 2012 Server. So could you please suggest me whether Windows 2012 is certified or not for installing Oracle Forms and Reports 11g (11.1.1.4) .
    Thanks & Regards,
    Satish Kumar Sadhu.

    Hi Satish,
    Forms 11.1.1.4 is not certified for Windows Server 2012. Further more, no 11g Forms release is actually certified by Oracle to run on Windows Server 2012.
    I would use Windows Server 2008 and use Forms 11.1.2.1 (11gR2). 11gR2 is the best release from Oracle and will run much better than Forms 11.1.1.4.
    For a peace of mind, you can check My Oracle Support - Certifications Tab and/or the published Certification Matrices below:
    11gR1 Matrix (For releases 11.1.1.x): http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls
    11gR2 Matrix (For releases 11.1.2.x): http://www.oracle.com/technetwork/developer-tools/forms/oracle-forms-11gr2certmatrix-519680.xls
    Thanks,
    Gavin

  • How to activate form with full license

    I bought the .99 license for Adobe forms, created a form, tested it and it works. I thne bought the full license, but don't know how to activat emy form with it. When I test the form now, it just says that the form is not available and see my administrator. How do I activatethe form with mey new license
    Thanks
    Whit

    Thanks Josh. Pretty stupid of me. Once I know it all works, I’ll remove you
    from the share as suggested.
    Whit
    From: Josh_Corey [email protected]
    Sent: Monday, October 14, 2013 9:43 PM
    To: whit1950
    Subject: How to activate form with full license
    Re: How to activate form with full license
    created by Josh_Corey <http://forums.adobe.com/people/Josh_Corey> in *
    FormsCentral* - View the full
    discussion<http://forums.adobe.com/message/5760318#5760318

Maybe you are looking for

  • Silent Installation Adobe Acrobat 9 Win 2008 R2

    Hi, I have a problem with the silent installation of Adobe 9 under Win 2008 R2. I have created an admin installation with all hotfixes including 9.3.2 german. When I install. The installation fails with 1603. In the log i found the following errors:

  • "fatal error durring installation" when clicking on itunes - help

    I clicked on itunes shortcut when i started my PC and it said an error "fatal error durring installation". I've downloaded itunes about 3 times but it wouldn't get fixed. - help -

  • Microsoft failover cluster virtual adapter IP Address

    Hi, Please let me know how we can change the IP Address of Microsoft failover cluster virtual adapter in Windows 2012 R2. Regards, Hakim. B Hakim.B Sr.System Administrator

  • My macbook does not start, gray screen, apple and turning gear appears

    my macbook froze. then shut down the computer to clear the freeze condition. when trying to restart, the computer starts to boot,the apple appears on the screen, the gear rotates, however the computer does not continue to boot. can anyone help?

  • Loading external .swf files issue...

    Hi, I'm working on a simple example of loading external swf files with some ActionScript. I've placed an instance of List Component and gave it an instance name of loadList. Using Component Inspector, I assigned data for 4 external files as below: Ne