Why the size of the system table space is limited to 16383 MB

Hello
I use 10.2.0.3.0 on linux 64-bit

I want to know why the sysaux tablespace data file size is limited to 16383 MB as stated in the Enterprose management, I use linux 64-bit

SYSAUX tablespace

Size of the file (KB) 716800
Yes AutoExtend
Increment 10240 KB
16383MB maximum file size
16383MB maximum file size

A data file can have up to 4 MB blocks (http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/limits002.htm#i287915), do the math:

4194304 * 4096 = 17179869184 = 16384 GB (4096 = database block size)

HTH

Enrique

Tags: Database

Similar Questions

  • Why the system writes: installed 4 GB of ram, but usable only 3.6 GB of ram?

    Why the system writes: installed 4 GB of ram, but usable only 3.6 GB of ram?

    On Wednesday, March 6, 2013 15:02:32 + 0000, DanielOrtner wrote:

    Why the system writes: installed 4 GB of ram, but usable only 3.6 GB of ram?

    3.6 GB is a very good number - much higher than most people's.

    All versions of Windows 32-bit client (not just XP/Vista/7/8) have a
    Address 4 GB of space (64-bit versions can use much more). It's the
    theoretical upper limit beyond which you cannot go.

    But you can't use the whole address space. Even if you have a
    Address space of 4 GB, you can only use around 3. 1 GB of RAM (and as I
    said, you do much better than that). This is because some of
    This space is used by the hardware and is not available for the operation
    system and applications. The amount you can
    use varies, depending on what hardware you have installed, but can
    range from as little as 2 GB to 3.5 GB. It's usually around
    3. 1 GB.

    Note that the hardware is using the space, not the real address
    The RAM itself. If you have a larger amount of RAM, the rest of the RAM
    goes unused because there is no address to map space to.

  • I have a valid license for Windows XP key code, so why the system tells me it is not currently active or real?

    Windows has no

    I had to spend my PC this morning. Moving it, I decided to implement a new network card. When I reconnected it all the cables, I plugged my USB mouse on another USB port where it had been plugged in before. The computer is more than 7 years old and I've never had a problem with the front Windows Validation. I have a valid license for Windows XP key code, so why the system tells me it is not currently active or real?

    When Windows checks to see if you have moved your copy of Windows to "another computer", among other things, that his focus on the identification of several strands of material in the computer to see if they are different than when Windows was first installed.  I do not remember the list for now, but I remember that the network card is one of the pieces - and IIRC it is 'valuable' higher than others to reach the conclusion.

    You probably other elements has changed over the past seven years and now Windows has decided to have a "new" computer  Assuming that you haven't changed the motherboard - if you had, you would have had this issue at the time wherever you did--your installation is still legal.  Reactivate using your original license key. It should work online, but you will need to call the number that appears in the error message from re - validate.

  • Why the system idle process makes my desk fan light constantly

    Why the system idle process makes my desk fan light constantly

    The system idle process has nothing to do with your fan coming.  Your computer constantly monitors the temperature of your CPU and if this temperature is too hot, then the fans move on to high speed.  You can use the freeware 'CoreTemp' program to display the temperature of your CPU, if you want.  Temperature rises usually when the computer is under heavy CPU load but the usual cause of high speed switching fans is an accumulation of dust inside the computer and close the CPU fan.  Open your case and clean the dust.  A can of compressed air makes quick work of it.

    HTH,
    JW

  • Why the system error memory dump files create everytime in vista

    Why the system error memory dump files create everytime in vista

    Please help me find

    Hi ashwin_amb,

    System error memory dump files contain dump files created by Windows because of a stop error. They are created when an application crashes and creates an exception code. The dump file indicates which line or an area of memory the program crashed at and is used for troubleshooting.

    For more information, see the KB article:

    How read partial memory dump files that Windows creates for debugging

    http://support.Microsoft.com/kb/315263

    Hope the helps of information.

  • Purge the table FND_LOBS (attachmentolders of 2 years) to the cleaning table space

    Hello

    I have a requirement to serve the table FND_LOBS (spare part which is over 2 years old) in the cleaning table space.

    Please advise me which is the best way to serve FND_LOBS.

    I already went through the Notes below, but no luck...

    --
    871721.1 - how to purge FND_LOBS?
    555463.1 - how generic Purge or purchase spare part of the Table FND_LOBS
    298698.1 - avoiding an abnormal growth of the FND_LOBS table in 11i Applications
    303709.1 - recovering unused space in the tablespace APPLSYSD
    555463.1 - how generic Purge or purchase spare part of the Table FND_LOBS
    --

    Thank you
    Genoo

    Published by: Geno on April 1, 2013 05:32

    Geno says:
    None notes solve my requirement, I don't see an option to purge only the data that is older than 2 years.

    Thank you
    Genoo

    Purge FND_LOBS table can simultaneous running of 'Purge obsolete generic Queue Manager Data' program - simultaneous treatment - how to add the simultaneous program "Purge obsolete generic Queue Manager Data" to the Sysadmin User. [216541.1 ID]

    You can find more information about the settings for this program at the same time (questions on purge stale data of generic file manager [1165208.1 ID]).

    Thank you
    Hussein

  • Why the partitioned table cannot create?

    Why the partitioned table cannot successfully create?
    SQL> create table hr.gps_log_his
      2  (id number,
      3  name varchar2(10),
      4  time date)
      5  tablespace ts_log_his
      6  PARTITION BY RANGE (TIME)
      7  (PARTITION udp_part2009110707 VALUES LESS THAN (TO_DATE('2009110708','yyyymmddhh24')),
      8  PARTITION udp_part2009110708 VALUES LESS THAN (TO_DATE('2009110709','yyyymmddhh24')),
      9  PARTITION udp_part2009110709 VALUES LESS THAN (TO_DATE('2009110710','yyyymmddhh24')),
     10  );
    )
    *
    Error in line 10:
    ORA-14004: Missing PARTITION key word.

    Hello

    Your problem is the comma ending line 9. Delete this.

    Concerning
    Peter

  • Where the system tables are recorded

    Hello

    Where are the system tables documented, such as the description of each column? references to columns between tables (views)

    Thank you

    In the database, you have DICT, with as main colum TABLE_NAME, describing each view of the dictionary.
    You also have DICT_COLUMNS and DICT_COMMENTS.
    Outside the database, there is the 'reference manual Oracle"for your version without name on http://tahiti.oracle.com

    ----------------
    Sybrand Bakker
    Senior Oracle DBA

  • Don't know the source table space to use in REMAP_TABLESPACE

    11.2.0.2/Solaris 10

    We have a dump expdp of a related development scheme. We had dropped the source DB. Now, we want to create a new scheme in a new DB using this dump. We do not know the storage space used by the schema of the source as this DB does not exist today.

    To find the storage space used by the schema of the source, I can go ahead and impdp and cross errors "tablespace does not exist" in the log file impdp (need to do some research on Google to create an awk for this script)
    But y at - it another way to determine the storage space used by the schema of the source when the source database no longer exists? We do not have the expdp log file is (currently looking for it)

    I see 2 options for you.

    1. run your grep sqlfile import and then that file for the keyword TABLESPACE. This will give you all the tablespaces to be used when ordering import.

    2. start your import but with these:

    keep_master = master_only y = nom_du_travail y = my_master_only

    This will load just the main table, and then you can query the master to find storage space. If your dumpfile is important, it can be a lot
    faster than sqlfile once the import is complete, do a query like this:

    SQL > connect schema_running_job/password
    SQL > select unique object_tablespace from my_master_only where process_order > 0 and duplicate = 0;
    SQL > select unique object_name from my_master_only where process_order > 0 and duplicate = 0 and object_type = 'TABLESPACE ';

    I hope this helps.

    Dean

    Published by: Dean WINS 12 Sep, 2012 10:22

  • Why the system restore won't work

    When I try to run, System Restore my computer just is there and does nothing... .no invites nothing

    Hello

    If you use Norton, disable Norton inviolable Protection before attempting the restoration of the system.

    «Norton 2006 and subsequent products have a safety feature that prevents outside programs to alter the product Norton.» This security feature can prevent the Windows system restore from changing Norton files, resulting in the "Restoration incomplete" message »

    http://Service1.Symantec.com/support/sharedtech.nsf/pfdocs/2005113009323013

    Malware also bothers the system restore.

    I suggest that you download, update and scan with the free version of Malwarebytes Antimalware:

    http://www.Malwarebytes.org/products/malwarebytes_free

    See you soon.

  • Why the system restore did not finish successfully

    System Restore will not work. Always get the message saying unspecified error meant the restore has failed. Tried Safe Mode, but still did not.

    System Restore will not work. Always get the message saying unspecified error meant the restore has failed. Tried Safe Mode, but still did not.

    Make a check of the system files. It is to look at the fields corrupted, and he will try to fix it if it is found.

    http://www.Vistax64.com/tutorials/66978-system-files-SFC-command.html

  • Why the system restore will not work correctly?

    When I run the system restore I get message saying that it did not work properly and system has not been restored at that earlier time. This has happened several times now.

    Hello

    If you use Norton which will cause problems with the restoration of the system; clear all by doing the system restore.

    You would like to try to make the system Safe Mode restore, because that will often fix the problem:

    http://bertk.MVPs.org/html/safemodevista.html

    Use the arrow keys to move to the top or to the bottom of the list of Options > use then ENTER key to select Mode without failure.

    See you soon.

  • I try to install the inverter forza and why the system prohibits the password supplied with the instruction manual

    I bought a series of Forza Ups SL761. It came with a manual and I am trying to install it via the website and the system asks me the password. When I fill the password supplied with the manual there show me that the password is not correct. And I can't go any further.

    Hi Henry,.

    I suggest you to contact Forza Power Technology Support: http://www.forzaups.com/us/contacts/

    You can also post this question in the Forza community: http://www.forzaups.com/us/blog/category/english/

    Additional information.

    Forza SL761 Ups series: http://www.forzaups.com/us/products/ups/sl-series/forza-smart-ups-sl-761110v#features

    Thank you.

  • Why the second table does not show?

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:mx mx:Application ' http://www.Adobe.com/2006/MXML "
    xmlns: Data = "" com.kg.Data. * ""
    Width = '100% '.
    Height = "100%".
    Initialize = "getParameterNumbers ()" "
    backgroundColor = "#FFFFFF" >

    < mx:Script >
    <! [CDATA]
    Import mx.rpc.events.FaultEvent;
    Import mx.rpc.events.ResultEvent;
    Import mx.collections.ArrayCollection;
    Import mx.charts.PieChart;
    Import mx.charts.series.PieSeries;
    Import mx.charts.Legend;
    import com.kg.data.ParameterCount;

    [Bindable]
    public var paramCount:ArrayCollection;

    Gets the initial set of data from the server
    private function getParameterNumbers (): void {}
    remoteObject.getParameterCount ();
    addSecondChart();
    }

    Manage the received message.
    private void resultHandler(event:ResultEvent):void {}
    paramCount = new ArrayCollection();
    var parameterResultData:ArrayCollection = ArrayCollection (event.result);
    var resultLength:Number = parameterResultData.length;
    for (var i: Number = 0; i < resultLength; i ++) {}
    var tempParamResult:ParameterCount = new ParameterCount();
    tempParamResult.name = parameterResultData.getItemAt (i) .name;
    tempParamResult.count = parameterResultData.getItemAt (i) .count;
    paramCount.addItem (tempParamResult);
    }
    }

    Manage a message error.
    private void faultHandler(event:FaultEvent):void {}
    statusTextArea.text += "received fault:"+ event.fault + '\n'; '.
    }


    public function addSecondChart (): void {}
    var chart: PieChart;
    var series: PieSeries.

    series = new PieSeries();
    series.nameField = "name";
    Series.Field = "count";
    Series.filters = [];

    table = new PieChart();
    chart.percentWidth = 100;
    chart.percentHeight = 100;
    chart.showDataTips = true;
    chart.dataProvider = paramCount;
    Chart.Series = [series];

    P1. AddChild (Chart);
    }

    []] >
    < / mx:Script >

    < mx:RemoteObject id = "remoteObject".
    destination = "pokerDataSource".
    result = "resultHandler (Event); »
    Fault = "FaultHandler (Event); "/ >


    < mx:HBox width = "100%" id = "topHBox" >
    < mx:VBox >
    < mx:PieChart id = "firstChart".
    dataProvider = "{paramCount}.
    showDataTips = "true".
    selectionMode = "unique."
    itemRollOverColor = "#FF0066" >
    < mx:series >
    < mx:PieSeries

    field = 'count '.
    field name = 'name '.
    labelPosition = "legend."
    / >
    < / mx:series >
    < / mx:PieChart >
    < mx:Legend dataProvider = "{firstChart}" / >
    < / mx:VBox >

    < mx:TextArea id = "statusTextArea".
    Width = '100% '.
    Height = "100%".
    backgroundAlpha = "0".
    focusAlpha = '0 '.
    Selectable = "false" / >
    < / mx:HBox >
    < mx:Panel id = "p1" / >
    < / mx:Application >

    Hi kavehg,

    I just wonder if you try to add the second table too early? You have

    Initialize = "getParameterNumbers ()" in your statement of app, then "

    getParameterNumbers (): void

    {
    remoteObject.getParameterCount ();
    addSecondChart();

    }

    Have you tried either

    (a) you put getParameterNumbers creationComplete rather initialize?

    (b) addSecondChart running on another manager of altogether, for example just put a button temporarily and run it on the click event.

    Maybe wrong, but just seems to me that the call may be all advance what p1 may have added chlildren?

    Richard

  • Can system table space cause multiple data files in several places?

    Hi experts,

    Our current system has a partition to keep the system tablespace data files, but I assumed that the partition is wrongly estimated and the size was maintained only 2 GB. Now the partition's got full and it seems no way to increase the partition from the OS. The only option I have is to create the new data for system tablespace file in another free partition. Is this possible? I have to consider all things important before doing this? Also can I create new data with the regular create command file or need to do something special for system tablespace?

    Thanks in advance

    Yes, you can create two data files for system tablespace into two partitions.

    To reduce the space in the system tablespace - you should check what are segments that occupy the space in the system tablespace.

    To get the examples if you have the Audit DB - then you can move the table to tablespace someother depending on availability.

Maybe you are looking for

  • Equium turns off automatically

    My Laptp is turn off by itslef at random points, it feels very warm when it does this, especially the base of the laptop. What is the best way to treat this? Did the cleaning of need to the fan, if so, how can I do. Thank youAshley

  • Fetch forever PDM

    Hello everyone, I need assistance with example programs OR: niScope fetch Forever, write TDMS & read PDM. When I try to pick up permanently and save the data in the file of PDM, his job very well, but when I try to read the data at Labview (or conver

  • Research is not ' work.

    Remember - this is a public forum so never post private information such as numbers of mail or telephone! Ideas: You have problems with programs Error messages Recent changes to your computer What you have already tried to solve the problem

  • Can not uninstall or install the photosmart software 6510

    After having been frustrated that the printer driver for my new 6510 than anything a printer would claim that the printer was not connected to the network, when at the same time of the same system that the browser he could speak without difficulty, I

  • I might add my Showcase of Adobe AIR app?

    Hey Adobe,So I published my application called "News Center" on multiple platforms, I built this app using Adobe AIR SDK and the SDK Flex Apache kit.Mac version:Center news on the Mac App StoreiPad version:News Center for iPad on the App StoreAndroid