Owb client 10.2.0.2.8

Hi does anybody know if there are owb client versions new than 10.2.0.2.8 but not yet 11G? If you know the answer or where I can find the answer I would greatly appreciate it. I check Oracle documents and patches sections and could not find anything.
thanks again.

I thought the last full mega patch for OWB was 10.2.0.5, above that there are probably just one-offs.
Cheers
David

Similar Messages

  • Error while fetching data from OWB Client using External Table.

    Dear All,
    I am using Oracle Warehouse Builder 11g & Oracle 10gR2 as repository database on Windows 2000 Server.
    I facing some issue in fetching data from a Flat File using external table from OWB Client.
    I have perform all the steps without any error but when I try to view the data, I got the following error.
    ======================================
    RA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file expense_categories.csv in SOURCE_LOCATION not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
    java.sql.SQLException: ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file expense_categories.csv in SOURCE_LOCATION not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1030)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:183)
         at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:774)
         at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:849)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1186)
         at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1377)
         at oracle.jdbc.driver.OracleStatementWrapper.executeQuery(OracleStatementWrapper.java:386)
         at oracle.wh.ui.owbcommon.QueryResult.<init>(QueryResult.java:18)
         at oracle.wh.ui.owbcommon.dataviewer.relational.OracleQueryResult.<init>(OracleDVTableModel.java:48)
         at oracle.wh.ui.owbcommon.dataviewer.relational.OracleDVTableModel.doFetch(OracleDVTableModel.java:20)
         at oracle.wh.ui.owbcommon.dataviewer.RDVTableModel.fetch(RDVTableModel.java:46)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerPanel$1.actionPerformed(BaseDataViewerPanel.java:218)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:282)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerPanel.executeQuery(BaseDataViewerPanel.java:493)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerEditor.init(BaseDataViewerEditor.java:116)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerEditor.<init>(BaseDataViewerEditor.java:58)
         at oracle.wh.ui.owbcommon.dataviewer.relational.DataViewerEditor.<init>(DataViewerEditor.java:16)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at oracle.wh.ui.owbcommon.IdeUtils._tryLaunchEditorByClass(IdeUtils.java:1412)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1349)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1367)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:869)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:856)
         at oracle.wh.ui.console.commands.DataViewerCmd.performAction(DataViewerCmd.java:19)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    ===========================
    In the error it is showing that file expense_categories.csv in SOURCE_LOCATION not found but I am 100% sure that file is very much there.
    Is anybody face the same issue?
    Do we need to configure something before loading data from a flat file from OWB Client?
    Any help would higly appreciable.
    Regards,
    Manmohan Sharma

    Hi Detlef / Gowtham,
    Now I am able to fetch data from flat files from OWB Server as well as OWB Client.
    One way I have achieved as suggested by you
    1) Creating location on the OWB Client
    2) Samples the files at client
    3) Created & Configured external table
    4) Copy all flat files on OWB Server
    5) Updated the location which I created at the client.
    Other way
    1) Creating location on the OWB Client
    2) Samples the files at client
    3) Created & Configured external table
    4) Copied flat files on the sever in same drive & directory . like if my all flat files are on C:\data at OWB Client then I copied flat file C:\data on the OWB Server. But this is feasible for Non-Windows.
    Hence my problem solved.
    Thanks a lot.
    Regards,
    Manmohan

  • OWB Client installation on Solaris

    Hi,
    Is there a OWB client installation available for Solaris 10 x86. What i am looking for is Stand alone client installation without server components, same as we have for Windows.
    If available please tell me from were i can download it.
    Thank You,
    Niranjan.

    Have you check this:
    http://www.oracle.com/technology/software/products/warehouse/index.html

  • Owb client+performance+x-windows

    Hi,
    We are using 11.2.0.1 and finding the performance of OWB slow e.g opening mappings, control center etc.
    Machine has enough memory (2.5 GB and checked memory being used in task manager for owb.exe (about 400 M), total being used on PC at any time for all applications aboout 1.5gb and ruled out network latency as tested other cleint/server applications to access the same machine and dataabse and these are fine performance-wise.
    The server is located in the same building as the cleint and is a UNIX server.
    We are using the cumulative patch recommended by Oracle for performance reasons - still same problem.
    Anybody any other tips to get design center/control center to open quickly etc?
    Used previous suggestions such as Tools/Optimise repository etc and purging of audit tables.
    Another question
    Is it possible to run owb client (i.e. open/amend/deploy/run mapppings etc with the windows interface directly on the UNIX server (~e.g using x-windows) as opposed to the client WINDOWS pc
    Many Thank

    Hi
    There are patches with performance related fixes in this area, if you can upgrade to 11.2.0.2 that is advised otherwise there is a mega patch for 11.2.0.1;
    BEST --> OWB 11.2.0.2 + megapatch v3 (12874883)
    ALTERNATE --> OWB 11.2.0.1 + patch for bug 10270220: Mega Patch v2 (supersedes patch 9802120)
    Cheers
    David

  • How to import SH Sample Dimensions and Cubes with OWB Client

    Hi, is there a functionality to import the Dimensions and Cubes from the sample to reuse and manipulate them within the OWB Client?
    I can add Dimensions in the Enterprise Manager but mapping should be difficult- right?
    Specs: DB 10g rel2, OWB 10.1.0.4

    dimension - either define a table on your own, or use the data modeler and physically define a new dimension.
    Cube - same as above.
    as for levels and hierarchies, this can also be done in the data modeler. You can specify keys, levels, attributes, measures...all that stuff for dims and facts. There many tabs on the lower half of the dimension modeler screen that control this.
    Check out the oracle by examples for easy tutorials.

  • Facing problem in connection with OWB client

    Dear All
    Greetings!!!
    Im new to Datawarehouse building. I have installed OWB R1 at my own pc.I am facing problems in connecting OWB client..What exactly to put in Host name and Oracle Service name. i am logging in with the same system/password with normal login. Please guide me to enter in the datawarehouse world..
    Thanx and Regards
    Nukesh Bhoyar
    Mumbai(India)

    Hi Nukesh
    I know this doesn't really answer your question but Oracle have just made Release 2 of Warehouse Builder available and based on all of the info through this forum and other places, if I was you I would download R2 and install it instead of R1, as it is deemed to have way more functionality.
    Cheers
    M

  • OWB CLient Application Problem

    Hi All,
    We have the installed the OS as Windows 2003 server Enterprise Edition and on which we have installed the ORACLE 9i Database. Even our OWB Design time installation went on successfuly with the creation of Target schema & Run time repository schema. Still the problem we are facing is as soon as we try to start the OWB Client application it gets hung immediatly after showing the first popup of OWB Client server 9.2.0 screen. Please let us know is there any other setting we need to do for this to start off smoothly. Is there any OWB server installation needed? Your early reply would be very helpful.
    Thanks & Best Regards,
    Ratna

    Hi Ratna,
    Please follow the steps as given:
    1) change datetime in your client machine to current date.
    2) reboot your machine
    3) move the following files to another backup place eg desktop:
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/US_export_policy.jar
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/jce1_2_1.jar
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/local_policy.jar
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/sunjce_provider.jar
    Where $OWB92_CLIENT_HOME is the path to your owb9.2 client home.
    4) Copy the 4 replacement files, (mail me to - [email protected], I'll send you the 4 .jar files), to the directory OWB92_CLIENT_HOME/jdk/jre/lib/ext/
    5)start owb…
    If all has gone well, delete the files moved in step 3.
    Cheers,
    Swagata

  • OWB client standalone 11.2.0.3 error API5036 to repository 11.2.0.2

    Hi
    can we connect to a repository 11.2.0.2.0 with a OWB client standalone 11.2.0.3.0?
    actually we have this error:
    API5036: Client version 11.2.0.3.0 is not compatible with repository version 11.2.0.2.0
    client is windows7 (64bits)
    please, how to solve this issue?
    thanks

    On the client machine :
    Edit <OWB_HOME>/owb/bin/admin/Preference.properties
    set the following option:
    OverrideRepositoryVersionCheck=true
    Disclaimer : Then proceed at your own risk :)

  • Cannot start OWB Client

    My OWB Client was working fine earlier today. When I try to start now I get the OWB Logo screen but I never get to the login screen. When I run owbclient.bat i get the following:
    C:\oracle\ora92\owb\bin\win32>call setowbenv
    JVM LIMIT SET TO: 384M
    Exception in thread "main" java.lang.ExceptionInInitializerError: java.lang.Secu
    rityException: Cannot set up certs for trusted CAs
    at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
    at javax.crypto.Mac.getInstance([DashoPro-V1.2-120198])
    at oracle.wh.repos.impl.mcm.foundation.MCMHash.<init>(MCMHash.java:44)
    at oracle.wh.repos.impl.mcm.foundation.MCMHash.getInstance(MCMHash.java:
    29)
    at oracle.wh.repos.impl.mcm.MCMServiceImpl.<init>(MCMServiceImpl.java:16
    4)
    at oracle.wh.repos.impl.mcm.MCMServiceImpl.getInstance(MCMServiceImpl.ja
    va:171)
    at oracle.wh.repos.impl.APIController.init(APIController.java:107)
    at oracle.wh.util.ControllerInitializer.initControllers(ControllerInitia
    lizer.java:118)
    at oracle.wh.util.ControllerInitializer.initBackendControllers(Controlle
    rInitializer.java:36)
    at oracle.wh.util.ControllerInitializer.initAllControllers(ControllerIni
    tializer.java:22)
    at oracle.wh.ui.framework.StaticLoader.main(StaticLoader.java:114)
    Any help provided would be much appreciated.
    Alan

    I'm working now. The solution is given in thread
    Re: OWB client not working by Patrick
    I'll copy it here:
    1. Download the JCE 1.2.2 package from the following web page:
    http://java.sun.com/products/jce/index-122.html
    2. Either reboot your Client machine or Stop all Oracle software.
    3. Rename or remove the following files :
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/US_export_policy.jar
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/jce1_2_1.jar
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/local_policy.jar
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/sunjce_provider.jar
    4. Copy the following files from the JCE 1.2.2 package to the directory OWB92_CLIENT_HOME/jdk/jre/lib/ext/ :
    jce1.2.2/lib/US_export_policy.jar
    jce1.2.2/lib/jce1_2_2.jar
    jce1.2.2/lib/local_policy.jar
    jce1.2.2/lib/sunjce_provider.jar
    5. Rename jce1_2_2.jar as jce1_2_1.jar
    6. Now try launching OWB 9.2 client.

  • OWB client error

    when i am trying to login into my oracle 10.2.0.4 database repository installed on a linux server from my OWb client 10.2.0.31, i am getting the following error:
    API5036: Client Version 10.2.0.31 is not compatible with repository version 10.2.0.4
    how rectify this error

    Solution: Get the patchset from: https://metalink.oracle.com/CSP/ui/index.html
    Source of the below table is from Metalink website.
    10.2.0.4      7005587      AIX5L Based Systems (64-bit)      10-sep-2008      1.1G           
         7005587      HP-UX Itanium      10-sep-2008      954M           
         7005587      HP-UX PA-RISC (64-bit)      10-sep-2008      808M           
         7005587      Linux-x86-64 (AMD64/EM64T)      30-aug-2008      530M           
         7005587      Linux x86      12-jul-2008      530M           
         7005587      Solaris Operating System (SPARC 64-bit)      10-sep-2008      593M           
         7005587      Windows 32-bit and 64-bit (AMD64/EM64T)      11-jul-2008      528M           
         7005587      Windows Vista 32-bit and 64-bit      1-dec-2008      293M      32-bit patch certified on 64-bit platform also      
         7005587      Windows 64-bit Itanium      1-dec-2008      579M           
    API5036 Error
    please note that the versions mentioned in the above thread might be different but the principles remain the same. Your client and repository verison should be the same at all times.
    Edited by: Darthvader-647181 on Dec 16, 2008 1:24 AM
    Edited by: Darthvader-647181 on Dec 16, 2008 1:31 AM

  • OWB client installation

    hi,
    We have done the server side installation completely along with the client but the OWB Client window is not coming up.
    Please suggest the reasons for the same.
    Regards,
    Pankaj

    Hi Pankaj,
    what version of OWB yor are using? What do you mean by 'OWB Client window is not coming up'? Do you mean to say that you are clicking on design center icon (if its is a 10g version) from start > All programs > OWB HOME > warehouse builder > design center and the login screen is not opening ?
    Please elaborate a bit more !
    Cheers,
    Swagata

  • Cannot launch OWB Client 9.0.3.36.3

    I applied the 9.0.3.36.3 patch Archive successfully without any problems. Post installation, the OWB Client hangs without even bringing up the login dialog box. My desktop OS is Windows XP. Before this patch application, there was no problem with OWB Client. Anyone had this problem or know of this issue?
    Thanks,
    Chida

    Hi Chida,
    What happens if you try to start the client using the .Bat file? It is in your OWB home, owb\bin\wind32
    This gives you and us an idea on what is happening. If you get to the text in the dos box, please copy it and add it to the forum. We'll take a look at it.
    Thanks,
    Jean-Pierre

  • Running OWB Client from Unix

    Hi
    I am trying to remember how to run OWB client (10gr1) from a unix command. Can anyone please help with what command you run from unix?
    Thanks
    GB

    Hi,
    To start Warehouse Builder using UNIX:
    1.Start a shell.
    2.Navigate (cd) to <OWB ORACLE HOME>/owb/bin/unix
    3. Invoke owbclient.sh
    Thanks,
    Sutirtha

  • Owb$client role

    Hi,
    I have a question regarding privileges which are necessary for OWB. I am not an OWB specialist, so hope someone can give me god advice here.
    Our OWB setup is to have one 'technical' account for executing all OWB flows and mappings - this user is granted OWB Client roles and privileged i.e. OWB$Client, OWB_USER and OWB_DESIGNCENTER_VIEW roles and so called 'target' DB schemas where only data are stored with simple DB privs. like 'create table, view, procedure' etc.
    This 'techincal' OWB user have on DB level all necessary privileges on objects in 'traget' DB schemas in order to execute procedures, manipulate data etc. This means that privilege resolution on DB level for this user works fine.
    But, in order to execute OWB flows and mappings out of this 'technical' OWB user which are modofying data in our 'target' DB schemas our developer is requesting the 'target' DB schemas must be also granted OWB$Client, OWB_USER and OWB_DESIGNCENTER_VIEW role.
    Is this really necessary? If yes, why?
    many thanks,
    goran

    Hi Goran,
    But, in order to execute OWB flows and mappings out of this 'technical' OWB user
    As I understand you developers plan to execute mappings under target user. In this case their requirement is justified.
    Regards,
    Oleg
    P.S. In my opinion direct granting privileges to OWB-related database users is a bad practice.
    The only legal and documented way for configuring OWB is using OWB utilities (like Repository Assistant, Design Center etc. - look at OWB Administrator guide http://download.oracle.com/docs/cd/B31080_01/doc/install.102/b28224/security.htm#BGBEBFEG)

  • OWB Client

    Hy Guys,
    I have this scenario:
    I have to use an OWB client on a machine where Oracle Client isn't installed. Is it possible or Oracle client installment is mandatory?
    Thanks in advance
    Stefano

    Is it possible using SQL *Net Connection                                                                                                                                                                                                                       

  • OWB Client Hardware Requirements

    The hardware requirements specified by Oracle for the OWB client appear to be greatly understated in their documentation. I'm getting a lot of complaints. Does anyone have basic specs for a workstation that doesn't need to be rebooted once a day and doesn't cost a fortune that they have had success running the OWB client on?

    We've found the biggest requirement for 10gR2 is to have AT LEAST 1 Gb of Ram. Any less and the processes just seem to drag. 2 Gb of ram is even better.
    Sounds like a lot, but RAM is pretty cheap.
    Hope this helps,
    Scott
    p.s. a dual core processor is nice too, but we have people using a single 2 Ghz chip having no problems at all.

Maybe you are looking for

  • Problems in transferring Scheduling Agreements from ECC to APO

    Hi All We are facing a strange problem in transferring scheduling agreements to APO. When we create the integration model, it shows the selected scheduling agreements and vendors. On activating the integration model in CFM2 or CFM3, we do not get any

  • HT5834 can't turn off iCloud keychain on apple devices and can't get them to sync !

    i could gey my apple devices to sync icloud keychains , nor could i get them to turn off icloud key chain. Solution: Reset icloud keycahin using forgot passcode option, it will reset the entire icloud keycahin and bring every thing back to the way it

  • Session State Protection Violation error

    I am developing my first Apex application. I have this page which has been running fine until I made some changes. The error I get is the following: -----Error message: Session state protection violation. This may be caused by manual alteration of a

  • ModelRight database design tool

    Just wanted to let everyone know that ModelRight 2 was recently released. ModelRight 2 is a database design tool that has advanced support for Oracle. It has support for many advanced Oracle features, like materialized views, function-based indexes,

  • Hide top level aggregation result

    Hi Experts, It is possible to hide intermediate results for aggregation using method SET_GROUP_AGGR_DISPLAYED of class CL_SALV_WD_CONFIG_TABLE (Interface IF_SALV_WD_FIELD_SETTINGS ). Is it possible to hide the top level aggregation? I only want to di