Tablespace Size ISSUE.....OS is FULL almost....Urgent Help...

Hi All,
I have a database 9i 9.2.0.4 on Sun Solaris 5.9.
- We have many permanent tablespaces and has "autoextend ON" and "maxsize UNLIMITED". Let call is TS1.
- We have different users and each user is exclusively assigned the above tablespace as default storage. No other is user is having any privilege to use anybody's else tablespace. Let call this user as U1.
"One User - One Tablespace" that is, U1 is using TS1.
Let call the user
ISSUES
======
1. The datafile of the tablespace TS1 shows the SIZE of 4.3 GB on OS. The Database file on FileSystem is 4.5 GB
2. And when i take the EXPORT of the above User Schema i.e. User U1, it shows me very less SIZE i.e. 388 MB approx. This is a BIG Surprise to me. I take EXPORT like this:
$exp system/<password> file=TS1.dmp log=TS1.log owner=U1
3. I also tried to check the Tablespace Used Space and TableSpace Free Space and it shows me the statistics like this:
+
The Query to see Used Space (For all Tablespaces of my DB Instance):
select b.name, (sum(bytes)/1024)/1024
from v$datafile a, v$tablespace b
where a.ts# = b.ts#
group by b.name;
[For TS1, it is: 4.512 GB]
+
The Query to see Free Space (For all Tablespaces of my DB Instance):
select tablespace_name, (SUM(bytes)/1024)/1024
from dba_FREE_SPACE
group by tablespace_name;
[For TS1, it is: 4.188 GB]
+=================
+ Due to the Whopping Size of TS1, it is threat to my File System Space management as my Unix Slice is 93% Full.
+ How Can i understand this Phenomenon...Is is OK in Database or We might be missing some configuraiton / settign etc. Why is this great diff. between datafile size & export size.
+ And what is the best way i can reduce / shrink the TabaseSpace Datafile Size almost equal to the EXPORT SIZE..
Please help on priority pls. I look forward to some tips / help.
Regards,
Kamesh Rastogi

Hi,
It is quite clear to me it may be because of EXTENT allocated but not being used...something like all records of a particular extent might have been deleted...
As Ankit needed for better analysis, i am providing the details....but does all that information needed for analysis....Anyhow i am providing all needed....
1. 9iDB 9.2.0.4
2. Sun Solaris 5.9 SUN SPARC box
3. select sum(bytes)/1024/1024 from dba_segments
where tablespace_name='SHARES' and owner='SHARES' and segment_type <>'INDEX'
4. exp system/<password> file=shares.dmp log=shares.log owner=shares
5. I feel you wanted segment_name & its bytes. Because there is no column object_name in table dba_segments.
I have fired following query....Hope you will get the output proper format...
select segment_name,segment_type,bytes
from dba_segments
where tablespace_name='SHARES' and bytes > 1048576
SEGMENT_NAME SEGMENT_TY BYTES
CLEAR_TRIAL TABLE 2097152
FOLIO_LNK TABLE 2097152
DATA_FILE TABLE 5242880
SURNAME TABLE 8388608
DEPECS_BNKACNO TABLE 5242880
BNKACNO TABLE 3145728
DIVIDEND TABLE 5242880
BENPOS_DTL TABLE 75497472
CDSL_DTL TABLE 2097152
ECS_CREDIT TABLE 3145728
CERT TABLE 3145728
SEGMENT_NAME SEGMENT_TY BYTES
CERT_DEMAT TABLE 2097152
CDSLDIVD_MEMBER TABLE 2097152
ENVELOP_NO TABLE 2097152
ANN_TMP TABLE 3145728
JTMEMBER TABLE 4194304
MANDATE TABLE 2097152
MEMBER TABLE 24117248
SIGNATURE_OLD TABLE 27262976
STRIP_ADDRESS TABLE 19922944
SIGNATURE TABLE 7340032
SHARE_MERGED_REP TABLE 40894464
SEGMENT_NAME SEGMENT_TY BYTES
ZZ_INWHDR TABLE 4194304
BAR_STATUS TABLE 2097152
DR_REQ TABLE 2097152
INWHDR TABLE 5242880
TFERHDR TABLE 2097152
ZZ_MEMBER TABLE 2097152
ZZ_CERT TABLE 2097152
DIVIDEND_HIST TABLE 17825792
DEPDIVD_MEMBER_HIST TABLE 57671680
CDSLDIVD_MEMBER_HIST TABLE 3145728
DEPDIVD_MEMBER TABLE 75497472
SEGMENT_NAME SEGMENT_TY BYTES
DIVD_TMP TABLE 2097152
SYS_IL0000026149C00002$$ LOBINDEX 2097152
STRIP_ADDRESS_IND1 INDEX 4194304
STRIP_ADDRESS_IND2 INDEX 7340032
ZZ_MEMBER_FOLIO_IND1 INDEX 2097152
DIVD_TMP_IND_1 INDEX 3145728
SYS_LOB0000026149C00002$$ LOBSEGMENT 653262848
SYS_LOB0000127124C00002$$ LOBSEGMENT 1207959552
6. The table was exported it it shows the size: 813642752 Bytes. (800 MB).
7. Since it is our production database and hence trying anything just l ike this might trouble us...& that's why i am trying to get each & every bit & bytes before i may proceed...
Thanks.
Regards,
Kamesh Rastogi

Similar Messages

  • PDF Portfolio: I am not allowed to reduce its size nor to optimize it. Urgent help!

    I have the trial version of Adobe Acrobat XI.
    I have created a portfolio.
    I need to reduce the size of this portfolio, but when I try I keep getting a message that says that I don't have "enought permissions to do this".
    What do I have to do to be able to reduce the size of this document.
    It's quite urgent.
    I hope to hear from somebody soon.
    Thank you!

    Hi Ciacroa,
    You cannot reduce the size of the pdf portfolio once it's created.
    You need to reduce the size of the individual files before combining them into portfolio.
    Regards,
    Rave

  • OracleCustomTypeMappingAttribute Issue in Custom type mapping(Urgent Help)

    I am figuring "OracleCustomTypeMappingAttribute" attribute in web.conifg.
    I am getting Error when i am trying execute the code.please find the error messsage in below
    "Custom type mapping for 'QR.iPromansys.Common.UDT.TAB_MC_REGION' is not specified or is invalid."
    This is my configuation of webconfig:-
    <oracle.dataaccess.client>
    <settings>
    <add name="REGION" value="udtMapping factoryName='QR.iPromansys.Common.UDT.TAB_MC_REGIONFactory,
    QR.iPromansys.Common.UDT, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
    typeName='TAB_MC_REGION' schemaName='IPROM' dataSource='QAPRISM' "/>
    </settings>
    </oracle.dataaccess.client>
    provide what i missed in in configure or anything else i have to do more in coding side.
    Class Information (Struture) Start
    public class TAB_MC_REGION : INullable, IOracleCustomType, IXmlSerializable
    private bool m_IsNull;
    private RegionInfo[] m_RegionInfo;
    public TAB_MC_REGION()
    // TODO : Add code to initialise the object
    public TAB_MC_REGION(string str)
    // TODO : Add code to initialise the object based on the given string
    public TAB_MC_REGION(RegionInfo[] obj)
    this.m_RegionInfo = obj;
    public virtual bool IsNull
    get
    return this.m_IsNull;
    public static TAB_MC_REGION Null
    get
    TAB_MC_REGION obj = new TAB_MC_REGION();
    obj.m_IsNull = true;
    return obj;
    [OracleArrayMappingAttribute()]
    public virtual RegionInfo[] Value
    get
    return this.m_RegionInfo;
    set
    this.m_RegionInfo = value;
    public virtual void FromCustomObject(Oracle.DataAccess.Client.OracleConnection con, System.IntPtr pUdt)
    OracleUdt.SetValue(con, pUdt, 0, this.m_RegionInfo);
    public virtual void ToCustomObject(Oracle.DataAccess.Client.OracleConnection con, System.IntPtr pUdt)
    this.m_RegionInfo = ((RegionInfo[])(OracleUdt.GetValue(con, pUdt, 0)));
    public virtual void ReadXml(System.Xml.XmlReader reader)
    // TODO : Read Serialized Xml Data
    public virtual void WriteXml(System.Xml.XmlWriter writer)
    // TODO : Serialize object to xml data
    public virtual XmlSchema GetSchema()
    // TODO : Implement GetSchema
    return null;
    public override string ToString()
    // TODO : Return a string that represents the current object
    return "";
    public static TAB_MC_REGION Parse(string str)
    // TODO : Add code needed to parse the string and get the object represented by the string
    return new TAB_MC_REGION();
    // Factory to create an object for the above class
    //[OracleCustomTypeMappingAttribute("IPROM.TAB_MC_REGION")]
    public class TAB_MC_REGIONFactory : IOracleCustomTypeFactory, IOracleArrayTypeFactory
    public virtual IOracleCustomType CreateObject()
    TAB_MC_REGION obj = new TAB_MC_REGION();
    return obj;
    public virtual System.Array CreateArray(int length)
    RegionInfo[] collElem = new RegionInfo[length];
    return collElem;
    public virtual System.Array CreateStatusArray(int length)
    return null;
    End
    Main Class Code(Execution Part) Start
    I am using "Microsoft.Practices.EnterpriseLibrary.Data.Database"
    List<RegionInfo> mealRegionList = new List<RegionInfo>();
    TAB_MC_REGION mealregionTableObject = new TAB_MC_REGION(mealRegionList.ToArray());
    Database database = DatabaseFactory.CreateDatabase();
    using (DbCommand command = database.GetStoredProcCommand("mealplanning_services.SAVE_MC_REGION"))
    database.AddOracleInParameter(command, string.Empty, OracleDbType.Object, "TAB_MC_REGION", mealregionTableObject);
    database.AddOracleOutParameter(command, "@po_result_code", OracleDbType.Decimal, 50);
    database.ExecuteNonQuery(command);
    End
    email address:- [email protected]
    please fill free to contact.

    Issue Resolved. For less than 50 records, client side filtering takes over. In that case the search help exit will not come into picture. Issue resolved by avoiding client side rendering.
    callcontrol-maxexceed = 'X'.
    Thanks,
    Pris.

  • Render disc full?   URGENT HELP NEEDED!

    I'm to render some sound on Final Cut Pro 6.0 and it keeps saying that the render disc is full. How do I get round this without deleting any of my footage?

    Well... first off, let's hope you have your media and render files on a disk that's not your system disk.
    Under the tools pulldown, open the render manager. See if there are old project renders you can get rid of. Audio renders aren't that big, so you ought to be able to find SOMETHING to get rid of.

  • Issue with shared services - Need Urgent Help please!!

    Hello Experts
    One of my customer has installed a new instance of oracle and copied all the schemas and data over to the new instance.
    Now when they bring up shared services, have lost all our provisioning. None of the projects are recognized by shared serices and gets the following error when we try to bring up a user
    'xxxxx' is not a recognized Shared Services project. Please contact your adminstrator
    Is there something we need to do to restore Shared Services to its original state?
    Thanks in advance.
    Regards,
    Sonu
    Edited by: 637223 on Jan 20, 2009 2:19 AM

    hi,
    I doubt that "creating a new instance of oracle and copied all the schemas and data over to the new instance" will register the project with shared service and thats why giving error. Because when you install shared service, it asks you about the database name (oracle in your case) to register with. So even if you overwrite that database by new instance it gives error.
    Have you tried the configuration utilty ? Over there you can provide the new database instanse as your database and configure your shared service. Remember that you need to do a complete configuration of shared service , analytic administration services and analytic services. After configuring, Restart the system.....it should work.
    Hope this helps!
    Regards,
    James

  • Glitches and visual issues on 3 week old MacBook Pro - size issues as well. Can Apple help?

    I ordered my Macbook Pro in September 2012. I received it in the mail on September 14, 2012. For the past week and a half, there have been visual glitches, as well as keyboard twitching on-screen (garbled/slow typing on screen). This is a brand new computer, and no damage has occurred to it at all. This was very expensive, and I want a quality product. Will Apple repair or replace the device?
    Also - I ordered the 15 inch model, and have found out that it is too large for me. Is it possible to switch this model for the 13 inch model instead? (Although the return period is over?)
    Thanks

    joshdeese93 wrote:
    Will Apple repair or replace the device?
    Also - I ordered the 15 inch model, and have found out that it is too large for me. Is it possible to switch this model for the 13 inch model instead? (Although the return period is over?)
    We''re just as good as you for guessing answers to question #1. Only "normal" everyday Mac users here, no official Apple presence (except for the invisible censor that will strike inappropriate posts unseen). Make good use of your one-year base warranty.
    As for question #2, I think you've answered it yourself. Had a 14 days no-questions-asked return period that was squandered, Apple will offer no further respite. Will have to sell it on the classifieds of the local rag, eBay, Craigslist, whatever, recoup what you can and try again. Is why there are so many points of sale nowadays where you can go play with the toys before plonking down the cash.

  • Tablespace Size

    hi,
    I am using Oracle 8i. From DBA studio i see that the space assigned to data files is 98.5% full. will it affect performance ?? Ther is very few much space avaiable in the drive. Data file size is around 12 GB auto extend is 50% and free space is 3 GB.
    Please suggest...

    If the data blocks are not cached in your shared pool , then it will read data blocks from the datafiles and this will leads to some performance issuies.Kuljit already pointed out from your answer that data blocks resides in buffer cache not in the shared pool.
    My point is, sometimes, physical reads are better than logical reads. To tune a query, one must concentrate to reduce logical reads. (buffer gets).
    Regarding tablespace size and performance problem, as long as there is free space is avaialble then no problems.
    If the tablespace is 100% used and its data files are autoextend enabled, then, when oracle needs space to insert datafile and tbs is 100% and its datafile are autoextend, then, oracle has to allocate new exten to keep the data. In this scinario, there might be a slight issue.
    If the tbs is locally managed, it will not be that must.
    Moreover, if the database is OLTP with heavey transactions, then, its always better to have good amount of free space i the tablespaces.
    Jaffar

  • WMV and Disk Size issues

    So I am a pretty avid Encore user and I have come into some issues lately and could use some help.
    Background-
    I filmed a 14 hour conference on SD 16:9 mini dv
    I captured 14 hours with Premiere as .AVI - I edited the segments and exported as .AVI
    I used Media Encoder to convert the files to NTSC Progressive Widescreen High Quality (.m2v)   - Reduced the file size drastically
    I then used Media Encoder to convert the .m2v files to .wmv files - Reducing the conference size to 5.65 GB in total.
    I then imported the .wmv into Encore - my issues begin
    At first, Encore CS4 imported the .wmv files without a problem however the disk size (of 5.65 GB) registered in Encore as around 13 gigs???  Why is that?  The .wmv files only consume 5.65 gb on my harddrive.  Where is this file size issues coming from?
    So then Encore CS4 gets upset that I have exceeded the 8.5 DL Disk size and crashes...
    I reopen the program and try to import my .wmv files again (forgot to save like an idiot).  3 of 8 .wmv files import and then Encore starts giving me decoder errors saying I cannot import the rest of the .wmv files... 
    Can anyone help me with this issue?  Im quite confused by all of this.  Things seemed to work fine (sorta) at first and now Encore is pissed.
    I want to get this 14 hour conference on 1 DL DVD and I thought it would be as simple as getting the files reduced to a size sutable for a 8.5 gb disk.  Why is my way of thinking incorrect?
    Thanks for any help,
    Sam

    ssavery wrote:
    Thanks everyone for your help.
    Im still not giving up....  It's become an obsession at this point.  My uncle does this with kids movies for his children.   He'll download and compress entire seasons of children shows and put them all on one dvd which he then plays in a dvd player for them to watch.  Im currently trying to get ahold of him....
    Thanks for the help
    Sam
    i've done this as well for shows that are never to be seen again for the light of day from the 80s and such... i use VSO Software's "ConvertXtoDVD v4" i ONLY use this for archival purposes of xvid or wmv or stuff that encore would throw fits over. the menus are all mainly default stock stuff. but for these projects i'm not concerned about menus or specific navigation, i just need to get the job done. i can squeeze around 15 hrs of 720x480 on one DL (it compresses the ever living dayligths out of the video... but for most of the source footage... it really doesnt matter at that point, its mostly all VHS archives i use for this program anyway) if you just absolutely HAVE to have a 1 disker, you could check that app out, burn it an see how it looks.
    edited to add: that to really squeeze crap in, you can also use a DVDFab program (any ersion should do... Older ones are cheaper) make a disc image with ConvertX, if yiu have alot f footage it may push it beyond the normal boundary of a dvd-dl and fail the burn. So then you can just import the disc image into DVDFab, and choose it to burn to a DVD-DL, and it may compress it by about 3-7% more to fit it. I would NEVER use this method EVER for a client... But if you are just hell-bent on doing 1 disk. Tries these 2 apps out. It may work out if you can live with the compression.
    if you do try this, I recommend trying this workflow. Open premiere with your first gem captured AVI. set up your chapters how you want them or whatever, then save each chapter or lecture or segment or whatever as it's own AVI. the. Import all those separately into ConvertX and set it up to play one after the other when each segment ends. [i can't confirm this 100%, because i usually drop in already compressed  files... but if for some reason it don't wanna work out... then i would  suggest dropping in the mts files instead] (if say you want a new "movie" for each lecture instead, and have chapters per movie that can be done too... But it's more work, but I can expound later if need be)  To save time on encoding, set up the menu to be the "minimalist" menu. It's strictly text. Then just create sn ISO. if you donthe full thing, I can almost guarantee you'll have to use DVDFab to burn to disc, because it'll probably be about 5-8% overburn.

  • Impdp operation taking more tablespace size in compare to expdp...

    Hi All,
    I have one issue with impdp operation. I am using 11gR2 database and schema's dmpfile size is 5G. When I start loading data through impdp schema's tablespace size grow more than 5G. I have to stop the impdp operation because of growing tablespace size. There is no compress parameter passed during expdp. Lastly I given tablespace maxsize= unlimited but seems like it still not sufficient and have to add one more dbf. so the tablespace size as of now is 60G and impdp operation is still running.
    Can anyone guide me if dmp file size is 5G then how could be the tablespace size more than 5G? I have an assumption that if my dmpfile size is 5G then the tablespace size in which I loaded my data (using impdp)should not more than 5G.
    Thanks in advance.

    I was facing the same problem. After giving parameter TRANSFORM=SEGMENT_ATTRIBUTES:n, the problem has been resolved.
    TRANSFORM = transform_name:value[:object_type]
    The transform_name specifies the name of the transform. Some of possible options are as follows:
    SEGMENT_ATTRIBUTES - If the value is specified as y, then segment attributes (physical attributes, storage attributes, tablespaces, and logging) are included, with appropriate DDL. The default is y. ====> IF THIS IS 'N' PHYSICAL STORAGE ATTRIBUTES ARE NOT INCLUDED.
    STORAGE - If the value is specified as y, the storage clauses are included, with appropriate DDL. The default is y. This parameter is ignored if SEGMENT_ATTRIBUTES=n.
    Although thread a quite old, but just updating this in case someone needs to refer in future. My system parameter deferred_segment_creation is set to TRUE.
    Here is the complete syntax, I have used
    impdp vygrdba/******* dumpfile=VYGRVS6I5_25DEC12.dmp logfile=VYGR_PT_09Jan13.log remap_schema= VYGRVS6I5:VYGR_PT TRANSFORM=SEGMENT_ATTRIBUTES:n
    Edited by: 980762 on 9 Jan, 2013 3:58 AM

  • UNDO Tablespace size

    Hi,
    We have a production database with size 120GB (DB Version 11.1.0.6), And our UNDO Tablespace size is 30GB.
    For the past 4 days the UNDO tablespace utilization is more than 85%.
    We have disabled the AUTOEXTEND for the UNDO Tablespace.
    So the UNDO RETENTION is dynamically calculated by Oracle itself and the value now is
    TUNED_UNDORETENTION
    339183
    Please suggest how to fix this issue.
    Thanks !

    Hi,
    The UNDO Tablespace size is still increasing. We dont have flashnack enabled for our database.
    The database is 11.1.0.6 Standard Edition.
    TABLESPACE TOTAL_SIZE_IN_MB FREE_SPACE_IN_MB % FREE %USED
    UNDOTBS1 32152 4440 14 86.19
    USERS 123784 23120 19 81.32
    SYSTEM 1536 465 30 69.73
    SYSAUX 1024 449 44 56.15
    GGS_DATA 2048 1388 68 32.23
    We enabled AUTOEXTEND on for one of the datafiles in UNDO Tablespace.
    NAME TYPE VALUE
    undo_management string AUTO
    undo_retention integer 9000
    undo_tablespace string UNDOTBS1
    select to_char(begin_time, 'DD-MON-RR HH24:MI') begin_time,
    to_char(end_time, 'DD-MON-RR HH24:MI') end_time, tuned_undoretention
    from v$undostat order by end_time;
    BEGIN_TIME END_TIME TUNED_UNDORETENTION
    23-DEC-11 18:15 23-DEC-11 18:25 375077
    23-DEC-11 18:25 23-DEC-11 18:35 375678
    23-DEC-11 18:35 23-DEC-11 18:45 376278
    23-DEC-11 18:45 23-DEC-11 18:51 376578
    Please let me know how can i reduce the space consumed by UNDO Tablespace.

  • Recreate database but with bigger tablespace size

    Hi guys,
    Objective: I need to recreate our prod db but I need to increase my tablespace size to make use of added capacity of our new server.
    Steps to be done: I plan to execute a "CREATE TABLESPACE" script in our prod db and just change the size of my datafiles in the script. I have a full db export of the prod db After executing the "CREATE TABLESPACE" script, I will import the full prod db export into the new db.
    Problem: What will be the end result of the steps above? When I import the file to the new db will my tablespace from the new db inherit the size of the prod db tablespace?
    Kindly Help.
    Thanks and Best Regards

    If you precreate the database and all the tablespaces (as it exists in your current db), and then if you perform a full import, it should be ok. You will be able to preserve the tablespace storage specification as you precreated...and will not inherit that of the current/existing database.
    HTH
    Thanks
    Chandra Pabba

  • What am I doing wrong - size issue

    Need some advice...as usual!
    I designed a site on my 17" monitor and set the margins to 0
    and table to 100%. However when I look at it on different screens
    it looks rubbish...big gap at the bottom of the page with the
    design cramp at the top. I wonder if someone would mind looking at
    my code and see what's wrong with it. The site was designed using
    various techniques including css for nav bars, tables, and
    fireworks elements. the site can be viewed at:
    www.shelleyhadler.co.uk/nerja.html
    thanks for your help. Shell

    >Re: What ams I doing wrong - size issue.
    Several things...
    First, your 17" monitor has noting to do with web page
    layout. What
    resolution is your monitor set to? it could be 800 pixels
    wide or 1280
    pixels... wouldn't that make a difference? That aside, screen
    resolution and
    size are irrelevant anyway. What counts it eh size that your
    viewers have
    their web browser window set at.
    I have a pretty large monitor, set to a very high resolution,
    so I open
    several windows at once and size them so I can see the
    content in all.
    Sometimes my browser is full screen and sometimes its shrunk
    down to less
    than 600 x 800. Your web site needs to accommodate that.
    Every web viewer
    out there is different and likes the way they have their
    screens set up. So
    you need to be flexible and your site needs to be flexible.
    Next, Don't design in Fireworks and import to Dreamweaver.
    Fireworks is a
    superb web ready graphics and imaging processing program. The
    authors
    (mistakenly) threw in some web authoring stuff that works
    very poorly.
    Design your pages using Dreamweaver. Learn html markup and
    css styling to
    arrange it, then use Fireworks to create graphics to support
    your content.
    Along the way, be aware of the diffferant browsers in use.
    Internet
    Explorer is the most popular (or at least most in use) simply
    by virtue of
    the Microsoft market share, but it is also the least web
    complient (by virue
    of the Microsoft arrogance) so some things that work there,
    (like your green
    bands) won't on other browsers and vice versa.
    That said... graphically, your site looks great. You have a
    good eye for
    composition and simple clean design. You just need to learn
    to use html to
    your best advantage to create some realy nice looking and
    nicely working
    sites.
    "shelleyfish" <[email protected]> wrote in
    message
    news:[email protected]...
    > Need some advice...as usual!
    >
    > I designed a site on my 17" monitor and set the margins
    to 0 and table to
    > 100%. However when I look at it on different screens it
    looks
    > rubbish...big
    > gap at the bottom of the page with the design cramp at
    the top. I wonder
    > if
    > someone would mind looking at my code and see what's
    wrong with it. The
    > site
    > was designed using various techniques including css for
    nav bars, tables,
    > and
    > fireworks elements. the site can be viewed at:
    >
    > www.shelleyhadler.co.uk/nerja.html
    >
    > thanks for your help. Shell
    >

  • Wrong critical tablespace size

    Dear Experts,
    The Database of our PRD system has been upgraded from 8.2 to 9.5, one of the purpose is to get the higher tablespace limitation. However, after we LRID one of the critical tablespace size, SOLMAN still noted that this tablespace  includes in the critical table size.  It seems SOLMAN still have the threshold of DB2 version 8 not version 9.5.
    Do we need to upgrade the ST-PI or other plug in in order to fix the issue.
    Please advise.
    Thanks and Regards,
    Rudi

    Hi Markus,
    Here is the list of the SP:
    SAP_BASIS                           700     0014
    SAP_ABA                           700     0014
    PI_BASIS                 2006_1_ 700     0008
    ST-PI                       2008_1_700  0000
    SAP_BW                                     700  0015
    SAP_AP                                 700      0011
    BBPCRM                                      500      0011
    CPRXRPM                           400     0007
    ST                                           400     0015
    ST-A/PI                    01L_CRM570     0000
    ST-ICO                             150_700     0006
    ST-SER                        700_2008_1     0005
    Regards,
    Rudi

  • Urgent help needed; Database shutdown issues.

    Urgent help needed; Database shutdown issues.
    Hi all,
    I am trying to shutdown my SAP database and am facing the issues below, can someone please suggest how I can go about resolving this issue and restart the database?
    SQL> shutdown immediate
    ORA-24324: service handle not initialized
    ORA-24323: value not allowed
    ORA-01089: immediate shutdown in progress - no operations are permitted
    SQL> shutdown abort
    ORA-01031: insufficient privileges
    Thanks and regards,
    Iqbal

    Hi,
    check SAP Note 700548 - FAQ: Oracle authorizations
    also check Note 834917 - Oracle Database 10g: New database role SAPCONN
    regards,
    kaushal

  • HP Office jet pro scanning size issue

    I have a HP Officejet Pro 8500
    When scanning to my computer to a .pdf it always results in an 8.5x14 document not an 8.5x11 document
    (and this happens regardless of whether I scan a book page with the scanning lid open or an 8.5x11 single page original with the scanning lid closed)
    Using the HP solution center Scan Settings - I cannot find any possible place to change the default settings to force it to scan to an 8.5x11 size
    I have looked at the Adobe help which tells me to find the place to change my scanning default settings (under File -> Create) but I do not have a Create option under my File menu in Adobe (I believe I just have the basic Adobe reader)
    And I cannot see how to change the properties of  .pdf in Adobe to change the size from 8.5x14 to 8.5x11
    I have no idea where else to look to figure out how to fix this
    Anyone have any other ideas?
    (and I am running an HP computer with Windows 8.1)
    Thanks.

    Hello there! Welcome to the forums @SKMgherkin ,
    I read about how you cannot scan in letter size and only in legal size from your Officejet 8500 model. I will certainly do my best to help you out!
    I would like to ask if you could post me back a screen shot of the scan size settings you are able to see in the Solution Center software.
    Also try running the Print and Scan Doctor tool to see if the tool will correct the settings in the software.
    Hope to hear from you!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

Maybe you are looking for

  • To store text file having Multiple file formats in a database table

    Hi, Is it possible to store data of a text file which have different field separator between records Like palash;1111,noida xxxx;3333,delhi regards palash

  • Acer d250 sleep | How can I use s2ram in kde menu?

    Hey everyone, My first post ; ) I am running kdemod on my acer aspire one d250-1165, I am having an issue with stock kde suspend-to-ram, after resuming from a suspend-to-ram the system comes back aparently normal, everything seems to be working, but

  • One SO but I would like Post Goods Issue from different Storage Locations?

    Dear All, Pls help me solve this issue below: I have one SO, Item xzy, Qty = 300 but I would like to Post Goods Issue from different Storage Locations (Qty = 100 for each locations) E.g I have 3 storage locations: A, B, C and need to assign Post Good

  • Connecting Motorola to iMac

    I can pair my new Motorola Droid to my Mac but it won't connect. Is this a problem on my part or is Droid not a supported phone?

  • Kernel module profiling tools?

    Are there any tools available to profile a kernel module? I have a STREAMS module that does crypto stuff and it's performance is not up to what I would like. I'd like to see where it's spending it's time. Or is the best I can do keep track of time my