Steps to Increase / adding New Table Space using BR TOOLS

Hi
Can Anyone Tell me the Step by Step Process for Increasing / Adding New Table Space using BRTOOLS.
Any Demos/Blogs will be appreciated.
Thanks in Advance.
Rg
Dan

Hi Dan,
<u><b>Adding a datafile using BRTOOLS</b></u>
1) su – <b>ora<sid></b>
2) start <b>brtools</b>
3) Select option <b>2 -- Space management</b>
4) Select option <b>1 -- Extend tablespace</b>
5) Select option <b>3 --Tablespace name (specify tablespace name) and say continue(c- cont)</b>
6) Select option <b>3 – New data file to be added and return</b>
7) Select option <b>5 -- Size of the new file in MB (specify the size of the file) and say continue</b>
regards,
kanthi

Similar Messages

  • Free Goods MW steps 5.0 w new table

    Hi All,
         I have set up Free Goods in R/3 and had to create 1 new table in R/3.
         In CRM what objects do I need to replicate?
    DNL_CUST_CND_FG
    DNL_CUST_FGD
    others?
    I created a new entry in R3AC5 for my new R/3 table KOTN900.
    I copied DNL_COND_N010 to DNL_COND_N900 but changed table KOTN010 to KOTN900 in the table structure tab but running R3AS keeps SYSFAIL in SMQ1.
    So I either set DNL_COND_N900  up wrong or I need to replicate some other object 1st is my guess.
    The SYSFAIL is Exception condition "NO_STRUCT_DEFINITION" raised.
    Message no. SR053
    I can't see anything in the best practice guides.

    Can't have item levels in the table, CRM 5.0 listing uses both the table (header) and PPR.

  • Retaining row selection in a new  table which uses the same model.

    hi can anybody help me
    actually i have a table which allows multiple selections.like it allows to select row1 & row 4 if
    there are 5 rows.Now on click of a button i show a dialog with another table but with the same model
    applied to it.
    now my problem is that iam not able to make the selction of 1 & 4 rows in the new table.
    if i use a selectSingleRow in a for loop only 4rth row is getting selected.
    if i use a selection interval method it selects all the 4 rows from 1 to 4.
    is there any way i could select only the 1st and the 4rth row ?

    import javax.swing.*;
    import java.awt.*;
    import javax.swing.table.*;
    class Testing
      public void buildGUI()
        JTable table = new JTable(10,3);
        JScrollPane sp = new JScrollPane(table);
        sp.setPreferredSize(new Dimension(300,200));
        JFrame f = new JFrame();
        f.getContentPane().add(sp);
        f.pack();
        f.setLocationRelativeTo(null);
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.setVisible(true);
        table.changeSelection(1,0,true,false);
        table.changeSelection(4,0,true,false);
      public static void main(String[] args)
        SwingUtilities.invokeLater(new Runnable(){
          public void run(){
            new Testing().buildGUI();
    }

  • Stored procedure to update the new table by using back up table

    Hi all,
    oracle version -10g
    iam planning to do one time legacy conversion during the migration of one of the tables.
    for that i took the back up of table , now i need to transfer all of the data from the backup table to the new table with some changes..
    so please suggest me how to write the stored procedure?
    back up table name: test t
    new table: test n
    new table will have extra one row .. in that i need to put the logic
    so am planning to write a procedure like below
    create or replace procedure test as
    begin
    insert into TEST T ( u
              v
              w
              X
              y
              z) VALUES
    SET T.U = O.U
    T.V = O.V
    T.W = DECODE(O.W, AD     '01',
                   00     '01')
    T.X = O.X
    T.Y = IF O.W = 'AD' AND O.Y = 'YES' THAN PUT 'AD'
         IF O.W = '00' AND O.Y = 'YES' THAN PUT 'PD'
    IF O.W NOT IN ('AD','00') AND O.Y = 'YES' THEN PUT 'E'
    O.Y= 'NO' THEN PUT 'D'.
         '

    10g is not an Oracle version number. Please run the following:
    SELECT * FROM v$version;What about your situation indicates a requirement for a stored procedure? I wouldn't write one based on what you have posted. It seems, again from what little you posted, that all you need is:
    INSERT INTO <new_table>
    SELECT ... FROM <temp_table>;

  • Regarding adding new pricing condition using BAPI_SALESORDER_CHANGE

    Hi All,
    I am trying to add a new pricing condition at item level using Bapi_salesorder_change, but it is not getting updated. I am also doing Bapi_transaction_commit as the next step.
    I am passing the sales order number and the Update flag in the header. Tried passing G as the logic switch-pricing and also tried with logic_switch-COND_HANDL = X.
    I am passing the data in structure CONDITIONS_IN with the value for item numebr, condition step number, condition count , condition value, currency and unit.
    Also I am passing data in CONDITIONS_INX with the required flags set and update flag as 'I'.
    The output says that order is changed and saved successfully, but the condition type is not there when i check the pricing coinditions inside the order at item level.Please help.
    Regards,
    Kaustubh B. Khasnis

    Hi,
    In the condition tab..
    Press the determination analysis button..
    There it will show the why the pricing condition type is not added..
    Thanks,
    Naren

  • Adding New Portal User using PLSQL APIs

    I am trying to use the PLSQL APIs to add a new user based. Please let me know if I am on the right track. I am using Portal 3.0.8
    1) At the portal30_sso schema, I used wwwsso_ls_private.ls_create_user and it works.
    2) At the portal30 schema, I used wwsec_api.add_portal_user and it works.
    3) I used the activate_user api and it works.
    4) Still can't log on using my user name and password. The message is "Error: Authentication failed. Please try again. (WWC-41419)"
    Please help.
    null

    Here are the steps I have taken to set up Self Registration using the PL/SQL API
    1st Solution...
    1) At the portal30_sso schema, I used wwwsso_ls_private.ls_create_user and it works.
    2) At the portal30 schema, I used wwsec_api.add_portal_user and it works.
    3) I used the activate_user api and it works.
    4) Still can't log on using my user name and password. The message is "Error: Authentication failed. Please try again. (WWC-41419)"
    2nd Solution
    1st Solution...
    1) At the portal30_sso schema, I used WWSSO_API_USER_ADMIN.create_user and it works.
    2) At the portal30 schema, I used wwsec_api.add_portal_user and it works.
    3) I used the activate_user api and it works.
    4) Still can't log on using my user name and password. The message is "Error: Authentication failed. Please try again. (WWC-41419)"
    Here is a code sample of step 1.
    declare
    v_user portal30_sso.sso_user_type;
    v_err number;
    begin
    portal30_sso.wwsso_api_user_admin.create_user
    p_username => 'NEWUSER2',
    p_password => 'PASSWORD',
    p_error_code => v_err
    end;
    It would really help me out if I can get a response to see if it is possible or not to create a self-registration feature for Portal. Thank you for your help.
    null

  • Shifting DB Objects into new table space

    Hi Guys,
    We did not create any tablespace and all the users and their objects that we have created so far are in system tablespace...
    Now we have created a tablespace. How can we shift our objects, users and their tables, view, packages, triigers in new tablespace.
    Please explain with example if possible. And how to delete the objects from system tablespace. Please explain in details.
    Looking forward for your kind help.
    Imran Baig

    What about the packages, procedures and functions.Those objects, as views does not own a Data Segment, their definition is stored in system catalog. There's nothing you need to do, that's 100% OK.
    is this commans necessary to run after all the tables are in new tablespace?
    alter index xyz rebuild onlineYes. In fact, when moving a table, rebuilding its indexes must be done. As for me, it's best to rebuild the indexes just after the table is moved. You can create a package or procedure to do this.
    Oh, bah, I can give you some code sample. It's a package I created some time ago that can generate object movement code depending on their size to move them to appropriately sized tablespaces (extent size, etc):create or replace PACKAGE MGTSPACE
    IS
      -- Record qui permet de définir les bornes hautes/basse par tablespace.
      TYPE tMinMax IS RECORD
        minsize NUMBER(38),
        maxsize NUMBER(38)
      -- Tableau stockant les valeurs par indexation par nom de tablespace
      TYPE tTS_MinMax IS TABLE
        OF tMinMax
        INDEX BY VARCHAR2(30);
      -- Variable qui va stocker les diférentes valeurs de bornage
      vTS_MinMax tTS_MinMax;
      -- Type qui va stocker la liste des tablespaces à gérer
      TYPE tListeChaine IS TABLE
        OF VARCHAR2(30)
        INDEX BY BINARY_INTEGER;
      -- Variable qui stocke la liste des tablespaces à gérer 
      vListeTablespace tListeChaine;
      -- Procédure d'initialisation
      PROCEDURE INIT;
      -- Procédure de recherche des tables dans un tablespace spécifique
      PROCEDURE TS_SCAN(pTSname IN VARCHAR2);
      -- Procédure de recherche des tables dans l'ensemble des tablespaces configurés
      PROCEDURE TS_SCAN_ALL;
    END;
    create or replace PACKAGE BODY MGTSPACE
    IS
      -- Procédure d'initialisation
      PROCEDURE INIT
      IS
      BEGIN
        vTS_MinMax('DATBIG').minsize := 1536;
        vTS_MinMax('DATBIG').maxsize := 1000000;
        vTS_MinMax('DAT').minsize    := 20;
        vTS_MinMax('DAT').maxsize    := 1536;
        vTS_MinMax('DATLOW').minsize := 0;
        vTS_MinMax('DATLOW').maxsize := 20;
        vTS_MinMax('IDXBIG').minsize := 1000000;
        vTS_MinMax('IDXBIG').maxsize := 512;
        vTS_MinMax('IDX').minsize    := 100;
        vTS_MinMax('IDX').maxsize    := 512;
        vTS_MinMax('IDXLOW').minsize := 0;
        vTS_MinMax('IDXLOW').maxsize := 100;
        vListeTablespace(1):='DATBIG';
        vListeTablespace(2):='DAT';
        vListeTablespace(3):='IDXBIG';
        vListeTablespace(4):='IDX';
        vListeTablespace(5):='IDXLOW';
        vListeTablespace(6):='DATLOW';
      END;
      -- Déplace une partition d'index
      PROCEDURE MOVE_INDEX_PARTITION(pOwner IN VARCHAR2, pName IN VARCHAR2, pDestination IN VARCHAR2, pPartName IN VARCHAR2)
      IS
      BEGIN
        DBMS_OUTPUT.PUT_LINE('ALTER INDEX ' || pOwner || '.' || pName || ' REBUILD PARTITION ' || pPartName || ' TABLESPACE ' || pDestination || ' ONLINE COMPUTE STATISTICS;');
      END;
      -- Procédure de déplacement d'un index
      PROCEDURE MOVE_INDEX(pOwner IN VARCHAR2, pName IN VARCHAR2, pDestination IN VARCHAR2 := NULL)
      IS
      BEGIN
        IF (pDestination IS NOT NULL) THEN
          DBMS_OUTPUT.PUT_LINE('ALTER INDEX ' || pOwner ||'.' || pName || ' REBUILD TABLESPACE ' || pDestination || ' NOLOGGING ONLINE STORAGE (INITIAL 128k) COMPUTE STATISTICS;');
        ELSE
          DBMS_OUTPUT.PUT_LINE('ALTER INDEX ' || pOwner ||'.' || pName || ' REBUILD NOLOGGING ONLINE COMPUTE STATISTICS;');
        END IF;
      END;
      -- Procédure de déplacement d'une table
      PROCEDURE MOVE_TABLE(pOwner IN VARCHAR2,pName IN VARCHAR2, pDestination IN VARCHAR2)
      IS
      BEGIN
        -- Génération du code de déplacement
        DBMS_OUTPUT.PUT_LINE('ALTER TABLE ' || pOwner || '.' || pName || ' MOVE TABLESPACE ' || pDestination || ' STORAGE(INITIAL 128k);');
        -- Reconstruction des indexes associés
        FOR vListeIndexes IN (SELECT OWNER, INDEX_NAME FROM DBA_INDEXES WHERE TABLE_NAME=pName AND OWNER=pOwner)
        LOOP
          MOVE_INDEX(vListeIndexes.OWNER, vListeIndexes.INDEX_NAME);
        END LOOP;
      END;
      -- Procédure qui propose le déplacement d'un objet
      PROCEDURE MOVE_OBJECT(pType IN VARCHAR2,pOwner IN VARCHAR2,pName IN VARCHAR2, pPartName IN VARCHAR2,pDestination IN VARCHAR2,pSize IN NUMBER)
      IS
      BEGIN
        DBMS_OUTPUT.PUT_LINE('--');
        DBMS_OUTPUT.PUT_LINE('-- Doit déplacer l''objet ' || pType || ' ' || pOwner || '.' || NVL(pPartname,pName) || (CASE WHEN pPartName IS NOT NULL THEN ' partition de ' || pName ELSE NULL END) || ' vers ' || pDestination || '. Taille: ' || pSize || 'MiB');
        IF (pType = 'TABLE') THEN
          MOVE_TABLE(pOwner, pName, pDestination);
        ELSIF (pType = 'INDEX') THEN
          MOVE_INDEX(pOwner, pName, pDestination);
        ELSIF (pType = 'INDEX PARTITION') THEN
          MOVE_INDEX_PARTITION(pOwner, pName, pDestination, pPartName);
        ELSE
          DBMS_OUTPUT.PUT_LINE('Type d''objet non géré. ' || pOwner || '.' || pName || ' est de type: ' || pType||'/'||pPartName);
        END IF;
        DBMS_OUTPUT.PUT_LINE('--');
        DBMS_OUTPUT.PUT_LINE('--');
      END;
      -- Procédure de recherche des tables dans un tablespace spécifique
      PROCEDURE TS_SCAN(pTSname IN VARCHAR2)
      IS
        CURSOR cObjList IS
          SELECT OWNER, SEGMENT_NAME, PARTITION_NAME, BYTES/1024/1024 ACT_SIZE, SEGMENT_TYPE
          FROM DBA_SEGMENTS
          WHERE TABLESPACE_NAME=pTSname
          AND   (BYTES/1024/1024 <  vTS_MinMax(pTSname).minsize OR BYTES/1024/1024 >= vTS_MinMax(pTSname).maxsize);
      BEGIN
        -- On traite le tablespace passé en paramètre
        DBMS_OUTPUT.PUT_LINE('------------------------------------------------------------');
        DBMS_OUTPUT.PUT_LINE('-- Traitement du tablespace ' || pTSname || '('||vTS_MinMax(pTSname).minsize||'/'||vTS_MinMax(pTSname).maxsize||')');
        DBMS_OUTPUT.PUT_LINE('------------------------------------------------------------');
        -- Et on recherche tous les objets concernés
        FOR vObjList IN cObjList
        LOOP
          -- Cet objet est mal placé, on cherche ou il doit être relocalisé
          FOR vTSidx IN vListeTablespace.FIRST .. vListeTablespace.LAST
          LOOP
            -- On vérifie l'existence de l'entrée: précaution :)
            IF vListeTablespace.EXISTS(vTSidx) THEN
              -- Si c'est la même catégorie
              IF ((SUBSTR(vListeTablespace(vTSidx),1,3) = SUBSTR(pTSname,1,3)) AND (vObjList.ACT_SIZE BETWEEN vTS_MinMax(vListeTablespace(vTSidx)).minsize AND vTS_MinMax(vListeTablespace(vTSidx)).maxsize))THEN
                MOVE_OBJECT(vObjList.SEGMENT_TYPE,vObjList.OWNER,vObjList.SEGMENT_NAME,vObjList.PARTITION_NAME,vListeTablespace(vTSidx),vObjList.ACT_SIZE);
              END IF;
            END IF;
          END LOOP;
        END LOOP;
        DBMS_OUTPUT.PUT_LINE('');
        DBMS_OUTPUT.PUT_LINE('------------------------------------------------------------');
      END;
      -- Procédure de recherche des tables dans l'ensemble des tablespaces configurés
      PROCEDURE TS_SCAN_ALL
      IS
      BEGIN
        FOR vTSidx IN vListeTablespace.FIRST .. vListeTablespace.LAST
        LOOP
          IF vListeTablespace.EXISTS(vTSidx) THEN
            TS_SCAN(vListeTablespace(vTSidx));
          END IF;
        END LOOP;
      END;
    END;Comments are in French, but you can guess :-)
    You'll have to modify PROCEDURE INIT in order to set up YOUR tablespace names. For example, you'll have to add an entry in the table for the SYSTEM tablespace!
    This is called using:SET SERVEROUTPUT ON SIZE 200000
    BEGIN
         MGTSPACE.INIT;
         MGTSPACE.TS_SCAN_ALL;
    END;
    /Modify it to suit your needs, but you shouldn't have much work to do. For example, PROCEDURE INIT, for you, will be like:PROCEDURE INIT
      IS
      BEGIN
        vTS_MinMax('DAT').minsize := 0;
        vTS_MinMax('DAT').maxsize := 10000000;
        vTS_MinMax('IDX').minsize := 0;
        vTS_MinMax('IDX').maxsize := 10000000;
        vTS_MinMax('SYSTEM').minsize := 0;
        vTS_MinMax('SYSTEM').maxsize := 0;
        vListeTablespace(1):='SYSTEM';
        vListeTablespace(2):='DAT';
        vListeTablespace(3):='IDX';
      END;Note : This will generate the code, not run it.
    Note2: This code assumes that tables tablespace names start with DAT and that index tablespace names start with IDX.
    Note3: I know separating tables and indexes is useless, just some personnal organisation choice :-)
    Note4: To avoid that (and you have to, because SYSTEM does not match) , change the code:IF ((SUBSTR(vListeTablespace(vTSidx),1,3) = SUBSTR(pTSname,1,3)) AND (vObjList.ACT_SIZE BETWEEN vTS_MinMax(vListeTablespace(vTSidx)).minsize AND vTS_MinMax(vListeTablespace(vTSidx)).maxsize))THEN
         MOVE_OBJECT(vObjList.SEGMENT_TYPE,vObjList.OWNER,vObjList.SEGMENT_NAME,vObjList.PARTITION_NAME,vListeTablespace(vTSidx),vObjList.ACT_SIZE);
    END IF;
    to
    IF ((vObjList.ACT_SIZE BETWEEN vTS_MinMax(vListeTablespace(vTSidx)).minsize AND vTS_MinMax(vListeTablespace(vTSidx)).maxsize))THEN
         MOVE_OBJECT(vObjList.SEGMENT_TYPE,vObjList.OWNER,vObjList.SEGMENT_NAME,vObjList.PARTITION_NAME,vListeTablespace(vTSidx),vObjList.ACT_SIZE);
    END IF; in procedure TS_SCAN
    Note5: well, I'll let you do the remaining :-)
    Note6: This is not optimized code, nor guaranteed.
    Note7: Nothing to see here, move along.
    Regards,
    Yoann.

  • Adding New table to the existing page

    Hi,
    i have a task i.e i have to create a new UI(consista table structure) and add to the existing page.How can do this one.If any one knows please respond asap.
    This is urgent requirement.
    Thanks in advance.
    Bye
    Palakondaiah

    Hi,
    i have a task i.e i have to create a new UI(consista table structure) and add to the existing page.How can do this one.If any one knows please respond asap.
    This is urgent requirement.
    Thanks in advance.
    Bye
    Palakondaiah

  • Authentication failure when adding new 'Segment in Use'

    Hi all!
    I've set up integration between Siebel 8.1.1.9 and OBIEE 11.1.1.5.0. I've applied My Oracle Support article ID 1400715.1, importing the modified SIF and Workflow definitions and re-deployed the SRF to the server.
    When attempting to drill into a folder in the 'Pick Segment' applet, I get the following error:
    Operation 'impersonate' of Web Service 'com.siebel.analytics.web/soap/v1.SAWSessionService' at port 'SAWSessionServiceSoap' failed with the following explanation:
    "Authentication error. An invalid User Name or Password was entered.".(SBL-EAI-04308)
    I cannot for the life of me work out why this is happening. I've followed 1400715.1:
    1. Created a new OBIEE user called 'impersonateuser' and added the 'oracle.bi.server.impersonateUser' permission
    2. In Siebel, Marketing - Administration > Servers, I've set the User Id and Password fields for the 'Default Analytics Web Server' entry, ensuring that the password contains more than 8 characters and contains a number, with the 'impersonateuser' details. The 'impersonateuser' user can successfully log in to OBIEE / Dashboard
    I've checked the Web Service definitions and replaced host name with host:port. The Web Service is definitely getting invoked but there seems to be a problem with the impersonation.
    Any thoughts on how to resolve this?
    Many thanks!
    mroshaw

    DOH - failed to RTFM correctly!
    I'd not followed the instructions for adding the permission correctly - you have to read very cafrefully how to get to the right page to add the permission.
    Working now! :)
    Regards,
    Oli

  • Adding new table dynamic selection screen of transaction FBL5N (LDB DDF).

    Hi,
    I have a requirement to add SEGMENT (CEPC-SEGMENT) field on the dynamic selection screen of transaction FBL5N (LDB DDF).
    Please let me know how can I meet this requirement
    Thanks

    I did not find any screen exits for this Tcode, may be you need to use enhancement spots.

  • Oracle APPS schema copy with all privileges to new schema and table space

    Hi all,
    Here is scenario:
    I have installed e-business suite in windows 2003 server for training environment using production (prod), single node and without vision (demo).
    i have to create a new table space in e:\oracle\prodmanz with similar content as in proddata and create a new schema called manz with same privileges as APPS.
    Kindly advice.
    Manish Kumar Chudasama
    email: [email protected] cc to [email protected]
    Thanks in advance guys.

    Hi Khalid,
    Ideally when you execute sql 'create schema <schema_name>' then the logged in user is going to default owner of the schema and you should see that under 'object privileges' of that user.
    The user will have 'create any' privileges which means the user has all the privileges on that schema.
    if you want to check who is owner of the schema in the system, please check 'SCHEMAS' under views in SYS.
    Regards,
    Venkat N.

  • Migrating from Informix 9.21 to Oracle 9.2.0.4(Using Existing Tables space)

    Hi
    I want to create tables & indexes on different tablespaces as planned. I have already created table spaces using OEM. (for a given schema different set of tables have to be created on diffrent tablespaces and so on)
    But,it appears,"OMWB Table Space Discoverer" is not much of useful. It allows to specify one for tables, one for indexes and TEMP. Is there anyway I can 'discover' all the tablespaces from the target and assign the tables & indexes to various tablespaces as planned.
    Any suggestions?
    Rgds
    Jeya

    Hi,
    I was unable to reproduce your problem. I carried out the following steps in attempt to replicate the issue:
    1. I launched the workbench, version 10.1.0.2, selecting the Oracle Lite "Default Repository".
    2. Using the Oracle Enterprise Manager Console, I created a user "rtdb" with the password "rtdb" on my target Oracle 9i database.
    3. I captured a test Informix database, generating its source and oracle models.
    4. I then proceeded to migrate the database to Oracle and supplied my target Oracle9i database information in the "Migration Wizard, Step 1 of 4: Destination Database Details", supplying rtdb/rtdb as the username/password.
    5. My test database migrated with no such error messages reported.
    If you carried out the migration steps as I have outlined above, and are still experiencing issues with a "Failed to connect" error, I would contact support.
    Regards,
    Hilary

  • Space in bytes used by a single index in given table space

    Hi All,
    How can i find a table space used by index in bytes
    Eg:
    suppose i have a table space USERS and i have a table say customer . one index defined on table customer called CUSTOMER_UQ and mapped to table to table space USERS . How can i find the bytes used by object CUSTOMER_UQ in table space USERS.
    Thanks

    The used space in Karthik's example is the number of bytes actually used by entries in the index, not the amount of space allocated to the index itself.
    To find out how much space in disk is allocated to the index you can use (as the owner of the index) something like:
    SELECT bytes FROM user_segments
    WHERE segment_name = <index name>You could also use all_segments or dba_segments if you have access as another user, but you would also need to specify the owner name.
    John

  • Increase Table Space

    Hello Guys.
    I need to know to which table space I need to add space if I want to make a copy of a cube that aprox. stores 33 GB of data.
    My infocube refers to the following table spaces:
    PSAPDIMI
    PSAPBTABD
    PSAPFACTD
    PSAPFACTI
    My question is, I have to increase 33 GB of storage in each table space ??, or how can I determine what table space is going to require more space.
    And I also need to pass data to an ODS, so I imagine I need to increase tables:
    PSAPODSD
    PSAPODSI
    But how many GB do i have to increase in each table space to ensure a successful load of data from the original cube to the ODS ???.
    Thanks in advance.

    Guillermo,
    It would be better to analyze the same in this fashion:
    Tables in the Cube - Fact / Dimension etc
    The the size for the same ( maybe through DB02 / DB02old ) and find the tablespace in which this resides and accordingly increase the space.
    Also you would need a lot of archive log space - usually depending on the log generation - Archive logs can be upto 10 times the amount of data being loaded...
    Also budget for the space for the DSO - it will be less that the compressed cube but still not less by a very big margin....
    Arun

  • Probelm Addind new Table in Physical Layer, Create Dim in Business Model ..

    I have completed a task for a dash board, that is running sucessfully.
    Now I added a new table in "physical layer", (file->import->from database), table added successfully
    Now, I droped this table in "business model", but when I want to create its dimension, there is no any option (when I right click on this table)
    there are two cases
    case 1:
    I did not added modified fact table (with foreign key of new table) in "physical layer" and not in "business model and mapping"
    case 2:
    I added new table and modified "fact table (with foreign key of new table)" in "physical layer" and "business model and mapping"
    but in both cases there is no "create dimension" button to create dimension
    Please let me know the how to solve this problem, kindly define it in steps
    thanks

    Hi thr,
    Create Dimensions is only available if the selected logical table is a dimension table (defined by 1:N logical joins) and no dimension has been associated with this table.
    In you case, once you have imported the table successfully in physical layer, then join your table to fact table. Drag n drop in BMM under a new logical table and then join it to BMM Logical fact using complex join. Now, if you right click, you see the last option as 'Create Dimension'
    Hope you find it useful..

Maybe you are looking for

  • HT3775 How do you play MPG videos on the Mac?

    I have a sony vidoe camer which saves videos as MPG files. These are not readable by quicktime, iPhoto or iMovie. How can I convert them to files I can use?

  • Error: (-36) Applying backup protections and Error: (5) setxattr for key

    Setup: Time Machine volume is hosted by Mac OS X Server 10.5.8, four computers on the network back up to it, one of these computers has been failing the last few days with the error message *The backup was not performed because an error occurred whil

  • Views in MM01

    Hi Gurus, How many views are there in Material Master , Customer Master  ? Thanks -Biswa

  • Different retention policies for RMAN

    Hi@all, on our DB Server with RHEL 6 and Oracle 11.2.0.3.0 we're creating the following backups with RMAN: - every day at 11:00 pm Level 0 backup - every day at 05:00 am, 11:00 am and 05:00 pm Level 1 backup I've activated this retention policy: CONF

  • Issue with function module exits

    Hi, execute the T.Code MK01, enter the language 'English' and country 'de'. it's allowing to save the data. I want to raise one pop-up message as 'country and language are not the valid combination please choose right one'. I enhanced in the function