Tablespace management system and sysaux size.. a concern..

Hi mates,
I have the report of my tablespace as thus:
FILE_NAME TABLESPACE_NAME STA Total MB % Free Aext
/usr/lib/oracle/xe/oradata/XE/MD MDATE AVA 196.608 13.57 YES
ATE.dbf
/usr/lib/oracle/xe/oradata/XE/SL SLIPSTREAM AVA 327.680 17.54 YES
IPSTREAM.dbf
/usr/lib/oracle/xe/oradata/XE/sy SYSAUX AVA 542.720 1.77 YES
saux.dbf
/usr/lib/oracle/xe/oradata/XE/sy SYSTEM AVA 378.880 1.69 YES
stem.dbf
/usr/lib/oracle/xe/oradata/XE/TX TXCD AVA 131.072 99.46 YES
CD.dbf
/usr/lib/oracle/xe/oradata/XE/un UNDO AVA 1,048.576 90.92 NO
do
/usr/lib/oracle/xe/oradata/XE/us USERS AVA 102.400 98.38 YES
ers.dbf
Can you pls tell me if the size of the sysaux and system tablespace should be a concern as I have freespace of 1.69 and 1.77%.
Thanxxxx.
Kenny

A datafile may not be able to resize (file system full). And resizing it may cause file fragmentation of that file (on that file system).
I prefer to add a new file, e.g.
ALTER TABLESPACE <tablespace> ADD DATAFILE [<filename>] SIZE <size>
When using ASM, the filename is determined (per OFA standards) by ASM itself. No need for the DBA to concern him/herself with directory structures and filenames.
By the way, the topic of this forum is SQL and PL/SQL - not database administration. I suggest that in future you post questions like this to the Database forum instead.

Similar Messages

  • System and sysaux tablespace

    hi,
    can anyone tell me whata system and sysaux tablespace contains, and how to manage them.

    The system tablespace
    The system tablespace is always available when a database is open (it cannot be taken offline).
    The system tablespace stores the data dictionary (or their base tables, respectively).
    The sysaux tablespace
    The sysaux tablespace is new with Oracle 10g. It is used to store database components that were stored in the system tablespace in prior releases of the database.
    Also, the tablespaces that were needed for RMAN's recovery catalog, for Ultra Search, for Data Mining, for XDP and for OLAP are going to sysaux with 10g.
    Additionally, it is the place where automatic workload repository stores its information.
    The SYSAUX tablespace was installed as an auxiliary tablespace to the SYSTEM tablespace when you created your database. Some database components that formerly created and used separate tablespaces now occupy the SYSAUX tablespace.
    If the SYSAUX tablespace becomes unavailable, core database functionality will remain operational. The database features that use the SYSAUX tablespace could fail, or function with limited capability.
    refer the links:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tspaces.htm#i1011659

  • Oracle XE system and sysaux tablespaces

    I've got a question regarding system and sysaux tablespaces. Below are numbers from my Oracle XE database. Are these tablespaces constant or are they growing over time? I do not have any custom objects in either system or sysaux schema. If they extend is there a way to clean them up in order to reduce used space? Also, what is the impact of their size on the 4 GB XE limit?
    # TABLESPACE NAME ALLOCATED (MB) USED (MB) FREE (MB) USED (%) FREE (%)
    =====================================================================
    1.SYSAUX....................710...............696.44........13.56..........98.09..........1.91
    2.SYSTEM...................440...............429.75........10.25...........97.67......... 2.33
    Thanks,
    Art

    Both should remain relatively constant.
    The size of the SYSTEM tablespace will increase if you have many PL/SQL objects.
    Whether they can be cleaned up can't be answered in a generic way, it depends.
    They likely count to the 4 Gb limit.
    Sybrand Bakker
    Senior Oracle DBA

  • SYS, SYSTEM and SYSAUX when full database refresh.

    I took full export from database using below command
    expdp "'/ as sysdba'" full=Y directory=DPUMP_DIR dumpfile=expdp_11032011.dmp logfile=expdp_11032011.log Now, I need to import this file to an other database.
    When do schema refresh we usually drop all the object in that schema and start refresh, but when doing fullback up, do we need to drop all user?
    what about sys, system and sysaux user?

    user3636719 wrote:
    So, the tables in the SYS and SYSTEM will remain same when we refresh?
    Structure will not be modified but contents will be automatically modified when DLL is executed when importing.
    And do we have to drop other user before we import?Applications schemas that you have created should be dropped. In general don't modify any schema that is directly managed by Oracle such as SYS or SYSTEM or any schema used by some database option like Oracle Text, Oracle Spatial, etc.

  • Compatibility issue between your power management system and Windows 8.1

    I have purchased a new Lenovo Ideapad S410 and have this problem.
           Compatibility issue between your power management system and Windows
           It also gives a message "Your PC ran into a problem and needs to restart. We're just collecting some error info, and then we'll restart for you. (100% complete)
           If you'd like to know more, you can search online later for this error:
    VIDEO DXGKRNL FATAL ERROR
    Please help! My laptop is only 5 days old.

    What model do you have? Can you post your MTM or model name?
    Sometimes these messages are a false alarm.

  • Compatibility issue between your power management system and Windows,

    Compatibility issue between your power management system and Windows, and my system is Lenovo ACPI-Compliant Virtual Power Controller.

    What model do you have? Can you post your MTM or model name?
    Sometimes these messages are a false alarm.

  • CREATING SYSTEM AND SYSAUX FILES

    Hi,
    when creating DB by script, can we choose to have them in AUTOEXTEND OFF or ON like this :
    SYSAUX DATAFILE '/d12/ORA_DB/SYSAUX_001.dbf' SIZE 350M
    EXTENT MANAGEMENT LOCAL AUTOEXTEND OFF
    DATAFILE '/d12/ORA_DB/SYSTEM_001.dbf' SIZE 100M
    EXTENT MANAGEMENT LOCAL AUTOEXTEND OFF
    Many thanks

    The reason why this command fails from the beginning is because you are using 'EXTENT MANAGEMENT LOCAL' right after the datafile size, then you declare the autoextend on clause, this autoextend on is a datafile attribute, meanwhile the extent management local is a tablespace attribute which cannot be declared until you have completely specified the datafile:
    SYSAUX DATAFILE '/d12/ORA_DB/SYSAUX_001.dbf' SIZE
    350M
    EXTENT MANAGEMENT LOCAL AUTOEXTEND OFF
    DATAFILE '/d12/ORA_DB/SYSTEM_001.dbf' SIZE 100M
    EXTENT MANAGEMENT LOCAL AUTOEXTEND OFFSo, the command, properly rearranged, to create your tablespace is:
    SYSAUX DATAFILE '/d12/ORA_DB/SYSAUX_001.dbf' SIZE 350M AUTOEXTEND OFF
    EXTENT MANAGEMENT LOCAL
    DATAFILE '/d12/ORA_DB/SYSTEM_001.dbf' SIZE 100M AUTOEXTEND OFF
    EXTENT MANAGEMENT LOCAL ~ Madrid

  • System and sysaux file block corruption

    Errors in file /u01/app/oracle/diag/rdbms/pdent/pdent/trace/pdent_smon_3135.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01578: ORACLE data block corrupted (file # 1, block # 91607)
    ORA-01110: data file 1: '/u01/app/oracle/oradata/pdent/system01.dbf'
    I am unable to take r man backup, as well as export using datapump. i tried to recover it using rman blockrecover but still same. here is detail
    SQL> SELECT * FROM V$DATABASE_BLOCK_CORRUPTION;
    FILE# BLOCK# BLOCKS CORRUPTION_CHANGE# CORRUPTIO
    1 91607 1 0 CHECKSUM
    2 58710 1 0 CHECKSUM
    5 1202316 1 0 CHECKSUM
    SQL> SELECT
    tablespace_name,
    segment_type,
    owner,
    segment_name
    FROM dba_extents
    WHERE file_id = 1
    AND BETWEEN block_id AND block_id + blocks - 1; 2 3 4 5 6 7 8
    TABLESPACE_NAME SEGMENT_TYPE OWNER
    SEGMENT_NAME
    SYSTEM INDEX SYS
    I_OBJ2
    alter system dump datafile 1 block 344;
    SQL> SELECT
    tablespace_name,
    segment_type,
    owner,
    segment_name
    FROM dba_extents
    WHERE file_id = 2
    AND 58710 BETWEEN block_id AND block_id + blocks - 1; 2 3 4 5 6 7 8
    TABLESPACE_NAME SEGMENT_TYPE OWNER
    SEGMENT_NAME
    SYSAUX INDEX PARTITION SYS
    WRH$_OSSTAT_PK
    SQL> ALTER INDEX I_OBJ2 REBUILD ONLINE;
    ALTER INDEX I_OBJ2 REBUILD ONLINE
    ERROR at line 1:
    ORA-00701: object necessary for warmstarting database cannot be altered
    need immediate help.
    thanks in advance

    user11914238 wrote:
    Errors in file /u01/app/oracle/diag/rdbms/pdent/pdent/trace/pdent_smon_3135.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01578: ORACLE data block corrupted (file # 1, block # 91607)
    ORA-01110: data file 1: '/u01/app/oracle/oradata/pdent/system01.dbf'
    I am unable to take r man backup, as well as export using datapump. i tried to recover it using rman blockrecover but still same. here is detail
    SQL> SELECT * FROM V$DATABASE_BLOCK_CORRUPTION;
    FILE# BLOCK# BLOCKS CORRUPTION_CHANGE# CORRUPTIO
    1 91607 1 0 CHECKSUM
    2 58710 1 0 CHECKSUM
    5 1202316 1 0 CHECKSUM
    SQL> SELECT
    tablespace_name,
    segment_type,
    owner,
    segment_name
    FROM dba_extents
    WHERE file_id = 1
    AND BETWEEN block_id AND block_id + blocks - 1; 2 3 4 5 6 7 8
    TABLESPACE_NAME SEGMENT_TYPE OWNER
    SEGMENT_NAME
    SYSTEM INDEX SYS
    I_OBJ2
    alter system dump datafile 1 block 344;
    SQL> SELECT
    tablespace_name,
    segment_type,
    owner,
    segment_name
    FROM dba_extents
    WHERE file_id = 2
    AND 58710 BETWEEN block_id AND block_id + blocks - 1; 2 3 4 5 6 7 8
    TABLESPACE_NAME SEGMENT_TYPE OWNER
    SEGMENT_NAME
    SYSAUX INDEX PARTITION SYS
    WRH$_OSSTAT_PK
    SQL> ALTER INDEX I_OBJ2 REBUILD ONLINE;
    ALTER INDEX I_OBJ2 REBUILD ONLINE
    ERROR at line 1:
    ORA-00701: object necessary for warmstarting database cannot be altered
    need immediate help.
    Immediate help can be only provided by Oracle Support Services. So if you need that, please raise a Sev1 SR . For your issue, as others have suggested already, if you have a valid backup and you are in the archive log mode, using RMAN's BMR(Block Media Recovery) , the issue can be resolved provided there is nothing wrong with the hardware of yours. If that's the case, recovery wouldn't yield any benefits.
    Aman....

  • Estimation of configuration time for Content Management System

    Hi All,
    I am currently working on the estimation for an intranet application using the Content Management System and TREX of the SAP EP.
    Would appreciate if you have any guidelines for the estimation.
    Thanks in advance.
    Regards,
    Dipti Khanna

    Hi
    take into account followings
    Repositories
    custom built repository manager if required.
    integration checkpoint with third party.
    size of repository to be indexed.
    filters to be set for repository to categorise the repository for e.g pdf or html .
    custom built content.
    usage of forms custom built forms or xml forms.
    hope this are some of the parameters which may help and also u could navigate to asap methodologies and elearning clases at sdn .
    With regards
    subrato kundu

  • No F4 value for system and client field for create job request

    Hi,
    While creating a job request in Solution manager system filed and client filed F4 is not working , it does not show any value.
    Do you have  any idea regarding this issue.
    Thansk & Regards,
    kaushal

    Hello  Kaushal,
    you habe to link user, key user i.e. a business partner (BP), and managed system and this work like this:
    a) User <-> BP: start transaction BP, assign role Employee to your business partner and enter the user name on tab Identification
    b) BP <-> managed system: start transaction BP, select role General and enter the External System Identifier (format: <managed system ID> <installation number> <client> <user in managed system>) on tab Identification
    Alternative: Use transaction BP_GEN to create valid business partners for managed systems
    See also the Solution Manager Implementation Guide (IMG):
    -> transaction SPRO
    .> SAP Solution Manager Implementation Guide
    -> SAP Solution Manager
    -> Cross-Scenario Settings
    then
    -> Business Partners
    and
    -> iBase
    (Note that IMG path (and labels) might vary in between support packages)
    Kind regards,
    Martin
    http://service.sap.com/jsm

  • Tools available to extract  documents from SAP document management system

    Hi ,
    Can anybody provide some valid information on
    Tools available to extract the documents and their associated meta data from SAP Document Management system and DIR (Document Information Record) to non SAP document management sysyem ?
    Thanks..

    Hi,
    On ALE / EDI interface, you can use Message DOCMAS for triggering the outbound IDocs, you can use Program: RBDSEDOC
    For ALE / EDI Configuration, you can refer the book by Arvand Nagpal which is a step by step guide.
    Hope this helps.
    Best Regards, Murugesh AS

  • Export data from SAP Document Management System to File System(FileStore)

    Hi,
    We need to extract/ export data (documents and metadata) from SAP Document Management System to windows File System (File Store), can anyone suggest us tool or methodology to do the same.
    Thanks,
    Nilesh

    I'm also looking for a solution for this problem. We are capturing comments in BW-BPS layouts. They get stored in BW's document management system and we would like to export them out of the system for external reporting into an ACCESS database.

  • Document management system using oracle text

    i plan to create document management system using oracle text with following features
    1) document comparision
    2) document search
    and more...
    can oracle text be used to display documents of various formats by converting them to HTML. and can search keywords be highlighted in the document.
    please help!

    Have you ever considered doing this in Oracle Application Express (free on top of the Oracle database)? How about something like:
    http://download-west.oracle.com/docs/cd/B31036_01/doc/appdev.22/b28839/up_dn_files.htm
    Index the files using the CONTEXT index, and perhaps the docs' meta with it using the Oracle Text MULTI_COLUMN_DATASTORE, and then when you write your query for a report on the documents include a search string.
    I've created a number of APEX-based document management systems and it is quite easy once you get the hang of using this environment. I suggest looking at some of the tutorials/how-to documents and you'll be on your way quickly.
    Start with the upload application. Once you can get your documents in, create a report that shows everything except the document. Verify all of this works correctly.
    Add some "items" to the page for the report, and include them as bind variables in the where clause.
    After that, add your Oracle Text index to the database, and toss in a "text-field" item to the APEX page. Modify your report query, adding the CONTAINS clause, and use the newly created item as a bind variable. There's your keyword search.
    Linking to Oracle Apps is done through API's and may be over database links.
    Hope it helps. Though not a step-by-step how to document, this should point you in the right direction. Get familiar with APEX as that covers most of what you described.
    -Ron

  • Adobe 9 - PDF Portfolios - Document Management System

    I am having a  problem with PDF porfolio's not being content searchable in Hummingbird document management system.  I'm not sure if it's Adobe or Hummingbird. 
    All of our searches have to come from the document management system, and if the document is a stand-alone PDF - the search will pull from it's contents, however if the PDF is within a portfolio, the content will not come up within the search.
    Any help or direction will be greatly appreciated!
    Thank you!

    Just an observation. Portfolios can be "searchable".
    A Catalog index of Portfolios within a directory lets Acrobat's advanced Search pull from the PDFs that are the attached files that comprise a Portfolio.
    Just a guess but the "wrapper" PDF with the Flash UI that is the Portfolio may be precluding your CMS's indexing/search from working.
    Be well...

  • CALL_FUNCTION_SINGLE_LOGIN_REJ with user SOLMAN_BTC in managed systems

    Hi solution manager guru's,
    I have a issue with a shortdump in the managed systems. Solution Manager is trying to connect with SOLMAN_BTC via the trusted connection to the managed system. But SOLMAN_BTC doen't exist in the managed systems and the shortdump is created. I can't find the process / batch job that triggers the communication.
    Now, the solution could be creating solman_btc in the managed systems but I'm curious if someone can tell me what process is triggering the communication?
    Thanks in advance for your help!
    Kind regards, Maarten

    Hello Maarten,
    There was a note to address that problem.
    Please review and apply SAP Note  1602807 - Solman Self Diagnosis, problems with trusted RFC
    This note was developed to address the short dump -CALL_FUNCTION_SINGLE_LOGIN_REJ .
    Regards,.
    Paul

Maybe you are looking for