Upgrading tables from OWB...

I am trying to upgrade a table in OWB using the deployment action of Upgrade. The old table exists in the target schema.
When I try to upgrade it I get this error:
RPE-01008: Recovery of this request is in progress.
RTC-5351: A serious error occured whilst generating the Impact Report. Please review the Runtime Service Log.
Where can I find the Runtime Service Log? What could be causing this error?
Thank you.
Brian

The runtime log is in:
<oracle_home>\owb\log
They are named after the runtime repos user... I'm guessing something went wrong in a previous deployment.
You can try to stop the runtime service and restart it. Use the start and stop scripts in the owb\rtp\sql directory.
Jean-Pierre

Similar Messages

  • Upgrade patches from OWB 10.2.0.1 to OWB 11.2.0.3

    We are upgrading from OWB 10.2.0.1 to OWB 11.2.0.3
    We have upgraded database from 10.2.0.1 to 11.2.0.3
    What are the patches that needs to be applied before upgrading the repository?
    What are the patches that needs to be applied after upgrading repository?

    follow this link
    http://www.orafaq.com/forum/t/119954/2/
    http://wiki.oracle.com/search/threads/10.2.0.1?contains=10.2.0.1
    http://www.oraclealchemist.com/oracle/patching-from-10201-to-10203/
    also i assume there is no RAC involved in your case.
    Edited by: Darthvader-647181 on Dec 2, 2008 8:13 AM
    Edited by: Darthvader-647181 on Dec 2, 2008 8:14 AM

  • Upgrade Paths from OWB 9, 10 and 11 to OWB 11gR2

    Hi,
    There is a new whitepaper on upgrade and migration paths for existing projects, including moving just your designs or moving everything including runtime audit metadata. You can find a link to it here:
    http://blogs.oracle.com/warehousebuilder/2010/03/owb_11gr2_migration_and_upgrade_paths_from_previous_versions.html
    It will be added to the main OWB OTN page shortly.
    -Antonio

    maybe some older games if you can find them, like Warcraft 3, Diablo 2, Oni, or Lugaru.
    http://warcraft3.filefront.com/file/;9235
    http://us.blizzard.com/en-us/games/d2/
    http://halo.bungie.net/projects/oni/
    http://www.wolfire.com/lugaru
    you might be able to find free demo versions to download to see how well a particular game will work with your system. 
    You could also find some games for younger kids, like Freddi Fish, SpyFox, PuttPutt, Pajama Sam, or Backyard Sports.  Those were for Mac OS 9, but should work in Classic emulation, if you still have an OS 9 System Folder on your PPC.  Or an older version of Mavis Beacon or SpongeBob Typing to teach a kid to type.  Jumpstart series software for pre-K grade-level games, etc...  KidPix for drawing.
    If you want to do some photo editing and don't want to shell out the cash for Photoshop, try GIMP or GIMPshop.  For school work, instead of Microsoft Office, you can use OpenOffice.  There are many GNU-Linux opensource packages you can install using fink or DarwinPorts package managers, learn to code and write your own softare, with XCode and developer tools.

  • 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

  • How to Get the Unique Key results from OWB Tables after Profile

    Hi,
    We are using OWB 10gR2(Paris) Beta Version.
    In this version the new feature is introduced is Data Profiling.
    We are using this feature to analylize the data in terms of stanadards.
    We have done profiling for our tables and we are able to see the results for each table in OWB Profile Results Canvas. In this window one Unique Key tab is there to see the Unique results.
    Now my question is where these results will be stored in standard tables of OWB. I want to know those exact standard tables to extract thoes Unique results in to my reports.
    After profiling we are generating HTML-DB reports to view all these profile results. But we are not able to find the Uique Key tables where these results are stored.
    So pls can anybody provide help on this to get these tables...
    Thanks in advance...,
    Ramesh P.

    You can use DatabaseMetaData#getPrimaryKeys.

  • Post-upgrade tasks for OWB 10g Release 2

    Hi,
    we're planning to upgrade from OWB 10.1.0.2 to 10.2.x.
    Now, I'm trying to get a clear view on what will be the "post-upgrade" tasks, in terms of manual adaptations, corrections, etc. to get everything back up and running after the upgrade ...
    E.g. : by means of test al already exported a dimension, and imported it in the 10.2 repository ... Turned out that in the pre-10.2 version, there were no validation problems, but as from 10.2 (although the upgrade and import were successful), I got 19 warnings and 2 errors ... because each level needs to have a business or surrogate key ...
    It' s things like that I'm especially interested in, in order to determine the workload after the upgrade ...
    So, feel free to share your experiences ; I'm looking forward to read them!
    Thanks!
    Grtz.

    Here are some from my list. I stopped maintaining it a while ago, we have lots more where this came from. Some of it also apply to older versions of OWB.
    Key lookup     You are to choose input and output attributes BEFORE being able to choose loookup table, all in a time consuming wizard
    Expressions     Copy and paste into expression editor, validation fails for expressions using lowercase (such as "upper" or "substr")
    Renaming attributes     Not possible anymore, you need to open details
    Adding a table component     You must browse in a tree structure (time consuming), not search functionality anymore
    Import     Import converting from 9.2 hangs after 15% in about 10% of all imports
    Import     Some mappings are not possible to import, a total rewrite is necessary
    Deployment     You can only deploy about 5-10 times before you need to restart OWB
    Memory leak     If something goes wrong in OWB, memory is never cleared - JAWAW.exe needs to be removed manually from memory
    Import     Importing mappings one by one (as this is sometimes needed due to OWB), the last directory used is OF COURSE not default when importing the next time
    OWB GUI / mapping editor     When working with components in the mapping editor, an object hidden behind the object you are actually working with is selected prior to the object in visual focus to the user
    BUG!     Urgent: CASE - wrong generated Code
    ANSI JOINS     Remove ANSI-SQL from mapping configuration, otherwise (+) outer joins will not work
    Transformations     Not possible to enter a transformation such as "sysdate", you must find it in a huge tree structure list (no search available)

  • Encountered error while Upgrade Table

    When weuse the upgrade table option in OWB deployment manager , we are encountering follwoing errors.
    Following is deplyment errors recorded from Runtime Audit Browser.
    1 Informational Upgrade log file Start of main script Executing script in direction: Proceed Executing as user DWTARGET -- *** There are WARNINGS in the script. *** -- Review the Impact Report. -- -- Script Generation for OdbCMUpgradeAdapter_1116623286492 -- Plan was last modified: 20-MAY-05 -- Target destination db : DWTARGET -- Generation started at: 20-MAY-05 -- Generation finished at: 20-MAY-05 ALTER TABLE "DWTARGET"."TEST" MODIFY("COL2" VARCHAR2(12 byte)) Script execution complete. Tcl_AppInit failed: Execution exit status: 0Execution succeeded
    2 Informational Upgrade log file Start of main script Executing script in direction: Clean Up Executing as user DWTARGET -- *** There are WARNINGS in the script. *** -- Review the Impact Report. -- -- Script Generation for OdbCMUpgradeAdapter_1116623286492 -- Plan was last modified: 20-MAY-05 -- Target destination db : DWTARGET -- Generation started at: 20-MAY-05 -- Generation finished at: 20-MAY-05 Starting cleanup of recovery tables... Completed cleanup of recovery tables. Script execution complete. Tcl_AppInit failed: Execution exit status: 0Execution succeeded
    3 Recovery RPE-01008: Recovery of this request is in progress.
    4 Informational Upgrade log file Start of main script Executing script in direction: Clean Up Executing as user DWTARGET -- *** There are WARNINGS in the script. *** -- Review the Impact Report. -- -- Script Generation for OdbCMUpgradeAdapter_1116623286492 -- Plan was last modified: 20-MAY-05 -- Target destination db : DWTARGET -- Generation started at: 20-MAY-05 -- Generation finished at: 20-MAY-05 Starting cleanup of recovery tables... Completed cleanup of recovery tables. Script execution complete. Tcl_AppInit failed: Execution exit status: 0Execution succeeded
    Please let us know of any ideas of how recover from this owb issue
    "RPE-01008: Recovery of this request is in progress. "

    Additional errors found in
    <OWB_HOME>/OWB/LOG DIRECTORY
    /***************Start of Log ***************/
    2005/05/20-17:24:40-EDT [1B8099A] DDLParserAdapter.updateStatusText: -- Script
    Generation for OdbCMUpgradeAdapter_1116624257836
    -- Plan was last modified: 20-MAY-05
    -- Target destination db : DWTARGET
    -- Generation started at: 20-MAY-05
    -- Generation finished at: 20-MAY-05
    2005/05/20-17:24:40-EDT [1B8099A] DDLParserAdapter.updateStatusText: Starting cl
    eanup of recovery tables...
    2005/05/20-17:24:40-EDT [1B8099A] DDLParserAdapter.updateStatusText: Completed c
    leanup of recovery tables.
    2005/05/20-17:24:40-EDT [1B8099A] DDLParserAdapter.updateStatusText: Script exe
    cution complete.
    2005/05/20-17:24:41-EDT [1B8099A] DDLParserAdapter.updateStatusText: Tcl_AppInit
    failed:
    2005/05/20-17:24:41-EDT [1B8099A] DDLParserAdapter.updateStatusText: Execution e
    xit status: 0
    2005/05/20-17:24:41-EDT [1B8099A] DDLParserAdapter.updateStatusText: Execution s
    ucceeded
    2005/05/20-17:24:41-EDT [1B8099A] DDLParserAdapter.updateCurrentStatus: 11
    2005/05/20-17:24:41-EDT [DEEEBD] java.lang.NullPointerException
    at oracle.wh.runtime.platform.adapter.odb.OdbCMUpgradeAdapter.getTargetC
    onnection(OdbCMUpgradeAdapter.java:723)
    at oracle.wh.runtime.platform.adapter.odb.OdbCMUpgradeAdapter.deployUnpa
    rsedScripts(OdbCMUpgradeAdapter.java:363)
    at oracle.wh.runtime.platform.adapter.odb.OdbCMUpgradeAdapter.finalize(O
    dbCMUpgradeAdapter.java:325)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:325)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:55)
    at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentMa
    nager.java:61)
    at java.lang.Thread.run(Thread.java:534)
    2005/05/20-17:24:41-EDT [DEEEBD] oracle.wh.runtime.platform.service.controller.R
    ecoveryInProgress: RPE-01008: Recovery of this request is in progress.
    at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.init
    ialize(AdapterContextImpl.java:1307)
    at oracle.wh.runtime.platform.service.controller.DeploymentContextImpl.i
    nitialize(DeploymentContextImpl.java:439)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.in
    itialize(DeploymentController.java:69)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:319)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:338)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:55)
    at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentMa
    nager.java:61)
    at java.lang.Thread.run(Thread.java:534)
    2005/05/20-17:24:41-EDT [DEEEBD] Attempting to create adapter 'class.Oracle Data
    base.9.2.CMUpgrade'
    2005/05/20-17:24:41-EDT [DEEEBD] OdbCMUpgradeAdapter.finalize
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Start of mai
    n script
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Executing
    script in direction: Clean Up
    Executing as user DWTARGET
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: -- Script G
    eneration for OdbCMUpgradeAdapter_1116624257836
    -- Plan was last modified: 20-MAY-05
    -- Target destination db : DWTARGET
    -- Generation started at: 20-MAY-05
    -- Generation finished at: 20-MAY-05
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Starting cle
    anup of recovery tables...
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Completed cl
    eanup of recovery tables.
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Script exec
    ution complete.
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Tcl_AppInit
    failed:
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Execution ex
    it status: 0
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Execution su
    cceeded
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateCurrentStatus: 11
    2005/05/20-17:24:41-EDT [DEEEBD] java.lang.NullPointerException
    at oracle.wh.runtime.platform.adapter.odb.OdbCMUpgradeAdapter.getTargetC
    onnection(OdbCMUpgradeAdapter.java:723)
    at oracle.wh.runtime.platform.adapter.odb.OdbCMUpgradeAdapter.deployUnpa
    rsedScripts(OdbCMUpgradeAdapter.java:363)
    at oracle.wh.runtime.platform.adapter.odb.OdbCMUpgradeAdapter.finalize(O
    dbCMUpgradeAdapter.java:325)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:325)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:338)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:55)
    at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentMa
    nager.java:61)
    at java.lang.Thread.run(Thread.java:534)
    2005/05/20-17:24:41-EDT [DEEEBD] finalize_unit_done auditId=77611
    2005/05/20-17:24:42-EDT [1BC887B] Free Memory(bytes)=59807752 Total Memory(bytes
    )=64946176 Used Memory(bytes)=5138424
    2005/05/20-17:24:42-EDT [1BC887B] AuditId=77611: Request completed
    /***************END of Log ***************/
    Thanks in advance for any help

  • R12 Upgrade Report from 11i Getting Error

    Hi everyone,
    We are currently working an R12 upgrade project from 11.5.10 to 12.1.3. I am currently converting a report from 11i to R12 but it is erroring out when I run it in R12. Below is the log. Any help would be greatly appreciated. Thanks.
    Payables: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XXHH_APXNACHA_CHASE module: XXHH: NACHA Payment Format Chase (HHG)
    Current system time is 06-DEC-2011 15:52:03
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_PAYMENT_BATCH='JRG120111b'
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    Enter Password:
    MSG-00001: Org ID: 141
    MSG-00001: After SRWINIT
    MSG-00099: Inside Get_Company_Name
    MSG-00099: Payment Batch = JRG120111b
    MSG-00099: No reporting entity setup found.
    REP-1419: 'beforereport': PL/SQL program aborted.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-1419: MSG-00001: Org ID: 141
    MSG-00001: After SRWINIT
    MSG-00099: Inside Get_Company_Name
    MSG-00099: Payment Batch = JRG120111b
    MSG-00099: No reporting entity setup found.
    REP-1419: 'beforereport': PL/SQL program aborted.
    Report Builder: Release 10.1.2.3.0 - Production on Tue Dec 6 15:52:04 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 3660174.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Output file size:
    0
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 06-DEC-2011 15:52:06
    ---------------------------------------------------------------------------

    It looks as though its failing in your beforereport trigger.
    MSG-00099: Inside Get_Company_Name
    MSG-00099: Payment Batch = JRG120111b
    MSG-00099: No reporting entity setup found.
    REP-1419: 'beforereport': PL/SQL program aborted.I dont believe payment batches are used anymore as they need to be done via Payment profiles and therefore you will need to use Payment Instruction ids instead. Also the setup at R12 is Mosaic
    try including this. as the first statement in the Beforereport trigger. All the banks tables payment tables has changed so unless you have changed these to you will need to adjust these correctly to the R12 tables.
    BEGIN
         MO_GLOBAL.INIT ('SQLAP');
    MO_GLOBAL.SET_POLICY_CONTEXT('S',FND_PROFILE.VALUE('ORG_ID'));
    END;

  • Unable to retrieve tables from this connection

    I have been using Dreamweaver for over 5 years. I have been
    using an Access database and ASP the entire time. I am using a
    Windows 2000 server for the database and web site. I have used
    every verson of Dreamweaver since Ultra Dev. When I bought verson 8
    and upgraded to 8.0.2, I began getting the following message when I
    try to edit or create a recordset.
    "Unable to retrieve tables from this connection, click on the
    'Define...' button to test this connection."
    I don't know what to do. Is this a widespread problem? Is it
    a Windows problem? Is it a Dreamweaver problem? Is it a network
    problem?
    Please HELP!

    Did you ever get an answer for this ?
    I am having the same issue but using XP professional.

  • I can't create table from another table?

    Hi everyone!
    I have a problem that I don't known the reason why?
    I'm using Oracle version 8i and I want to create a table from another table, such as:
         CREATE TABLE a_backup as SELECT * FROM a => It's OK, table a_backup is created.
    But there is only a table that I can't created like that, such as:
         CREATE TABLE b_backup AS SELECT * FROM b;
    When I run over command, SQL Plus is not responding... and clients are can't access to DB or Executing forever
    This is the first time I met this problem.
    Can Anyone help me to resolved it?
    Thanks in advance!

    xi`tin wrote:
    Hi everyone!
    I have a problem that I don't known the reason why?
    I'm using Oracle version 8i and I want to create a table from another table, such as:You realize, of course, that 8i is completely out of support .... Is your OS and hardware just as old as your rdbms software, or is it only the rdbms that your company refuses to upgrade?
         CREATE TABLE a_backup as SELECT * FROM a => It's OK, table a_backup is created.
    But there is only a table that I can't created like that, such as:
         CREATE TABLE b_backup AS SELECT * FROM b;
    When I run over command, SQL Plus is not responding... and clients are can't access to DB or Executing forever
    This is the first time I met this problem.
    Can Anyone help me to resolved it?
    Thanks in advance!

  • Error importing a table from DB2 in OBI 10g

    Hello,
    I am trying to import a table from DB2, but I have the following issue:
    *[nQSError: 16001] ODBC error state: S1000 code: 29986 message: [IBM][Controlador ODBC de iSeries Access][DB2 UDB]SQL0901 - Error del sistema SQL..*
    Steps I have done are:
    1) Create System DSN
    Driver: iSeries Access ODBC Driver
    2) Create a new database
    Database souce definition = Database DB2/AS400
    3) Create a new connection pool -->
    Call interface: DB2 CLI (Unicode)
    Datasource name: System name (specified in the System DSN)
    I have tested with System DSN name too
    Username: username DB
    Password: pwd DB
    c) Import table: File --> Import --> from Database
    Connection Type = ODBC 3.5 and I select the System DSN created
    I am working with OBI 10g (10.1.3.2.1) in Windows Server 2003 Enterprise and the DB2 is OS400 V5R4.
    Thank you and regards,
    Mónica.

    Hi,
    I have installed the DB2 client and from Access with the same ODBC is possible to import tables, but I don't understand why I can't do this operation from Administration Tool.
    Do you know how can I test the ODBC? Or if it is possible to see the error with more details (any log file)? I have tested a lot of things, but I can't solve the issue.
    The PATH system variable is right:
    D:\oracle\bise1\bi\server\Bin;D:\oracle\bise1\bi\web\bin;D:\oracle\bise1\bi\web\catalogmanager;D:\oracle\bise1\bi\SQLAnywhere;D:\oracle\bise1\jdk\bin;D:\oracle\bise1\db\bin;D:\oracle\bise1\owb\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\TOOLS;C:\PROGRA~1\IBM\CLIENT~1\Shared;C:\PROGRA~1\IBM\CLIENT~1;C:\PROGRA~1\IBM\CLIENT~1\Emulator;
    And in the path that it is mentioned in the error I can find the dll.
    Are being doing any wrong step to import a table?
    Thank you and regards,
    Mónica.

  • Problem in Import of Tables from SQL Server.

    Hi Forum,
    I m new to OWB.
    I m facing a prob regarding the import of tables.
    I m importing tables from SQL server through ODBC DB Link..
    It imports the tables fine, but without key constraints..
    Can u tell me, Why? and How can I import that info as well?

    Hi David,
    The things I said are not a fix for this problem.
    If your RCU installation worked, then you do not have to worry about modifying the createfr.sql.
    Edit:
    I've just tracked the problem. It appears that when using the query builder, BI forgets to add the " sign.
    For example:
    This query will give the hyperion error.
    select     "table"."field"
    from     "database.user"."table"
    To correct it write it like this:
    select     "table"."field"
    from     "database"."user"."table"
    Edited by: EBA on Nov 14, 2011 10:21 AM

  • Upgrade Failure from apex 3.0 to 3.1 on Oracle 10.2.0.3

    Hi:
    When I was upgrading apex from 3.0 to 3.1 on Oracle 10.2.0.3, I experienced the error below: I did use the sysdba login when I was doing the upgrade.
    Thank you for your help!
    ...create wwv_flow_sw_binds
    references flows_files.wwv_flow_file_objects$(id)
    ERROR at line 7:
    ORA-02270: no matching unique or primary key for this column-list
    create index wwv_flow_sw_bind_idx1 on wwv_flow_sw_binds (file_id)
    ERROR at line 1:
    ORA-00942: table or view does not exist

    Surely that's telling you something?
    If you did manage to hack it, you would then have an unsupported installation of APEX.
    Upgrade the DB, or upgrade to the max supported APEX version for your current database version (which I think would be 3.2.1).
    Cheers
    Ben

  • Shadow tables in owb 10.2.0.2.8

    Hi all,
    I have a problem with creating shadow tables in patch set 10.2.0.2.8. If I recalled correctly, I did manage to create them with no issues in another version of owb: 10.2.0.3. Can I just verify that this current patchset 10.2.0.2.8 does not support the creation of shadow tables automatiicaly? I looked at the script generated and I didnt see any "logerrors into error_table..." statement.

    Hi
    Prior to OWB 10.2.0.3 you can use the DML error logging features only for the mappings which runs
    in ROW based mode.
    But from OWB 10.2.0.3 onwards DML error logging features can be used for SET based mappings also.
    Cheers
    Nawneet

  • Create History Table from Main

    I'm seeking help from the experts because I'm far from an expert and I have been unsuccessful at figuring this out on my own.
    So far I've created a history table which is to keep all our data history from our main table. It is almost the same table, but with a few added columns to better keep records. The purpose of creating the table is to keep from having so much data in our main table so it will cut down on data query times.
    This, to me, is a very complicated SQL statement. I'm trying to use an INSERT statement to do this. But I'm updating the history table from multiple tables. An example of what I'm trying is:
    INSERT INTO history_table a (column1, column2, column3, etc. )
    SELECT (b.column1, b.column2, c.title||' '||c.l_name||', '||c.f_name, b.column4, etc.)
    FROM main_table b, code_id_table c
    WHERE b.column3 = c.column1
    The problem is when I encounter null values in table3 c. Since I'm concatenating a few columns into one, if any of those columns are null, I get an error since it doesn't know what data to pull. I want it to just put NULL values where it's pulling NULL values. I'm pretty sure it will work with an IF THEN statement, but I'm not sure exactly how to handle it or if I'm even going at this with the right approach. The goal is the create a history table with a little more information than the main table so we have to pull information from multiple tables into the history table and get around the null values.
    I hope I've made sense with any of this. If someone has some ideas, advice, or examples for me I'd greatly appreciate it. Thanks for your time.
    -FC1

    Oh I apologize. I'm running version 8i at the moment but will be upgrading to 10g within the next few weeks.
    -FC1

Maybe you are looking for