"ORA-01144: File size (7680000 blocks) exceeds maximum of 4194303 blocks.

Hi Team,
While increasing the tablespace i am getting below error. How to handle this any one please suggest.
SQL> set lin 300
SQL> col TABLESPACE_NAME for a25
SQL> col FILE_NAME for a65
SQL> select TABLESPACE_NAME,FILE_ID,FILE_NAME,AUTOEXTENSIBLE,sum(BYTES/1024/1024) MB
2 from dba_data_files where TABLESPACE_NAME='SYSAUX' group by TABLESPACE_NAME,FILE_ID,FILE_NAME,AUTOEXTENSIBLE order by sum(BYTES/1024/1024) DESC,file_name;
TABLESPACE_NAME FILE_ID FILE_NAME AUT MB
SYSAUX 3 /ora2/oradata/dbname/sysaux_01.dbf NO 300
SQL> Alter database datafile 3 RESIZE 60000M;
Alter database datafile 3 RESIZE 60000M
ERROR at line 1:
ORA-01144: File size (7680000 blocks) exceeds maximum of 4194303 blocks
Regards,

941829 wrote:
Hi Team,
While increasing the tablespace i am getting below error. How to handle this any one please suggest.
SQL> set lin 300
SQL> col TABLESPACE_NAME for a25
SQL> col FILE_NAME for a65
SQL> select TABLESPACE_NAME,FILE_ID,FILE_NAME,AUTOEXTENSIBLE,sum(BYTES/1024/1024) MB
2 from dba_data_files where TABLESPACE_NAME='SYSAUX' group by TABLESPACE_NAME,FILE_ID,FILE_NAME,AUTOEXTENSIBLE order by sum(BYTES/1024/1024) DESC,file_name;
TABLESPACE_NAME FILE_ID FILE_NAME AUT MB
SYSAUX 3 /ora2/oradata/dbname/sysaux_01.dbf NO 300
SQL> Alter database datafile 3 RESIZE 60000M;
Alter database datafile 3 RESIZE 60000M
ERROR at line 1:
ORA-01144: File size (7680000 blocks) exceeds maximum of 4194303 blocks
Regards,You must know that its really important to mention your db version and other details so that we can answer in a more proper manner. Since you haven't mentioned your db size and block size so here is a generic reply. If you are using 8kb Blocksize,you should be able to go till 32gb of one file(8192*4194303/1024/1024=>32G). So your solution would be to either go for a different file or use Big File(if you are on 10g and above) .
HTH
Aman....

Similar Messages

  • ORA-01144: File size (4194304 blocks) exceeds maximum of 4194303 blocks

    Hello all,
    Wen i try to add new datafile(32GB) to tablespace i found the below error. I have space available in my disk, why i am not able to add new datafile to tablespace?
    ERROR at line 1:
    ORA-01144: File size (4194304 blocks) exceeds maximum of 4194303 blocks
    here is my db_block_size information:
    NAME TYPE VALUE
    db_block_size integer 8192
    How can i add new datafile with out any issues.
    Regards,
    RHK

    Thanks,
    I minimise the size, now i am able to add new datafile.
    From long time back i am getting below error,
    ORA-1653: unable to extend table PQB_ADMIN.RPT_TR by 128 in tablespace USERS
    ORA-1653: unable to extend table PQB_ADMIN.RPT_TR by 8192 in tablespace USERS
    to avoid this error i added new datafile. Now the data will sync automatically? (it may be nearly 2 months data)
    Regards,
    RHK

  • ORA-27046: file size is not a multiple of logical block size

    Hi All,
    Getting the below error while creating Control File after database restore. Permission and ownership of CONTROL.SQL file is 777 and ora<sid>:dba
    ERROR -->
    SQL> !pwd
    /oracle/SID/sapreorg
    SQL> @CONTROL.SQL
    ORACLE instance started.
    Total System Global Area 3539992576 bytes
    Fixed Size                  2088096 bytes
    Variable Size            1778385760 bytes
    Database Buffers         1744830464 bytes
    Redo Buffers               14688256 bytes
    CREATE CONTROLFILE SET DATABASE "SID" RESETLOGS  ARCHIVELOG
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file
    '/oracle/SID/sapdata5/p11_19/p11.data19.dbf'
    ORA-27046: file size is not a multiple of logical block size
    Additional information: 1
    Additional information: 1895833576
    Additional information: 8192
    Checked in target system init<SID>.ora and found the parameter db_block_size is 8192. Also checked in source system init<SID>.ora and found the parameter db_block_size is also 8192.
    /oracle/SID/102_64/dbs$ grep -i block initSID.ora
    Kindly look into the issue.
    Regards,
    Soumya

    Please chk the following things
    1.SPfile corruption :
    Startup the DB in nomount using pfile (ie init<sid>.ora) create spfile from pfile;restart the instance in nomount state
    Then create the control file from the script.
    2. Check Ulimit of the target server , the filesize parameter for ulimit shud be unlimited.
    3. Has the db_block_size parameter been changed in init file by any chance.
    Regards
    Kausik

  • ORA-31044: Top-level prefix length  exceeds maximum

    Hi,
    I am trying to migrate the cube and associated view created by view generator from one environment to another environment.
    The cube is migraed through XML and it is working.
    But when we compile the view created in one environment in the target environemn after cube migration we get and error as - "ORA-31044: Top-level prefix length exceeds maximum".
    What is the resolution for this?
    Regards,
    Gurudatta

    Not sure what is happening between production and development environments, if it worked in dev it should work in production assuming no other changes were made to the data model. Data volumes should not be an issue. When you are testing the view are you using a WHERE clause to limit the number of rows returned? Try just returning the top level for each dimension, the 'All' dimension member as this will return just one row (or one row for each year if you have a time dimension with year as the top level).
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • Maximum file size for email iCloud, maximum file size for email iCloud

    Where can I find the maximum file /photo att. size in my icloud email

    An iCloud email can't exceed 20MB.
    You'll also need to know the maximum size allowed by the receipients email service
    http://support.apple.com/kb/HT4863
    Regards
    TD

  • ORA-31005: Path name length 3125 exceeds maximum length 1024

    what does this error mean?
    how to resolve it and how to track where it is occuring.
    it is a xml parsing error but which path is it talking about?
    str_sqlstring contains xml in string format.
    xmlvar := xmltype('ROOT',str_xmlstring);
    doc := dbms_xmldom.newDOMDocument(xmlvar);
    ndoc := dbms_xmldom.makeNode(doc);
    dbms_xmldom.writetobuffer(ndoc, str_buffer);

    Thanks for your time Marco.
    Here is the header:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- edited with XMLSpy v2010 rel. 2 (http://www.altova.com) by Joe (DSI) -->
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb" elementFormDefault="qualified" attributeFormDefault="unqualified" xdb:storeVarrayAsTable="true" xdb:mapStringToNCHAR="true" xdb:mapUnboundedStringToLob="true">
    I made the following change -
    <xs:element name="Data" xdb:maintainDOM="false" xdb:SQLName="LOB_DATA" xdb:SQLType="CLOB"/>
    I received this error -
    ORA-31094: incompatible SQL type "CLOB" for attribute or element "Data"
    ORA-06512: at "XML_TEST.XML_TEST_SCHEMA_REGISTER", line 48
    I did a little more testing after the first post. I used the same type as an element that is defining image data.
    <xs:element name="Data" type="xs:base64Binary" xdb:maintainDOM="false" xdb:SQLName="LOB_DATA" xdb:SQLType="BLOB"/>
    While this did register and I was able to load a record, I am guessing that this will render the data for this element usless but at least the record loads. I'll still need to resolve this issue as the .pdf data is important.
    Thanks
    Joe

  • ORA-01144

    HI all
    I use ASM instance with ASM dik group , when I add datafile to tablespace :
    SQL> alter tablespace INDM add datafile '+STARINS' size 50G;
    alter tablespace INDM add datafile '+STARINS' size 50G
    ERROR at line 1:
    ORA-01144: File size (6553600 blocks) exceeds maximum of 4194303 blocks
    I had to add datafile with max 30G , but I thought that ASM copes larger files.
    we have one diskgroup +STARINS, to two ASM DISK :
    Am I making any mistage by configuration ..this is may first contact with ASM and immediately serious project :)
    Can You give me any recommendation ?
    Thank You Brano

    The typical post in this forum:
    - no database version
    - no information, other than 'it doesn't work'
    Apparently you didn't read the error message, didn't look it up in the online documentation, and/or didn't even try to understand.
    It's message is quite clear: You are trying to add a datafile of 50 G to an ordinary tablespace, so no bigfile tablespace.
    However, as ASM is a storage technology only, the typical maximum size of a datafile at 8k blocksize is 32G. (This can be looked up in the Oracle reference manual). Converting the numbers posted to Gigabytes (which you could have easily done yourself) I get 50G and 32G. Hey presto, my theory is right!
    You would have needed to create a bigfile tablespace, it is unclear whether you did do so.
    I also did some manual reading on your behalf, provided the ASM diskgroup is big enough (again no information on that), 50G shouldn't be a problem.
    It's all described here
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/storeman.htm#ADMIN10181
    Please note I have almost 0 experience with 10g and I can find the answers.
    It boils down to be prepared to do some effort.
    Sybrand Bakker
    Senior Oracle DBA

  • Maximum file size exceeded?

    Recently I've bought curve 9300 - so far it looks to be the best phoned I had so far.
    But yesterday I finally decided to install desktop software and check some other functions of the phone. And that's when I found a problem. I haven't installed ny media card, but there's some free space showing on the built memory. I've wanted to upload a couple of multimedia files ( .mp3 - using "file" button, I'm not using Itunes, Windows media etc) . I got an info that maximum allowed file size has been exceeded (I'm not sure it's excat phrase as I had to translate it from Polish). What's wrong? I'm pretty darn sure that file I wanted to upload is smaller than free space (mp3 of around 5MB).

    Hi and Welcome to the Community!
    Here is a KB that discusses that error:
    KB26221 "File exceeds the maximum file size of the destination or is too large for the system" appears when saving attachment files on the BlackBerry smartphone
    Hopefully it contains something useful! While it is written for the 9700, I suspect it applies to your BB as well.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • By default AIX limits maximum file size to 1GB

    When writing files larger than 1GB in AIX, I receive a "File too large" error.
    This file size limit presents a problem, especially when creating large files,
    such as LDIF exports from a Directory Server istance or message store dumps
    from a Messaging Server instance.
    <P>
    By default, AIX limits the maximum size of files to 1GB. However, root can
    adjust the maximum file size for itself with the following command:<BR>
    <P>
    $ulimit -f <I>arbitrary_large_number</I>
    <BR>
    <P>
    The -f modifier
    specifies the maximum file size. For example,<BR>
    <P>
    $ulimit -f 4194304
    <P>
    This values for the maximum size of files is set in the
    /etc/security/limits
    file. The default values in this file are as follows:<BR>
    <P>
    fsize = 2097151<BR>
    core = 2097151<BR>
    cpu = -1<BR>
    data = 262144<BR>
    rss = 65536<BR>
    stack = 65536<BR>
    nofiles = 2000<BR>
    <P>
    To view your local default values, use the following command:<BR>
    <P>
    $ulimit -a
    <P>
    Any user can adjust the maximum file size limit downward. For example,<BR>
    <P>
    $ulimit -f<BR>
    2097151<BR>
    $ulimit -f 100<BR>
    $ulimit -f<BR>
    100<BR>
    $cp /unix /tmp/MyBigFile #(copy a big file to another location with enough space)<BR>
    File too large<BR>
    $ls -al /tmp/MyBigFile<BR>
    -rwxr--r-- 1 UserID GroupID 51200 Jul 25 08:41 MyBigFile
    $
    <P>
    However, only root can adjust the ulimit
    file size limits upward. Such changes
    will take effect only after the user logs in again.
    <P>
    Additionally, it is possible to set specific user limits with the
    chuser command. For
    information on chuser,
    click the following URL:<BR>
    <P>
    http://www.rs6000.ibm.com/doc_link/en_US/a_doc_lib/cmds/aixcmds1/chuser.htm#A067913d9
    <P>
    For more information on the ulimit
    command, check the following URL:<BR>
    <P>
    http://www.rs6000.ibm.com/doc_link/en_US/a_doc_lib/cmds/aixcmds5/ulimit.htm
    <B>Note:</B><BR>
    The shell in use may affect the actual limits imposed by ulimit
    . In particular,
    /usr/csh may not
    properly adjust the limit from the default value. Also,
    bash (Bourne Again shell)
    may treat file sizes in blocks as though they were file sizes in kilobytes(KB).

    The size you can handle is not limited... only by your code :-)
    Check MemoryMappedFiles... i handle Gigabyte files with no problem ;-)

  • Failure to start XE database - spfileXE.ora file size mismatch.

    SQL> startup
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file 'E:\oraclexe\app\oracle\product\10.2.0\server\dbs/spfileXE.ora'
    ORA-27046: file size is not a multiple of logical block size
    OSD-04012: file size mismatch (OS 1464)
    SQL>
    SQL>
    Where is the file size set so that i can change it??
    Help please.
    Thanks in advance.

    Maybe the file was corrupted.
    Have you a backup ?
    Have you still the init.ora file ? Try to restart your db with an pfile instead, then recreate a spfile.
    Nicolas.

  • DB Cloning.file size is not a multiple of logical block size

    Dear All,
    I am trying to create database in windowsXP from the database files running in Linux.
    When i try to create control file, i m getting the following errors.
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file
    'D:\oracle\orcl\oradata\orcl\system01.dbf'
    ORA-27046: file size is not a multiple of logical block size
    OSD-04012: file size mismatch (OS 367009792)
    Pls tell me the workarounds.
    Thanks
    Sathis.

    Hi ,
    I created database service by oradim. Now i m trying to create control file after editing the controlfile with the location of windows datafiles(copied from Linux)
    Thanks,
    Sathis.

  • File Size for Rasterized vs. Smart Object Images

    Hello,
    I am scaling smaller images up to the full canvas size for a project (around 200% of original size). I have tried scaling images up as both a smart object, and also converting it to a rasterized layer, then scaling it up. I noticed that almost every time I leave the image a smart object and then scale the image up and save it for web, it is a smaller filesize than if I would convert it to a rasterized layer and then save it for web (sometimes up to 5% smaller). Does anyone know why this happens, or if it is changing the quality of the image by leaving it as a smart object?
    Note: I am using very large images, with an original filesize of 1-3 MB.
    Thanks for the help!

    EDIT: Just to clarify, I am talking about the JPEG image file size being smaller, not the PSD file size
    I do have maximum compatibiliy set for my PSD.
    I am saving out all my images for this experiment out as a JPEG at 50% quality. I attached a screenshot of my save for web settings.
    I also attached the rasterized image and the smart object image. I also attached the scaled down version of the image, which is what I am scaling up to create the rasterized and smart object images. Let me know if this is what you need to fully examine, and thank you for the help!
    Here is the rasterized image:
    Here is the smart object image:
    Here is the scaled down verison of the image:
    My Save for Web settings:

  • ORA-01044: size of buffer bound to variable exceeds maximum

    Hello Oracle Gurus,
    I have a tricky problem.
    I have a stored procedure which has to retun more than 100,000 records. In my stored procedure, I have "TABLE OF VARCHAR2(512) INDEX BY BINARY_INTEGER". It fails when I try to get 80,000 records.
    I get an error "ORA-01044: size 40960000 of buffer bound to variable exceeds maximum 33554432"
    A simple calculation shows that 512*80000=40960000.
    Oracle help suggests to reduce buffer size (i.e., number of records being returned or size of variable).
    But, reducing the number of records returned or reducing the size of variable is not possible because of our product design constraints.
    Are there any other options like changing some database startup parameters to solve this problem?
    Thanks,
    Sridhar

    We are migrating an application running on Oracle 8i to 9i and found the same problem with some of the stored procedures.
    Our setup:
    + Oracle 9.2.0.3.0
    + VB6 Application using OLEDB for Oracle ...
    + MDAC 2.8 msdaora.dll - 2.80.1022.0 (srv03_rtm.030324-2048)
    I am calling a stored procedure from VB like this one:
    {? = call trev.p_planung.GET_ALL_KONTEN(?,?,{resultset 3611, l_konto_id, l_name,l_ro_id, l_beschreibung, l_typ, l_plg_id})}
    If setting the parameter "resultset" beyond a certain limit, I will eventually get this ORA-01044 error. This even happens, if the returned number of records is smaller than what supplied in the resultset parameter (I manually set the "resultset" param in the stored procedure string). E.g.:
    resultset = 1000 -> ORA-06513: PL/SQL: Index der PL/SQL-Tabelle ungültig für Language-Array vom Host
    resultset = 2000 -> OK (actual return: 1043 Recordsets)
    resultset = 3000 -> ORA-01044: Größe 6000000 des Puffers für Variable überschreitet Höchstwert von 4194304
    resultset = 3500 -> ORA-01044: Größe 7000000 des Puffers für Variable überschreitet Höchstwert von 4194304
    ... therefore one record is calculated here 7000000/3500=2000 bytes.
    In Oracle 8i we never had this problem. As this is a huge application using a lot stored procedures, changing all "select" stored procedures to "get data by chunks" (suggestet in some forum threads in OTN) ist not an option.
    Interesting: I can call the stored procedure above with the same parameters as given in VB from e.g. Quest SQL Navigator or sql plus successfully and retrieve all data!
    Is there any other known solution to this problem in Oracle 9i? Is it possible to increase the maximum buffer size (Oracle documentation: ORA-01044 ... Action: Reduce the buffer size.)? What buffer size is meant here - which part in the communication chain supplies this buffer?
    Any help highly appreciated!
    Sincerely,
    Sven Bombach

  • Maximum file size of 2 GB exceeded please choose a shorter bounce time

    I have done a thorough search online (w/google) trying several combinations of words but I seem to be the only person on the planet with this error. I guess I will try to remake the project but I don't think it will fix the problem. I also will update my OS to 10.4.10, anyways here is the the error message.
    "Maximum file size of 2 GB exceeded please choose a shorter bounce time"
    I just bought and installed iLife 08 and the 8.1 update for Garageband. I have a 3 hr and 50 track on the time line and I have added chapter marks with 16k pics. The original combined track size (wav files) did exceed 2GB but I edited the files in itunes (to mono wav files) and swapped in the new files so that the max file size should only be 1.5GB. I still get the error message above when I try to export the podcast to disk using AAC w/Mono Podcast setting. Your help is appreciated.
    Message was edited by: Thad

    I am now the third person in the world to get this error message, except my GB project is a mere 1 hour and 45 minutes long. I've outputted longer projects before and never got this error before. It's a new one to me, and frustrating. How exactly am I supposed to choose a "shorter bounce time" if there is no explanation anywhere in Appleworld of what a bounce time is or how to set it shorter?
    Again, I'm not doing anything different with this project than others that shared successfully, and the dialog box estimates my outputted file size to be approx. 100 MB.
    Can anybody help me get through this error blockage? Please?

  • Maximum file size of 2,0 Gb exceeded

    Searched all over the place and found one thread with no solutions, so I´ll try again..
    I have a project with two mono recordings, each aiff and 530 mb big. Thats 2 hours and 24 minutes. When I try to bounce this in logic 8 (to mp3), I get the message "maximum file size of 2,0 Gb exceeded - please choose a shorter bounce time". ??? If anyone knows how to get around this, pleeaase let me know.
    I imported the aiff files to garageband, and garageband had no trouble bouncing it to mp3, so if garageband is able to bounce it, surely logic should be!? The reason I need to bounce it from logic is because of the editing features there, so doesn´t really help that garageband is able to bounce it....also tried importing the mp3 to logic and then bounce, but same problem occured. I´ve also tried turning down the quality to lowest, but doesn´t help. Please help!

    Just some thoughts on this...
    If the OP is saving to a Mac formatted drive it's not a problem with creating a file on the drive. Might try saving to different location.
    It's possible this may is an internal error from Logic and. It probably has little to do with the actual file size as much as it does with the overall length of time of the bounce.
    In other words... if Logic sees a certain length of time for a bounce, no matter the file type, it thinks the bounced file will exceed the 2GB file limit, which is leftover programming from earlier version of Mac & PC Logic when both operating systems imposed a 2GB file size restriction.
    pancenter-

Maybe you are looking for

  • Can't reset/put in disk mode

    I got a 4G 20GB iPod for cheap to play with and try to get to work. When I plug it in to my computer (Win XP Pro) with the USB cable the Apple logo flashes on screen and then the sad face iPod icon. Then the battery icon appears. Every once in a whil

  • IMac and External Monitor

    I have an early 2006 iMac 20" core duo 2.0ghz 2GB Ram. I already have an external 17" monitor plugged in with the mini dvi adapter. I have recently purchased a 32" Samsung TV, which has PC Input. This will be arriving shortly. Is there any way for me

  • Issue with Samsung LN32B360

    I have seen an issue with the new 32" Samsung LN32B360 while looking at it in two different stores.This model is sold at BestBuy and Target. The issue that I have seen on both is with the picture settings.  There are three different modes for the pic

  • Is it possible to install a 8 GB of RAM memory to a late 2008 aluminium macbook?

    Is it possible to install a 8 GB of RAM memory to a late 2008 aluminium macbook?

  • Workflow integration with sharepoint

    Dear All, I  had a workflow  for ML81N and MIGO and MIRO , Now i want to send these workflows to the sharepoint , How share point will receive these work items . All inputs are higly rewarded.