DDL in Workspace Manager

Oracle 10.2.0.3 on Redhat 4.
I version-enabled a table and then created a workspace called test1. I goto test1 and add a column to a table using beginddl and commitddl. Everything works fine except when I goto LIVE workspace, and do a describe on the table, the added column is there. Is there a way to perform ddl in a workspace and not have it apply to LIVE until you do a merge?

Hi,
Any DDLs that you perform are applied to the entire table, and for all of the workspaces. Only dmls can be applied to a single workspace.
Regards,
Ben

Similar Messages

  • Triggers in Workspace Manager

    I've got some problems with the workspace manager and triggers in 10g:
    If you have a trigger defined on a table and you version this table, ORACLE will create 3 "instead of"-triggers on the view representing the table.
    The "content" of the trigger will be created in a wm$ procedure.
    My question is: How can I change my trigger without unversioning the table?
    As an example, consider the following two tables:
    -- Create Data Table
    CREATE TABLE MY_TABLE
         X_ID NUMBER(28) NOT NULL,
         V_TEXT VARCHAR2(200),
         V_COMMENT VARCHAR2(4000)
    -- The Table's PK
    ALTER TABLE MY_TABLE ADD CONSTRAINT PK_MY_TABLE
         PRIMARY KEY (X_ID)
    USING INDEX;
    -- Create Registry Table
    CREATE TABLE MY_REGISTRY_TABLE
         X_ID NUMBER(28) NOT NULL,
         V_OLD_TEXT VARCHAR2(200),
         V_OLD_COMMENT VARCHAR2(4000),
         V_NEW_TEXT VARCHAR2(200),
         V_NEW_COMMENT VARCHAR2(4000),
         D_WHEN DATE NOT NULL
    Now, we create a trigger that automatically registers the changes made on MY_TABLE:
    -- Create Trigger
    CREATE OR REPLACE TRIGGER TR_MY_TABLE
    AFTER INSERT OR UPDATE OR DELETE ON MY_TABLE
    FOR EACH ROW
    BEGIN
         INSERT INTO MY_REGISTRY_TABLE(
              X_ID
              ,V_OLD_TEXT
              ,V_OLD_COMMENT
              ,V_NEW_TEXT
              ,V_NEW_COMMENT
              ,D_WHEN
         VALUES (
              NVL(:old.X_ID, :new.X_ID)
              ,:old.V_TEXT
              ,:old.V_COMMENT
              ,:new.V_TEXT
              ,:new.V_COMMENT
              ,sysdate
    END TR_MY_TABLE;
    Now, we decide to version MY_TABLE.
    exec dbms_wm.enableversioning('MY_TABLE');
    This turns MY_TABLE into 2 data tables and a collection of views.
    The trigger has changed as well. The original trigger has disappeared, and there are 3 "INSTEAD OF"-triggers on the view MY_TABLE:
    OVM_Delete_102
    OVM_Insert_102
    OVM_Update_102
    These three triggers in the end call a system generated procedure:
    wm$proc_udt_187
    If I try to change this procedure, the system won't let me do that.
    So, my question is, how can I change my trigger on MY_TABLE without unversioning the table?

    Hi,
    The 3 instead of triggers are created regardless of whether the table contained a user defined trigger or not. They are primarily used to implement the DML, but are used for other things as well as you noted. To change the definition of the trigger, you would need to use the Workspace Manager DDL procedure. See section 1.8 of the user guide. Essentially, you execute dbms_wm.beginDDL on the table, update the trigger on the <table_name>LTS table that is created (the trigger will have the original name that you gave it), then execute dbmswm.commitDDL.
    Regards,
    Ben

  • Upgrading from 9.0.1.3 to 11.2.0.4 with Oracle Workspace Manager

    Our client has a (very old) 9.0.1.3 database on Windows 2000
    This database (and other products – but that’s not the main concern right now) needs to be upgraded to 11.2.0.4 in Windows2008R2 (64 bit).
    A complicating factor might be the use of Oracle Workspace Manager – a lot of tables are Workspace Managed.
    We can do it the long way, by upgrading it via 9.1.0.4, 10.2.0.1, 10.2.0.4 -> Export and then, on the new environment, import on 10.2.0.4 en subsequently upgrade it to 10.2.0.5 and then 11.2 (and maybe some more patching afterwards).
    But that takes way too long (downtime).
    So would it be possible to do it the “easy way”:
    Full Database Export of 9.0.1.3, import it into a brand new empty 11.2.0.4 and then upgrade Workspace Manager to 11.2 as well?
    Or should we upgrade OWM to 11.2 in the old environment - and is that possible at all?
    (FYI: Snippet from the OWM manuals : Workspace Manager supports the import and export of version-enabled tables in one of the following two ways: a full database import and export, and a workspace-level import and export through Workspace Manager procedures. No other export modes, such as schema, table, or partition level, are currently supported).
    (On purpose cross-posted in the "Workspace Manager" Forum : Upgrading from 9.0.1.3 to 11.2.0.4 with Oracle Workspace Manager

    The database is not that big (in fact there are two, both around 130Gb).
    Affordable downtime is one weekend. The long way (with all patching and upgrading) takes around 100 hours...
    We did raise an SR, but the answer was ... take the long way home ;-)
    (But, FYI, I didn't raise the SR, so I don't know what question has been asked... If the original question was "how to upgrade", you get the official statement. If you don't ask for other options, you don't get them - so I ask it here...)
    And I've seen that presentation... Thanks anyway.

  • Analytic Workspace Manager 10.2.0.3.0A posted

    A new version of Analytic Workspace Manager has been posted to the Oracle OLAP site on OTN and MetaLink.
    AWM 10.2.0.3.0A addresses the following bugs found in AWM 10.2.0.3.0:
    5949796<< Period To Date calculation incorrect when using non-Gregorian time dimension
    5889531<< Retrieval of schema list is slow upon connection
    5687603<< Stale data may be displayed while switching between Model and Object Views
    5653421<< Error using even numbers for Median Smoothing Window forecast
    5887261<< Right-click menu does not appear for non-English localesNote: the MS Windows 32-bit standalone version is found both on OTN and MetaLink (PS # 6032088) whereas the Linux x86 patch version is found only on MetaLink (PS # 6032088).
    OTN: http://www.oracle.com/technology/products/bi/olap/index.html
    MetaLink: https://metalink.oracle.com

    hello bart,
    try with oracle client 12C Oracle Database 12c Release 1 for Microsoft Windows (x64)
    Oracle client 12C contains awm 12C
    regards
    jean marc

  • Performance tuning in Cubes in Anlytic Workspace Manager 10g

    Hi,
    Can anyone tell me or suggest anything how i should i improve the performance of cube maintainance in Analytic Workspace Manager..

    generate statspack/AWR reports
    HOW To Make TUNING request
    https://forums.oracle.com/forums/thread.jspa?threadID=2174552#9360003

  • How to install analytic workspace manager?

    I have Oracle 9.2.0.1 running on Windows. I have installed 9.2.0.3 database patch. I couldn’t see analytic workspace manager tool? How to get the tool?
    I will greatly appreciate if you can guide me with some links or steps.

    Few days back I went to a Oracle Demo and there I used Analytic Workspace Manager, which is running on Windows 2000 (both database and the tool on same machine).
    It was located in
    Start menu --> Oracle home --> Integrated Management Tolls Folder.
    I couldn't see that on my 9.2.0.1 installation. So I installed the new patch 9.2.0.3, still I am not able to see that tool.
    Am I missing anything? Any other patch?

  • How to Install Analytic Workspace Manager 10.1.0.4.

    Hi,
    how to Install Analytic Workspace Manager 10.1.0.4.?
    Many thanks before.

    Thank you, we have this :
    SELECT COMP_NAME, VERSION, STATUS FROM DBA_REGISTRY WHERE COMP_NAME LIKE '%OLAP%';
    COMP_NAME VERSION STATUS
    OLAP Analytic Workspace 10.2.0.1.0 VALID
    Oracle OLAP API 10.2.0.1.0 VALID
    OLAP Catalog 10.2.0.1.0 VALID
    Is Analytic Workspace Manager installed ? How to know its version ?
    Thank you.

  • Oracle 10g Analytic Workspace Manager 10.1.0.4( where to download?)

    Guys,
    I'm looking for a link to install Oracle 10g Analytic Workspace Manager 10.1.0.4.
    Can someone help me with the link?.
    Thanks,
    Bhagat

    Thank you, we have this :
    SELECT COMP_NAME, VERSION, STATUS FROM DBA_REGISTRY WHERE COMP_NAME LIKE '%OLAP%';
    COMP_NAME VERSION STATUS
    OLAP Analytic Workspace 10.2.0.1.0 VALID
    Oracle OLAP API 10.2.0.1.0 VALID
    OLAP Catalog 10.2.0.1.0 VALID
    Is Analytic Workspace Manager installed ? How to know its version ?
    Thank you.

  • Install Analytic Workspace Manager 10.1.0.4.

    Hi,
    how to Install Analytic Workspace Manager 10.1.0.4. ?
    We are in DB 10g R2.
    It is urgent please help.
    Many thanks before.

    Thank you, we have this :
    SELECT COMP_NAME, VERSION, STATUS FROM DBA_REGISTRY WHERE COMP_NAME LIKE '%OLAP%';
    COMP_NAME VERSION STATUS
    OLAP Analytic Workspace 10.2.0.1.0 VALID
    Oracle OLAP API 10.2.0.1.0 VALID
    OLAP Catalog 10.2.0.1.0 VALID
    Is Analytic Workspace Manager installed ? How to know its version ?
    Thank you.

  • Has Anyone used View Generator in Workspace Manager 10.2.0.3A

    It does not seem to show the dimensional attributes and all the pretty pictures in the blogs/forums seem to work!!!!
    Can you tell me if I am missing something?

    Hi,
    View Generator appears to be an OLAP product, which is distinct from Workspace Manager. I would recommend to use the following forum:
    OLAP
    Regards,
    Ben

  • Analytic Workspace Manager 9.2.0.4

    Hi
    When I attempt to create a workspace in Analytic Workspace Manager an error message is displayed saying that the database I am using is not a 9.2.0.2 compatible database and the DBMS_AWM package cannot be found.
    I have, however, patched my database to 9.2.0.5. Is Analytic Workspace Manager version 9.0.4 incompatible with Oracle DB version 9.2.0.5?
    My environment setup is as follows:
    Analytic Workspace Manager (9.2.0.4)
    Oracle DB 9i Rel 2 (9.2.0.5)
    Windows XP Professional SP 2.
    Thanks
    Ryan

    AWM 9.2.0.4.1 is forward compatible on the 9.2 code stream. It works with the current 9.2.0.5.0 and 9.2.0.6 patch sets. My guess is that the Post Installation steps for the 9.2.0.5.0 patch set were not performed. For example, did the catpatch.sql script run? A lot of people overlook this required step in the readme.
    In order to check to see if your patch set was installed correctly, perform the following query:
    SQL&gt; select comp_name, version, status from dba_registry;
    You should see 9.2.0.5 and VALID for the OLAP components.

  • Does  Analytic Workspace Manager 11.2.0.3.0A  work with oracle database 12c?

    hello,
    i would like to know if AWM 11.2.0.3.0A works against with oracle database 12c in pdb mode or not .
    regards
    jm

    I have attempted to connect 11g versions of AWM to 12c and get this error:
    'This version of Analytic Workspace Manager is incompatible with the database instance. The Analytic Workspace Manager version is 11.2.0.3.0 and the database compatible version is 12.1.0.0.0'
    So unfortunately it is not compatible, and there is currently no AWM for 12c
    I also contacted Oracle support and they wont give me any information about a release date or any information on the xml template specification for 12c.
    I guess we will just have to wait till they release a version of AWM that supports 12c...
    Laszlo

  • Analytic Workspace Manager 11.2.0.3.0a and Oracle11g 11.2.0.4

    Hello!
    I'm trying to connect from Analytic Workspace Manager, version 11.2.0.3.0a (latest one), to Oracle server ver. 11.2.0.4. Connection fails with following message "This version of Analytic Workspace Manager is incompatible with the database instance.". Is there a way to make this work? The solution I'm aware of is to downgrade a server. Maybe someone knows other solutions?
    Best regards
    Bart

    hello bart,
    try with oracle client 12C Oracle Database 12c Release 1 for Microsoft Windows (x64)
    Oracle client 12C contains awm 12C
    regards
    jean marc

  • Analytic Workspace Manager 10.2.0.1.0A available

    Analytic Workspace Manager 10.2.0.1.0A is now available. You can find it on MetaLink as PS# 4656244 or OTN at http://www.oracle.com/technology/products/bi/olap/index.html.
    What is AWM 10.2.0.1.0A? It is a patched, stand-alone client that supercedes the version found on the Oracle Database Client CD for 10gR2.
    What's the background on AWM 10.2.0.1.0A? It was initially created to fix issues while connecting to Oracle OLAP 10.1.0.4.0 but over time picked up some other fixes.
    Which Oracle OLAP versions does AWM 10.2.0.1.0A work with? It works with Oracle OLAP 10.1.0.4.0 and above on the Oracle Database 10gR1 code stream and Oracle Database 10.2.0.1.0.
    Does AWM 10.2.0.1.0A require a corresponding Oracle OLAP 'A' patch to the database? No
    Is there scheduled an AWM 10.1.0.5 or any other future 10gR1 version? No, AWM 10.1.0.4 users can move to AWM 10.2.0.1.0A.

    hello bart,
    try with oracle client 12C Oracle Database 12c Release 1 for Microsoft Windows (x64)
    Oracle client 12C contains awm 12C
    regards
    jean marc

  • Unable to create dimension in Analytic Workspace manager

    Hi all,
    I am trying to create dimension using Analytic Workspace Manager(AWM) and it throws the following error.
    *"The transaction is not committable: "java.lang.RuntimeException: org.xml.sax.SAXException: Missing XML attribute: Attribute for tag: <Metadata><StandardDimension><Organization><AWPrimaryDimensionOrganization><AttributeOrganization>"*
    Kindly share your comments.
    I am using Oracle 11g r1 client to connect with oracle 11g R2 database.
    Please let me know the steps to create a OLAP cube using AWM
    Regards
    Mukhil

    It sounds like a mismatch between an old version of AWM and a new version of the server. Please try a more recent version of AWM.
    http://www.oracle.com/technetwork/database/options/olap/olap-downloads-098860.html

Maybe you are looking for

  • Good receipt PO

    Hi all, does anyone know how to protect quantity receipt not more than outstanding PO quantities? for example, in my PO i have 20 pcs. then i only received 5 pcs in my first GRPO. so, the open PO quantity will be 15 pcs. i need a protection message a

  • How to download adobe acrobat Professional 10.0 setup

    Dear Sir or Madam,        I Have Licence so how to download adobe acrobat Professional 10.0 setup. forumnotifier

  • Radio boxes and display problems

    Using InDesign CS6 to create radio buttons in my document, so that it shows a "tick" instead of a "circle" on Windows 7 OS, then exporting the document as an Interactive PDF to Acrobat Pro X. Once the PDF is created, on my machine the radio boxes dis

  • Minibridge not working properly when merging 3 JPG files to HDR

    When I select three files with mini bridge and then select Photishop...Merge to HDR Pro... then I get an advise to better merge three RAW files...and END. When I open the same three files and then go to Automate...Merge to HDR Pro....I get the same w

  • Project Library question

    New to final cut. I created several project, but don't see them in the project library. Saving to an external drive and can see that drive, but not the projects.