Forms 6 and Oracle Database 10g XE (Express Edition)

I want to know that whether Form 6 can connect Oracle Database 10g XE (Express Edition).
I have installed Oracle Database 10g XE on one PC . On another PC, I've installed D2k 6 (Form 6, Report 6, SQL plus 8, Net8 Client etc.).
I am trying to connect Oracle Database 10g XE from SQL plus 8, through TNSNAMES.ORA, but I could not ?
Can you help please ?
Thanks
Vipul Vyas

I am using forms 6.0.5.33.0 and Net8 Client 8.0.5.0.0
When I am trying to connect Oracle Database 10g XE, I am getting error
ORA-12154 : TNS : Could not resolve service name
SQLNET.ORA is as follows
TRACE_LEVEL_CLIENT = OFF
#sqlnet.authentication_services = (NONE)
names.directory_path = (TNSNAMES, HOSTNAME)
names.default_domain = world
name.default_zone = world
automatic_ipc = off
TNSNAMES.ORA is as follows
XE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = edp1-xp)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = XE)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
ORACLR_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
(CONNECT_DATA =
(SID = CLRExtProc)
(PRESENTATION = RO)
)

Similar Messages

  • Oracle Database 10g/11g Express Edition

    [http://www.oracle.com/technetwork/products/express-edition/downloads/index.html|http://www.oracle.com/technetwork/products/express-edition/downloads/index.html] Hey guys,
    Where can I download Oracle database express edition for x86 Linux? I can only see Windows and x64 Linux in Oracle's download page http://www.oracle.com/technetwork/products/express-edition/downloads/index.html.
    Any suggestion? Thanks!
    Lester.

    Others may have better info, but I think there are still no plans to do an x86 release, x64 only for *nix.
    See {thread:id=2201349}

  • Creation of new oracle Database 10g in express edition

    I am new to oracle 10g express edition.
    Please let me know which user is able to create Database & Table, views, firing update ,Insert, Delete commands.
    what is the syntex before creating Database / user.
    What is the syntex for creation Database.
    After creation of database, can we straitaway create Tables and any other objects.
    Please let me know thr. SQL command example.
    Ajit

    user13349882 welcome,
    I suggest firstly read a few what is database, kind of databases, what is structure of database, then database structures, such as table, view, procedure, function, package, sequence, trigger etc
    According follow below links:
    http://searchsqlserver.techtarget.com/definition/database-management-system
    http://mdameryk.tripod.com/OrclOverview.htm
    http://www.utexas.edu/its/products/oracle/
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/intro.htm
    Hope after finish this material you will get essential information, good luck. Note, periodically use OTN forum, you will find out more necessary info which was asked before and several DBAs answered it.

  • Compatability between Forms 6(Forms 6i also) and Oracle Database 10g

    Hai All,
    I want to know Any Compatible issue between ORACLE FORMS 6 (ORACLE FORMS 6i also ) and Oracle Database 10g .
    Any special patches, parameters needed?
    Any white paper describing this document.
    Please help?
    shiju

    Forms 6i Patches pre 16 and 10g databases - many problems
    Forms 6i Patch 17 - 10g DB Rel.1 - certified
    Forms 6i Patch 18 - 10g DB Rel.2 - certified only for E-Business-Suite-user

  • Oracle Database 11.2 Express Edition Beta

    Oracle Database 11.2 Express Edition Beta
    http://www.oracle.com/technetwork/database/express-edition/11gxe-beta-download-302519.html
    Does Window 7 home 64 bit support Oracle Database 11.2 Express Edition Beta?
    Please advise

    Hello,
    the beta supports only Linux x86-64 and Windows 32bit, so the answer to you question is no - not yet.
    There'll be a Windows 64bit edition when the final version is released, as announced by Kris in this message: {message:id=9534248}
    See the rest of that thread for a little discussion on running the beta on Windows 7 64bit
    -Udo
    Edited by: Udo on 19.06.2011 16:10

  • SQL Developer and Oracle Database 10g Express Edition, Connection Problem

    I am using SQL Developer version 1.2.1 and am connecting to a 10g database on a windows xp.
    Up until today there have been no problems with the connection. When I tried to connect to the database and have not been able to.
    The error states that "...listener refused the connection with the following error: ORA-12505, TNS; listener does not currently know of SID given in connect descriptor..."
    Also tried to log into the database home page but page doesn't load...

    I'd bet the database is down.
    Try a login through sqlplus ("Run SQL Command Line" in the Oracle Express Edition 'Start' menu).
    Do a CONN / AS SYSDBA
    If you get a message about database or memory area not available, try STARTUP.
    If that doesn't work, you are best off in the General Database forum or the Express Edition forum.
    You'll probably get the most expert response in General Database, but the Express Edition forum can be gentler on newbies (as it is more accepted that questioners are not and do not have access to full-time DBAs).

  • Can Oracle Database 10g and Oracle Database 10g Express Edition co-exist ?

    I just installed Oracle Database 10g Express Edition. But I also want to access isql*plus for study purposes.
    Can I download/install Oracle Database 10g without removing Oracle Database 10g Express Edition ?

    I decided to download and install Oracle 10g myself and it was pretty quick to install. So I answered my own question : Oracle 10g Express is definitely able to co-exist with Oracle 10g no problem.
    I want to post/share this answer for others who started with Oracle 10g express first - the journey I started.
    The url isql*plus is displayed near the end of the installation together with the enterprise manager url. Pretty cool.
    Now I can learn both Oracle 10g enterprise edition and Oracle 10g Express which is based on apex engine.

  • Export import - using TOAD FOR ORACLE  and ORACLE DATABASE 10G EXPRESS or s

    Hi all,
    Could you please kindly help me?
    I am using TOAD FOR ORACLE to export a table to flat file A. The tool just supports to distinguish fields by "spaces".
    And the web page of ORACLE DATABASE 10G EXPRESS to import the data from flat file A to another database. To load data to a table from a text file, the web page bases on "comma" to distinguish fields.
    So could you have any suggestion for me? I need to export data via TOAD FOR ORACLE. And then import it to another database by the home page of ORACLE DATABASE 10G EXPRESS or sqlplus.
    Thank you so much for your help!

    Dont use TOAD for exporting your data. Use PL/SQL. Below is the code given in Asktom.com that does what you want.
    create or replace function  dump_csv( p_query     in varchar2,
                                          p_separator in varchar2 default ',',
                                          p_dir       in varchar2 ,
                                          p_filename  in varchar2 )
    return number
    is
        l_output        utl_file.file_type;
        l_theCursor     integer default dbms_sql.open_cursor;
        l_columnValue   varchar2(2000);
        l_status        integer;
        l_colCnt        number default 0;
        l_separator     varchar2(10) default '';
        l_cnt           number default 0;
    begin
        l_output := utl_file.fopen( p_dir, p_filename, 'w' );
        dbms_sql.parse(  l_theCursor,  p_query, dbms_sql.native );
        for i in 1 .. 255 loop
            begin
                dbms_sql.define_column( l_theCursor, i, l_columnValue, 2000 );
                l_colCnt := i;
            exception
                when others then
                    if ( sqlcode = -1007 ) then exit;
                    else
                        raise;
                    end if;
            end;
        end loop;
        dbms_sql.define_column( l_theCursor, 1, l_columnValue, 2000 );
        l_status := dbms_sql.execute(l_theCursor);
        loop
            exit when ( dbms_sql.fetch_rows(l_theCursor) <= 0 );
            l_separator := '';
            for i in 1 .. l_colCnt loop
                dbms_sql.column_value( l_theCursor, i, l_columnValue );
                utl_file.put( l_output, l_separator || l_columnValue );
                l_separator := p_separator;
            end loop;
            utl_file.new_line( l_output );
            l_cnt := l_cnt+1;
        end loop;
        dbms_sql.close_cursor(l_theCursor);
        utl_file.fclose( l_output );
        return l_cnt;
    end dump_csv;
    /Here is the link to this thread in asktom.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:95212348059

  • Problem connect form6i and Oracle Database 10g

    I can't connect form6i to Oracle Database 10g
    When complete user/password@database fatal error produce:
    "Oracle Forms Designer has encountered a problem and needs to close. We are sorry for the inconvenience"
    Error Detail:
    AppName: ifbld60.exe     AppVer: 6.0.8.27     ModName: ora805.dll
    ModVer: 0.0.0.0     Offset: 000b4f04
    Product Install:
    - Forms Version: Forms [32 bits] Versión 6.0.8.27.0
    - Oracle Database: 10.2.0
    - Win XP professional with SP2.
    Any idea what might cause Forms to shutdown ubnormally?
    Thanks

    If your database is using the AL32UTF8 character set, Forms 6i cannot connect.
    Read this thread:
    connecting form 6i  to oracle database 10G express edition

  • 32 Bit Installation or Oracle Linux and Oracle Database 10g

    I have an old E-Machine that I wanted to put Oracle Linux and Oracle Database Express 11G on. I was just wanting to do some testing and development on the system. I'm pretty sure the machine is 32bit.
    I just burned a copy of 32 bit Oracle Linux onto a CD. Is there a version of Oracle Database Express that will run on it?
    It seems like there is only a 64 bit version of Oracle Express Database 11g. Is Oracle Database Express 10g installable on Oracle Linux 32 bit?
    Let me know! Thanks in an advance.

    One (or two) caveats with the 10g version, XE can not be patched and the 10.2.0.1 XEs were created before the current daylight savings time rules went into effect.
    If you have access to My Oracle Support there is a method to get updated timezone files for the oracle binaries, you need at least version 4 of the DST files. I've got the MOS docIDs somewhere let us know if needed and I'll dig 'em up.

  • JDeveloper 9.0.3 and Oracle Database 10g

    I currently support a project using JDeveloper 9.0.3, and the client is mandating that we upgrade our database to 10g. Am I going to be required to upgrade to JDeveloper 10g, too? Or is JDeveloper 9.0.3 compatible with a 10g database?
    Thanks for your help!

    Oracle JDeveloper 9.0.3 may be used with Oracle database 10g.
    http://www.oracle.com/technology/products/jdev/htdocs/jdev903Preview_fo.html

  • AIX 6 and Oracle database 10g/11g

    Dear All,
    We are planning to upgrade our OS from AIX 5.3 to AIX 6.1 and infact have upgraded couple of servers to 6.
    In light of cost saving/cutting, how can AIX 6 help reduce licensing fee for Oracle databases. In other words, we would like to look into possibilities of reducing Oracle database (10g/11g) licensing fee by upgrading OS to AIX 6.
    Will the new feature like CPU virtualization be helpful in this regard? Are there any other features which could be worth looking into?
    I would be grateful if any of you could shed some light on this.
    Regards

    Dear All,
    We are planning to upgrade our OS from AIX 5.3 to AIX 6.1 and infact have upgraded couple of servers to 6.
    In light of cost saving/cutting, how can AIX 6 help reduce licensing fee for Oracle databases. In other words, we would like to look into possibilities of reducing Oracle database (10g/11g) licensing fee by upgrading OS to AIX 6.
    Will the new feature like CPU virtualization be helpful in this regard? Are there any other features which could be worth looking into?
    I would be grateful if any of you could shed some light on this.
    Regards

  • Weblogic 5.1 and Oracle Database 10g JDBC Drivers

    I need to know if there are JDBC drivers for Oracle Database 10g compatible with Weblogic Server 5.1.
    Regards,
    Luis

    Hi. You should be able to use any JDBC driver with WebLogic 5.1.
    It may be the JVM that complains, if you use too old a JVM...
    Joe Weinstein at BEA Systems

  • BI Beans and Oracle Database 10g

    I know that BI Beans 903 isn't certified for Oracle Database 10g but what about the version of BI Beans that is available as part of the IDS 10g Developer Preview?
    Will this version work (more reliable) with the Oracle Database 10g?.
    Regards,
    Bent Madsen

    Unfortunately, you will run into similar issues so a patch is also necessary for Beans in IDS 10g to work against a 10g database.

  • Forms 6i and Oracle database 10g compatibility

    Hi all,
    We have application on Forms 6i (client/server) using ORACLE database 8i, looking for an upgrade of database to 10g version. Based on earlier threads on this topic Forms 6i is certified with patchset 17, i couldn't find this patchset on metalink.
    Can someone confirm when to expect patch 17, as i see the ECS will end by 01/Jan/2005.
    Thanks,
    Lokesh

    We completed certification for 10g with patch 16 so you can use P16
    Regards
    Grant Ronald
    Forms Product Management

Maybe you are looking for

  • Photoshop CS4 crashes using File | Open

    Hoping someone can help me here.  Photoshop always crashes when using the File | Open dialog box.  I can navigate to a photo in the dialog box but when I click Open it immediately crashes.  I can open a file through the Finder by clicking Open With t

  • Scrabble Free on my Droid Razr M

    why can't i play scrabble free? i get message saying my phones resolution does not support the app

  • PHP Function List in Dreamweaver?

    Does Dreamweaver MX 2004 (or later versions) have the capability of pulling up a list of PHP functions you've created in code view --- where you could click on a function name and your cursor or focus would be automatically directed to the start of t

  • Applying multiple filters to multiple clips?

    Hi Guys I have about 100 clips in my Bin, is there a way to apply the same set of filters to all of them without dragging them into the timeline first? I tried dragging all of them into the timeline, then pasted filter attributes which works, then I

  • Officejet 6700 margin problems printing from Mac

    I recently purchased and setup a  new HP 6700 all in one wireless printer and have a problem that I can't seem to solve or find a solution for.  Printing from my Mac's leaves margins cutting the top and bottom off of documents.  I've printed the same