How to find package dimension buffered

Hi Guru!
on the last EWA, SAP found some package dimension buffered.
"ATTENTION:
There are buffered package dimensions.
Unbuffer these dimensions immediately.
Naming convention: /<NAME-RANGE>/D<INFOCUBE>P
Note 857998 - Number range buffering for DIM IDs and SIDs explain that NO PackageDimension should be buffered.
So, could you explain how to find those package??
And then, to unbuffered, I can do this through SNRO?
Tks a lot
ciao

Hi Cristian:
   I suppose you've been trying to optimize your data loads by means of Number Range buffering as described in the following blog:
/people/vikash.agrawal/blog/2006/04/05/load-lots-of-data-147faster148-with-buffering-number-range
The thing is that in the process you have buffered Package dimensions for a(n) InfoCube(s) and that is not recommendend by SAP, remember that those are special Dimensions along with the Time and Unit dimensions used in every InfoCube.
To unbuffer the Package Dimension do the following:
Execute Transacion Code SNRO
Enter object for package dimension
Change
Edit
Setup buffering
No buffering.
Regards,
Francisco Milán.

Similar Messages

  • How to Find Packages/Procedures using any particular table

    Hi,
    I want to find out the procedures,packages using any particular table. Please tell me how to find out.

    >
    I want to find out the procedures,packages using any particular table. Please tell me how to find out.
    >
    You can use the utldtree.sql in the rdbms\admin folder to do that. See my reply in this thread
    Re: Finding out all procedures , functions in a tree like structure in sequence
    The comments in the script (and in the thread) show how to use it. The script creates a table, a view and a procedure.
    Then you just use it like the comments describe. Here is the result for my SCOTT.EMP table. You can see I have a lot of packages and functions and things that depend on that table.
    execute deptree_fill('table', 'scott', 'emp');
    select * from ideptree
    OBJECT_NAME,SCHEMA,NAME,TYPE,STATUS
    0. EMP,SCOTT,EMP,TABLE,VALID
          1. PAK_TEST1,SCOTT,PAK_TEST1,PACKAGE,INVALID
                2. PAK_TEST1,SCOTT,PAK_TEST1,PACKAGE BODY,VALID
          1. GET_EMP,SCOTT,GET_EMP,FUNCTION,INVALID
          1. THREE_TABLE_EMP_VIEW,SCOTT,THREE_TABLE_EMP_VIEW,VIEW,INVALID
          1. TEST_PKG,SCOTT,TEST_PKG,PACKAGE,INVALID
                2. TEST_PKG,SCOTT,TEST_PKG,PACKAGE BODY,VALID
          1. TEST_F,SCOTT,TEST_F,FUNCTION,INVALID
          1. PIPELINE,SCOTT,PIPELINE,FUNCTION,INVALID
          1. GETOLDSAL,SCOTT,GETOLDSAL,FUNCTION,INVALID
          1. UPDATESAL_RETURNOLDSAL,SCOTT,UPDATESAL_RETURNOLDSAL,FUNCTION,INVALID
          1. EMP_HIER_PKG,SCOTT,EMP_HIER_PKG,PACKAGE,INVALID
                2. EMP_HIER_PKG,SCOTT,EMP_HIER_PKG,PACKAGE BODY,INVALID
          1. EMP_TBL,SCOTT,EMP_TBL,TYPE,INVALID
          1. EMP_HIER_PKG,SCOTT,EMP_HIER_PKG,PACKAGE BODY,INVALID
          1. TEST_REFCURSOR_PKG,SCOTT,TEST_REFCURSOR_PKG,PACKAGE BODY,VALID
          1. DOIT,SCOTT,DOIT,PROCEDURE,VALID
          1. DOIT1,SCOTT,DOIT1,PROCEDURE,VALID
          1. LSZRPT,SCOTT,LSZRPT,PACKAGE,INVALID
                2. LSZRPT,SCOTT,LSZRPT,PACKAGE BODY,INVALID
          1. F_GET_NAME,SCOTT,F_GET_NAME,FUNCTION,INVALID
          1. TEST_REFCURSOR_PKG1,SCOTT,TEST_REFCURSOR_PKG1,PACKAGE BODY,INVALID
          1. TEST2,SCOTT,TEST2,PROCEDURE,INVALID
          1. TAX_COST_SP,SCOTT,TAX_COST_SP,PROCEDURE,INVALID
          1. V_EMP,SCOTT,V_EMP,VIEW,VALID
                2. EMPLOYEES,USER1,EMPLOYEES,SYNONYM,VALID
          1. VIEW_EMP_TEST,SCOTT,VIEW_EMP_TEST,VIEW,VALID
          1. MASTER_MV,SCOTT,MASTER_MV,MATERIALIZED VIEW,INVALID
          1. TEST_VIEW,HR,TEST_VIEW,VIEW,VALID
          1. MYEMPVIEW,SCOTT,MYEMPVIEW,VIEW,VALID
          1. MYEMPVIEW1,SCOTT,MYEMPVIEW1,VIEW,VALID
          1. TEST_NDX,SCOTT,TEST_NDX,VIEW,VALID
          1. PKG1,SCOTT,PKG1,PACKAGE,VALID
          1. EMP_ACTIONS,SCOTT,EMP_ACTIONS,PACKAGE BODY,INVALID
          1. MYPACKAGE,SCOTT,MYPACKAGE,PACKAGE,VALID
          1. V_EMP1,SCOTT,V_EMP1,VIEW,VALID
          1. IDEXISTS,SCOTT,IDEXISTS,PROCEDURE,VALID
          1. VIEW_TEST_EMP,SCOTT,VIEW_TEST_EMP,VIEW,INVALID
          1. GET_EMP_REC,SCOTT,GET_EMP_REC,FUNCTION,VALID
          1. GET_EMP_CLOB,SCOTT,GET_EMP_CLOB,FUNCTION,VALID

  • How to find package name of transactioncode

    hai friends,
            how i can find the package name for a given transaction code .
    i think by using se93
    Moderator message: please search for available information.
    Edited by: Thomas Zloch on Jul 8, 2011 9:52 AM

    Not sure, if this is what you're looking for
    SQL> create or replace procedure p0 as
      2  begin
      3    dbms_output.put_line(dbms_utility.format_call_stack);
      4  end;
      5  /
    Procedure created.
    SQL> create or replace procedure p1 as
      2  begin
      3    p0;
      4  end;
      5  /
    Procedure created.
    SQL> create or replace procedure p2 as
      2  begin
      3    p1;
      4  end;
      5  /
    Procedure created.
    SQL> set serveroutput on
    SQL> begin
      2    p2;
      3  end;
      4  /
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    3a7f2d618         3  procedure INV_ADM.P0
    39abfeef0         3  procedure INV_ADM.P1
    39c5ae7a0         3  procedure INV_ADM.P2
    3a0f3a538         2  anonymous block
    PL/SQL procedure successfully completed.
    SQL>

  • How to find package owning a certain file?

    Hi,
    I'm trying to download a source code from git and got the following error message
    gpg: error while loading shared libraries: libgcrypt.so.20: cannot open shared object file: No such file or directory
    Clearly it's not able to find the file  "libgcrypt.so.20", so my logic is to find a pacakge that provides that and install it. I tried using the archlinux package database and search for it by keyword but got nothing. Any ideas how I can proceed to fix this problem?
    Thanks in advance

    There's also a tool called pkgfile which is more powerful than `pacman -Qo`. Look it up.
    In this case, the package is (surprise!) libgcrypt. Sh*t broke probably because you did a partial update/install of some packages, which is generally not recommended. Do `pacman -Syu` often.
    Edit: or... if the .so didn't really get bumped recently, it could mean some other weird problem.
    Last edited by lolilolicon (2014-02-02 08:46:34)

  • How to find packages with errors?

    I have this problem:
    When I compile all invalid packages, I get an error message saying there is one package with some errors. How can I find out which one is it? There is no red cross on any of the package displayed in the package tree.
    Thanks for help

    Hi, after some time I would like to go back to this issue...
    Last week I got this problem again, so I started to look for the problem.
    The thing is we are using multiple schemes and I compiled by accident one of the package bodies to wrong scheme. So there is an invalid package body without its specification... SQL Developer doesn't display such body, maybe because it always supposes there is some spec. This is another disadvantage of the tree structure you are using - package body should be on the same level as package spec!
    Currently if you do such mistake like I did, and use the Compile invalid packages feature, you get an error message about package containing errors and it's hard to find what is going on.

  • How to find package for a particular command[SOLVED]

    I had seen somewhere a package which can be used to find the package if you know the command. But I cannot seem to find it now. I want to know which package contains 'netstat' command. Thanks for your help.
    Last edited by rnarch (2012-05-08 05:23:03)

    'ss' looks like a good command. I am reading up its options. Thanks.

  • How to find Packaged Stored Procedure?

    Hi,
    Is there any API routine to find out if a particular StoredProcedure belongs to a package or not?? Or in the other way around , can i get to know about a list of Stored procedures a particular database package has?
    ( P.S :- getProcedures method in DatabaseMetadata gives just a list of all Standalone and Packaged procedures as one list. )
    Narendran.

    Hi,
    I have the same problem to call a stored Procedure in a Package.
    If my procedure is not in a package, everything is right.
    And I musn't indicate all the name, because I musn't put '.' in the name (of the procedure), in my DT on XI.
    It would be so nice to have an answer.
    Rémi

  • How to find package replace date time

    hi, We frequently send changed ssis packages to our DBA's to replace the one's in the msdb folders. They then do the import/replace using sql studio. We use sql server 2008. Sometimes they forget or miss a package and we need some way to check/validate.
    When we do a right click generate report on the package the package creation date is always the same. What is the best way to find out if a package was replaced and when ? Is there any sys tables we can query for this info. Thank you

    If the package is in File System then Modified date can be noticed there. Or else another way would be to edit the package and check VersionBuild/VersionComments properties.
    If packages are deployed to MSDB, sysdtspackages90 table just keeps track of Created date and there's no modified date.
    Hope below similar thread help you:
    https://social.msdn.microsoft.com/forums/sqlserver/en-US/16d5ce0d-74ae-4292-9edf-b0c12fdc2752/last-modified-date-on-ssis-package-on-the-server
    http://serverfault.com/questions/99681/can-i-tell-the-last-modified-date-on-an-ssis-package-from-integration-services
    Cheers,
    Vaibhav Chaudhari
    [MCP],
    [MCTS], [MCSA-SQL2012]

  • How to find packages using class path

    how to list all the packages in my class path using a java program?
    for eg. if the class path is c:\ajay;
    and ajay contains two folders pack1(i.e a package) and pack2(i.e a general folder not a package)
    in pack1 there are 2 java file which has package pack1; as their first statement.
    in pack2 there are two java file which does not contain package statement.
    so can i identify between pack1 which is a package and pack2 which is a general folder

    I don't think there's any real way to distinguish a package from an "ordinary directory" except by checking if for *.class files.
    Probably you want to use a recursive method to walk the direcotories, calls itself tor each sub-directory found.

  • How to find CR Request Number inside a package

    Hi Folks,
    how to find the CR Request Number list present inside one package.
    Reg,
    Hariharan

    Hi ,
    i had gone through the Transaction se03 Search for Object in Request/Task, in the selection screen no option for Package can you just breaf about the Selection Screen Step.
    Reg,
    Hari.

  • How to find out which job is calling package

    Respected sir,
    How to find out which job is calling my package. Please help me regarding this.
    Regards,
    user570124

    Please read about [url http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_util.htm#i997163]DBMS_UTILITY.FORMAT_CALL_STACK in the manual.
    or [url http://asktom.oracle.com/tkyte/who_called_me/index.html]this routine from Tom Kyte may be what you are looking for.
    Regards,
    Rob.

  • How to find out the packages created by a particular user.

    Hi,
    In a system which i am working.
    I want the find the different packages that wer created by me.
    How to find it out.
    Regards,
    Chandru

    Hi Chandra
    Goto SE21
    Package Z* then Press F4.
    Person Responsible: Your Login Name
    OKAY . This will list all packages made by u.
    Reward Points if useful
    Regards
    Akshay Chonkar

  • How to find out Unused Packages/Procedures/Functions/Triggers

    Hi,
    I have one database. This database is with 7 schemas. Around 1000 triggers are associated with each schema. But the application is using only some triggers.
    How to find out the used triggers? Apllications is developed in J2EE.
    Same way I want to find out the for Packages/Procedures and Functions.
    Any easy way is available?
    Please help me.
    regards
    Mathew

    Hi,
    >Audit the execution event on the objects by access.
    Kindly explain how to enable this auditing.
    regards
    Mathew

  • Anyone know how to find available classes in a package?

    Anyone know how to find available classes in a package?
    Given a String like "java.io" I would like to write a method to extract the available classes in this package. I can't seem to find a method for this anywhere in the docs. The package class does not seem to have a method like this.

    Here is some code I tried.
    I'm not very familiar with manipulating JARs The code below is what I tried, but how do I access the packages like "java.io" in the JarFile? and then get the available classes?
    import java.io.*;
    import java.util.*;
    import java.util.jar.*;
    class Tester
         public static void main(String args[])
              try {
                   JarFile jf = new JarFile("c:/jdk1.3/lib/dt.jar");/* usually rt.jar (and 1.4)*/
                   Enumeration e = jf.entries();
                        while (e.hasMoreElements())
                             Object current = e.nextElement();
                             System.out.println(current.toString() + "class:"+current.getClass());
                             try {
                                  Thread.sleep(300);
                             } catch (InterruptedException ie) {}
              } catch (IOException ioe) {System.out.println(ioe.toString());}
                   /*also tried      ClassLoader cl = ClassLoader.getSystemClassLoader();
              try {
                   Enumeration e = cl.getResources("c:/jdk1.3/lib/dt.jar");
                   System.out.println(e.nextElement());
                   while (e.hasMoreElements())
                   System.out.println(e.nextElement());
              } catch (IOException ioe) {System.out.println(ioe.toString());}

  • How to find the Last modified date and time of a package

    Hi,
    We need a clarification on how to find the Last modified date and time of a package in Oracle. We used the example below to explain our scenario,
    Lets consider the following example
    Let A, B be two packages.
    Package A calls the package B. So A is dependent on B.
    When A is compiled the TIMESTAMP,LAST_DDL_TIME in USER_OBJECTS gets updated.
    Now there a modification in package B so it is compiled. There is no modification in package A.
    Now when the package A is executed the TIMESTAMP,LAST_DDL_TIME in USER_OBJECTS gets updated but we did not make any change in Package A. Now we need to find last modified date and time of the package A . So we can not rely on the TIMESTAMP,LAST_DDL_TIME in USER_OBJECTS . Can u please tell us any other solution to get last modified date and time of the package A .
    Regards,
    Vijayanand.C

    Here is an example:
    SQL> SELECT OBJECT_NAME,CREATED,LAST_DDL_TIME,TIMESTAMP,STATUS FROM USER_OBJECTS
    2 WHERE OBJECT_NAME = ANY('A','B');
    OBJECT_NAM CREATED LAST_DDL_TIME TIMESTAMP STATUS
    A 20-MAY-2004 10:57:32 20-MAY-2004 10:57:32 2004-05-20:10:57:32 VALID
    B 20-MAY-2004 10:58:22 20-MAY-2004 10:59:04 2004-05-20:10:59:04 VALID
    SQL> CREATE OR REPLACE PROCEDURE A AS
    2 BEGIN
    3 NULL;
    4 NULL;
    5 END;
    6 /
    Procedure created.
    SQL> SELECT OBJECT_NAME,CREATED,LAST_DDL_TIME,TIMESTAMP,STATUS FROM USER_OBJECTS
    2 WHERE OBJECT_NAME = ANY('A','B');
    OBJECT_NAM CREATED LAST_DDL_TIME TIMESTAMP STATUS
    A 20-MAY-2004 10:57:32 20-MAY-2004 11:01:28 2004-05-20:11:01:28 VALID
    B 20-MAY-2004 10:58:22 20-MAY-2004 10:59:04 2004-05-20:10:59:04 INVALID
    SQL> EXEC B
    PL/SQL procedure successfully completed.
    SQL> SELECT OBJECT_NAME,CREATED,LAST_DDL_TIME,TIMESTAMP,STATUS FROM USER_OBJECTS
    2 WHERE OBJECT_NAME = ANY('A','B');
    OBJECT_NAM CREATED LAST_DDL_TIME TIMESTAMP STATUS
    A 20-MAY-2004 10:57:32 20-MAY-2004 11:01:28 2004-05-20:11:01:28 VALID
    B 20-MAY-2004 10:58:22 20-MAY-2004 11:01:53 2004-05-20:11:01:53 VALID
    Note that the date under the column 'created' only changes when you really create or replace the procedure.
    Hence you can use the column 'created' of 'user_objects'.

Maybe you are looking for

  • Where can we donwload Flash MX 2004 Remoting Components?

    I've searched all around and cannot see where Adobe provides a link to download the old Flash Remoting components. All the pages I could get into are with broken links. Could those links be fixed? Thank you!

  • HT1212 when my ipod is in recovery mode, will a restore delete my data...pictures, video..etc.

    when my ipod is in recovery mode, will a restore delete my data...pictures, video..etc.

  • Cisco aironet 1130g

    hi i tried to assign ip address to my access point in Lightweight  mode using command AP(config)# interface bvi 1 but it doent continue give error "invalid input detected at  "' marker please help..thank you

  • How do I solve Error 3004?

    I am trying to restore my iphone but I keep getting the Error 3004 message. I have followed all of apple's troubleshooting steps and I'm no closer to solving the problem. Beginning to regret buying a smart phone.

  • A/V settings - missing video playback settings

    I am a new FCP user (5 months) but have not been having too much trouble. I have been on Avid for 5 years plus; Thursday I imported some Avid NTSC 720/480 footage into Final Cut (29.97 fps of course) - which displays successfully. But now I cannot re