OWB 9.2.0.8 and Oracle Database 10g - Urgent

hi
I have OWB 9.2.0.8 software and my oracle database version is 10.2.0.2.0 hosted on sun solaris 5.9 version, can the OWB support this database, pls let me know your suggestions and where I can get a support document
Kishan

OWB 9.2 is not supported for Oracle 10gR2.
The OWB 10.1.0.4 patchset was the first patchset certified against Oracle 10gR2 (please see OWB 10.1.0.4 release notes).
You should use at OWB 10.1.0.4 (or higher) or OWB 10.2. Certification information for OWB 10.2 you can find in the Installation Guide (Understanding INstallation Requirements).

Similar Messages

  • 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

  • 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

  • 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

  • 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.

  • 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

  • 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)
    )

  • 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.

  • Install Oracle Application server 10g and Oracle database 10g on same box

    Hi Experts!
    i need to install Oracle database and oracle application server on the same machine(windows xp).
    when i install both of them and reboot the machine either oracle database or oracle application server fails...
    i suspect that the problem might be due to two - ORACLE_HOME
    let me know how i can resolve this issue.
    Note: Oracle DB and OAS OPMN process run as a windows service.
    after restart opmn fails
    Many thanks in advance
    -Raghav

    Jacco, in spite of your ace :-) this time I cannot
    completely agree with you:
    I hope sincerely that this ace thing doesn't "scare" anyone from challengeing me. I can't know everything, even though this ace sign suggests it.
    - things like ORACLE_HOME are also set in the system
    environment settings. This may lead to conflicts;It does, therefore you should set them with the service (I figured the installer of Oracle would actually do that for you, but I hardly ever work with Windows)
    - the database and AS have different versions of the
    RSFs. The most recent AS version is using 10.1.0.5
    RSFs, where the database uses 10.2.x. This leads to
    conflicts.
    - Port conflicts are common in the ONS area, however
    this should not prevent startup and should not be
    very likely at this point since all products use the
    same inventory and it should have been checked for
    ports that are in use.ons port conflics shouldn't precent startup, but other port conflicts can.
    >
    With the total of our posts the problem should be
    resolved anyway ;)Exactly, as long as the reader has the proper knowledge to understand them ;)
    (this feels like a post just to make sure that you know I respect your opinions and advices)

  • Config Suse 9 and Oracle Database 10g

    Hi,
    I'm trying to install Suse 9 with Oracle 10g on a HP DL380 server and I need some information (This will be an environment for Portal applications):
    1) Can SuSE SLES run ok with Processor Hyper Threading (PHT)?
    2) What kind of RAID is better for this kind of installation: 1 or 5?
    3) System comes with blocksize 512. Is this ok for oracle or we must change to 8.192?
    4) Is there any major issue I must know before starting?
    Thanks in advance.
    Clotilde

    Hyper Threading is supported in linux since version 2.4.??. Suse's SLES 9 comes with a far more actual kernel and therefore - yes, it will work on a PHT-system.
    RAID-Level 5 is good for the normal stuff: binaries, user files like documents, sheets, a.s.o. but lacks of performance for database operations. Better use RAID1 or RAID 10 and a lot of disks - minimum 5 separate disksets to avoid concurrent disk operations which slow down your database rapidly!
    Well, having the operating system and oracle core on a RAID5 (min. 3 disks) is a good start. On the HP (Compaq) DL380 you will run out of mounting options for your disks - you have only six bays for harddrives. This is IMHO not the best choice for a database maschine, as long as you don't use external storage arrays.
    The blocksize topic is far more complex to describe. For this and your fourth point, I advise you to read the oracle documentation as a first start. Needless to say that the ORACLE PRESS have some very good written books covering the whole area of database administration (DBA).
    best regards,
    juergen

  • 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

  • Chinese Input in Oracle Database 10g (URGENT)

    Hi,
    I have a problem of inputting chinese characters into the Oracle database.
    I have no problem when I use the Oracle Database 9i to input the chinese characters with Enterprise Manager Console. However, when I use the Enterprise Manager Console to input the chinese characters, the chinese characters are displayed in "box" characters. The databases I created are with NLS_LANG characterset of AL32UTF8 and UTF8.
    Please advise.
    Cheers

    dude if you are using jdeveloper 10.1.3.x for development of web service the library you have loadded into database dwwsclinet etc or sopa.jar or mail .jar will not work
    for getting the output for the web services developed on jdeveloper you need following file to upload on database
    wsclient_extended for 10.1.3.x.0 where x stands for your version
    wsclient_extended.jar which can be downloaded from
    http://download.oracle.com/otn/java/oc4j/1013x0/wsclient_extended_1013x0.zip the stands for subversion
    xstands for your version
    after downloading above file upload it
    open up the socket by command
    on SYS schema
    SQL>call dms_java.grant_permission('YOUR_SCHEMA','SYS:java.net.SocketPermission','<IPaddress ofcomputer>:<portnumber>(eg 10.8.11.98:8888)','connect,resolve');
    SQL>call dms_java.grant_permission('YOUR-SCHEMA','SYS:java.util.PropertyPermission','*','read,write');
    SQL>call dms_java.grant_permission('YOUR-SCHEMA','SYS:java.lang.RuntimePermission','createClassLoader','');
    SQL>call dms_java.grant_permission('YOUR-SCHEMA','SYS:java.lang.RuntimePermission','getClassLoader','');
    SQL>call dms_java.grant_permission('YOUR-SCHEMA','SYS:java.lang.RuntimePermission','setContextClassLoader','');
    SQL>call dms_java.grant_permission('YOUR-SCHEMA','SYS:java.lang.RuntimePermission','setFactory','');
    SQL>call dms_java.grant_permission('YOUR-SCHEMA','SYS:java.lang.RuntimePermission','setIO','');
    SQL>call dms_java.grant_permission('YOUR-SCHEMA','SYS:java.lang.RuntimePermission','shutdownHooks','');
    SQL>call dms_java.grant_permission('YOUR-SCHEMA','SYS:java.lang.RuntimePermission','accessClassInPackage.sun.util.calender','');
    Now make a jar file which contain all your class files of proxy put that jar file on database an compile that jar file on database it should work than convert it into java stored procedure and invoke that procedure
    Vishal Rijhwani
    JAVA DEVELOPER
    Message was edited by:
    user635429

Maybe you are looking for

  • Generate Absence Quota For Every 5 Years Service

    Hi Expert, First of all, I'm not familiar with PCR as I'm new with time management. Annual leave is generated via RPTQTA00 with no problem. But we have another absence quota (long leave) that is given to the employee every 5 years (22 days of leave).

  • Add a button to activate or not preview file in the folder

    Is there a way to do this thing? I'd like to add a button at the top of the finder windows to quickly able or disable preview files in the specific folder. Thanks Massimiliano

  • Problem deleting photos

    I can not delete photos from my pictures. I have tried several times. With tapping the picture and then hitting the delete button, but nothing happens. Does anyone have an idea. Thank you

  • Wtlief value in me2n transaction

    Hi all, I tried to implement my own custom report which is similar to me2n transaction.The code which i had written is working only for certain purchase document numbers.I did not get any clue regarding this field other then this implementation. The

  • HTML DB Uploading Files

    Hi, is it some how possible to use the file browser in HTML DB and to upload more then one file at the same time? cheers, Bernhard