DB02 in ECC 5.0

Hi all,
We are using NT server,can anyone tell to check the <b>table space in DB02</b> and growth of the <b>table space in ECC 5.0</b> server.Its different screen compared to R/3 4.7.
Regards,
Gopinath.G

HI
You can still us DB02 to get this information. Under the Database system
box, select space statistics and once on that screen, click months. This
will show you how large your database is (tablespace) and how much free
spaces remains. It also shows you the actual usage for tables and
indexes. If your trying to automate this reporting, the data is contained in SAP
table MONI.
Go through below link u can get brtools information with screen shots  and db02,db13 information.
http://sapbasis.wordpress.com/
Feel free to revert back.
If u get the answer pls provide the points.
---venkat.

Similar Messages

  • DB02: Diagnostics ( Missing Indexes,...)

    Hi,
    Our SAP version is ECC 6.0 and database Oracle 10.2.0.  In DB02 I am getting below messages:
    Message1 . Unknown objects in ABAP Dictionary
    DB tables:  ORA_COCKPIT_HELPER
    DB table without unique index:  ORA_COCKPIT_HELPER
    Message 2. Optional Indexes not created
         Indexes not created :  382
    Please suggest me shall I ignore the above messages? or I have to take any actions against those messages?
    Thanks in Advance
    Regards
    Veera

    Hi,
    I think you need to create index for table ORA_COCKPIT_HELPER, using se14
    Please go through following threads:
    Index does not exist in database system ORACLE??????
    Re: Creation of indexes
    Hope this helps and solve your query.
    Thanks and Regards,
    Kiron.

  • DB02 Issue

    Hi,
    Please help me with the following questions
    1)How do we activate Database connection RFC in DB02,as the values for space overview are all zero.Its a new implementation.
    2)I can not see a component as ST-A/PI in ECC6 however ST-PI is there.I have to update this add-on.
    Thanks,
    Nick

    Hi,
    Explain more details about your sap versions.
    1)How do we activate Database connection RFC in DB02,as the values for space overview are all zero.Its a new implementation.
    A. In ECC 6.0 , check with DBACOCKPIT transaction code.
    DB02 ...click on Refresh button,
    2)I can not see a component as ST-A/PI in ECC6 however ST-PI is there.I have to update this add-on.
    A. Download ST-A/PI add on from http://service.sap.com/downloads.
    After downloading apply for ST-A/PI addon into your system through Tcode SAINT.
    Regards,
    Srini Nookala

  • Give me the sql query which calculte the table size in oracle 10g ecc 6.0

    Hi expert,
    Please  give me the sql query which calculte the table size in oracle 10g ecc 6.0.
    Regards

    Orkun Gedik wrote:
    select segment_name, sum(bytes)/(1024*1024) from dba_segments where segment_name = '<TABLE_NAME>' group by segment_name;
    Hi,
    This delivers possibly wrong data in MCOD installations.
    Depending on Oracle Version and Patchlevel dba_segments does not always have the correct data,
    at any time esp. for indexes right after being rebuild parallel (Even in DB02 because it is using USER_SEGMENTS).
    Takes a day to get the data back in line (never found out, who did the correction at night, could be RSCOLL00 ?).
    Use above statement with "OWNER = " in WHERE for MCOD or connect as schema owner and use USER_SEGMENTS.
    Use with
    segment_name LIKE '<TABLE_NAME>%'
    if you like to see the related indexes as well.
    For partitioned objects, a join from dba_tables / dba_indexes to dba_tab_partitions/dba_ind_partitions to dba_segments
    might be needed, esp. for hash partitioned tables, depending on how they have been created ( partition names SYS_xxxx).
    Volker

  • Find out DB- Size in ECC 6.0?

    Hi,
    I need to find out the DB-Size (or the totaly used space on HDD) of some ECC 6.0  systems.
    In 4.6C I just looked into the protocoll of the last full backup and searched for the line with "total size".
    I wonder how to find out total db size in ECC 6.0!?
    note: I do not have OS-access.
    Thanks a lot!

    Just explore t-code DB02, You will find various options line space statistics,current sizes ,free space etc.
    You can also see the day wise consumption of the database.
    Regards,
    Prashant

  • Related to DB02

    Hi All,
      We are using SAP ECC 6.0 on Oracle 10g. When we check in transaction code DB02 we get that our Tablespace PSAPSR3 is in Autoextend OFF mode. But all the datafiles for this Tablespace are Autoextendable.
    So due to this problem we are getting confused as the space is still present in the datafiles but tablespace is almost 93% full.
    Please suggest what needs to be done to move that Tablespace into Autoextend ON mode.
    Regards,
    Arun Pathak

    Hello Arun,
    the autoextension property belongs to the data files, not the tablespace.
    There is no overall autoextend setting for a tablespace, e.g. in DBA_TABLESPACES
    so DB02 has to make up some setting which it will show in DB02 for the tablespaces.
    If all data files of tablespace PSAPSR3 are set to AUTOEXTEND ON, but have
    already reached their maximum size, then they all still show the AUTOEXTEND ON
    feature, but the tablespace PSAPSR3 cannot be exteneded automatically any more,
    so DB02 shows AUTOEXTEND OFF for the tablespace.
    Check this out:
    select file_name, bytes, maxbytes from dba_data_files where bytes&lt;&gt;maxbytes and tablespace_name='PSAPSR3';
    If this select returns no rows, then you have to add another datafile or raise maxbytes (if possible).
    Regards,
    Mark

  • DB02 ! Alert Monitor ! Profile Parameters ! Compatible value : 11.2.0

    Hi,
    My system is :
    SAP ECC 6.0 EHP 5 last SP available.
    Database Oracle 11G 11.2.0.2.0
    In transaction DB02 , Alert Monitor ,  Profile Parameters,  there is a red alert in "compatible "
    value : 11.2.0 <> 10.2.0
    How can i corret this red alert ?
    Also in DB02 , Space Management,  Segments , Mosta Allocate extents in any segments,  has red alert.
    How can i fix it ?
    Thanks.

    Hello,
    these checks are performed with settings as per DB17.
    http://help.sap.com/saphelp_nw70/helpdata/EN/25/5215e970077e4fb366e5ce25629aac/frameset.htm
    In transaction DB02 , Alert Monitor , Profile Parameters, there is a red alert in "compatible "
    value : 11.2.0 10.2.0
    How can i corret this red alert ?
    If your DB is 11.2.0 10.2.0, please update check condition in DB17
    Also in DB02 , Space Management, Segments , Mosta Allocate extents in any segments, has red alert.
    Note 666061 - FAQ: Database objects, segments and extents
    http://help.sap.com/saphelp_nw04s/helpdata/en/25/5215e970077e4fb366e5ce25629aac/content.htm
    thanks
    ashish

  • Tcode DB02 all the values showing zero (0)

    Hi Oracle-experts!
    I have recently executed the upgrade from 4.6C  to ECC 6.0.
    I have the following errors after that:
    <b>Tcode DB02: by entering the Tcode all the values are showing the zero (0).</b>If I try to refresh the values the background job "space statistic:Default" is starting and canceling after while with "SAPOSCOL short dump" (compute bcd overflow).
    <b>Also I have a lot of red messages in TCode dbacockpit.
    How can I fix them? </b>
    Thank you very much
    regards
    Axel

    Die Table ORA_MON_DBCON should contain at least the local database.
    e.g.
      CON NAME       DEFAULT
      STATUS         A
      MAX RUNTIME    1.800
      MAX UPLOAD     1.000.000
      LOG LIFE       100
      DESCRIPTION    Local Oracle database
    Check all points in the SAP Note 1002840 - No data or obsolete data in DB Space Statistic monitor. This note is very important for this problem.
    Best regards
    K.Baran

  • DB02 - Database size history report

    Hi,
    On our ECC 6.0 PRD system, we need to extend the time span of the history report. Currently the report goes back to 1/31/08. We need to extend that date to at least a year.
    To navigate to the DB size history report, use:
    Tx DB02 -> Space ->History ->Database size history report
    Regards,
    Sai R.

    The statistics are shown from where the collector was started.
    If you cant see statistics before 1-31-08 I think there is no way to solve the problem because there is no data before  ( RSCOLL00 program ).
    But someone else can help you better or give you the solution.
    Antonio Voce.
    Edited by: Antonio Voce on Jun 9, 2008 4:45 PM

  • DB02 Status ??

    Hello All,
                       Our sap team do not have access to sysdba.our database owner is sapsr3.Is it posible to do all the database activities with sapsr3??Moreover backup is taken by Rman so db02 is not giving any details so how the backup details will be relected in dbo2 if we are not doing the backup through brtools??We are using Oracle 10.2 & HP-Unix,ECC 6.0.

    Hi,
    If you have root access to your operating system, you can log on as ROOT and then follow the below procedure...
    # su - ora<SID>
    #brtools
    Press 8 (Additional functions)
    Press 4 (Change password of database user)
    .... 2. Database user/password (user) [SAPSR3]
    .... 3. Database owner to change password (owner) [SAPSR3]
    .... 4. Log file name (log) [Filename.log]
    (You can fill the details of the user here on this screen...)
    Press "c"
    OR
    login to database as
    #sqlplus / as sysdba
    #SQL>ALTER USER SAPSR3 IDENTIFIED BY 'NEW_PASSWORD';
    #SQL>COMMIT;
    #SQL>EXIT;
    You can also change the DB user password using below command..
    brconnect -u / u2013c u2013f chpass u2013u SAPSR3 u2013p NEW_PASSWORD
    Hope, It will help you...
    Regards.
    Rajesh Narkhede

  • Error while deploying a PAR file from NWDS into an ECC.

    Hi all,
    I am getting this error while deploying a PAR file from NWDS into an ECC.
    Operation Failed: Please make sure the server is running or check the log (sap-plugin.log) for
    more detail.
    My server is running properly
    1 - Where is sap-plugin.log file? I don´t find it. 
    2 - Could there be another file with another name with information about the error?
    3 - Is there another way to deploy the file directly from the ECC?
    Regards,

    Hi,
    Just make sure you have maintained correct server setting to check the same open the NWDS and follow this path
    Windows/ Prefereces / SAP Enterprise Portal
    Check the following enteries
    Alias
    Host
    Port
    Login etc.
    Regards,

  • SSO to ECC (without java stack), BI (on NetWeaver), & Portal

    I have a client that wants to configure their SAP systems in such a way so that the users sign onto their Windows workstations, are authenticated by Windows Active Directory and from then on they can sign on directly to an ECC ABAP instance, a BI instance, and an SAP Portal without having to supply a user/password combination again. (We already have SSO setup for users access some BI reports through the Portal, but in this case we want to setup direct access to the ECC and BI systems without necessarily going through the Portal environment).
    The servers are running HP-UX, the clients Windows XP, and the AD system is running under Windows 2003.
    Is this possible without using a third-party tool and if so,can anyone point me to the appropriate documentation (I've done a lot of searching, but can't find anything).
    Thanks in advance!

    I am sure this has been done before and often discussed here?
    Take a look in the FAQ thread at the top of the forum for a general overview discussion of SSO. If you keep an eye out for the note numbers, terms used and those folks who contributed to it when searching, then I am sure will find plenty of infos to start with.
    Specific vendor evaluation details and comparisons (outside of the technical realm) are generally not provided, as the 3rd parties are generally competitors...
    Cheers,
    Julius

  • What is new in ECC 6.0

    can u please tell me what is new in ECC 6.0 .what is the difference between this and older version.
    a ppt or pdf  will be helpful

    Hi,
    ECC 5.0 is based on WAS 6.40 and ECC 6.0 is based on WAS 7.00.
    From functional point of view there are some minor differences, as the core functionalities are not changed a lot. However there is Industrial Solutions intergarated to ECC 6.0 by default.
    From ABAP point of view you have the following new elements/components:
    - New ABAP editor /meanwhile it's available via downport for lower releases as well/
    - ABAP WebDynpro
    - Enhancement framework
    - Regular experssion support
    Also check this link for functionality differences.
    http://solutionbrowser.erp.sap.fmpmedia.com/
    SAP R/3 is basic ERP that every one keeps talking about which has got different versions ike 3.1, 4.0, 4.6, 4.7. The latest one in this is the ECC which again has got two versions in the market - ECC 5.0 and ECC 6.0.
    NetWeaver is the techology stack which gives other solutions that work with R/3 and also provide a technology platform for the ERP to work.
    EP - Enterprise portal is a part of the NetWeaver stack and can be used to provide web interface for the user apart from the standard protal functionalities.
    You can find more details of NetWeaver here
    http://help.sap.com/content/documentation/netweaver/index.htm
    and also check these..
    Re: R/3 Enterprise v mySAP ERP 2003 v ECC 5.0 v mySAP ERP 2004
    Technical difference between 4.7 and ECC 5.0
    difference between sapr/3 4.7 and sapr/3 ecc 5.0
    Differences b/n 4.6c,4.7 and ECC 5.0
    http://help.sap.com/saphelp_47x200/helpdata/en/12/9d78d6d8f74043a32e82be87e433b7/frameset.htm
    Reward if it helps..
    Regards,
    Omkar.
    Message was edited by:
            Omkaram Yanamala

  • What is new in ECC 5.0 compared to R/3 4.7 version

    Hi
    what is new in ECC 5.0 compared to R/3 4.7 version
    Thanks in Advance
    Deepa

    Hi
    see these links
    Refer this link for ECC 5.0 & 6.0:
    http://help.sap.com/saphelp_erp2005/helpdata/en/43/68805bb88f297ee10000000a422035/frameset.htm
    A similar post
    /message/1783778#1783778 [original link is broken]
    You can go through the Release Notes for each of the versions after 4.6B (4.6C, 4.7 , ECC 5.0 & ECC 6.0)
    http://help.sap.com/saphelp_erp2005/helpdata/en/43/688055b88f297ee10000000a422035/content.htm
    For 4.7 SAP R/3 http://help.sap.com/saphelp_47x200/helpdata/en/12/9d78d6d8f74043a32e82be87e433b7/content.htm
    Release Notes on SAP Web Application Server 6.30
    http://help.sap.com/saphelp_47x200/helpdata/en/2b/64fc3e9d3b6927e10000000a114084/content.htm
    http://solutionbrowser.erp.sap.fmpmedia.com/
    Reward points if useful
    Regards
    Anji

  • Error while posting the parked document in ECC 6.0

    Hello ABAPers,
    After upgrade from R/3 4.6c to ECC 6.0, when we try to post the parked documents ,It calls FM :POSTING_INTERFACE_DOCUMENT".
    Inside it a call transaction is done using FBVB which throws error while posting for more than 4 withholding tax types.
    Error : Field WITH_DIALG-WT_BASE(5) does not exist in the screen SAPLFWTD 0100.
    On running BDC in foreground mode ,Error is happening when the withholding dialog opens and screen seems to be small to input all the tax codes i.e it shows only 4-5 rows and hence only 4 tax types passes to the screen and remaining is left out and error is thrown. This results in document not getting posted.
    But in 4.6 c a bigger screen pops up and no error is thrwon.
    We are not able to check FBVB directly, since it does'nt allow Direct call to this transaction.
    We have checked lots of thread and notes ,But nothing seems to be relevant or helpful in our case.
    Could you please help us in resolving this issue/ let us know if any configuration/ screen variant change is required?
    Thanks!
    Regards,
    M M Jaffer.

    Hello Nabheet ,
    It is a standard code. We are calling the FM  'PRELIMINIARY_POSTING_POST_ALL'  for posting the parked document. The FM calls internally another FM 'POSTING_INTERFACE_DOCUMENT'. This calls the transaction FBVB where we get the above error.
    Thanks.

Maybe you are looking for