Sir,
What is SAP R/3  Ver 4.6c installation procedure on PC? What is Partiontion 
requirement?RAM?HardDisk total requirement? C
Can any help me for this installtion procedure?
Regards
Rahul


"Sp.Raja" <[EMAIL PROTECTED]> wrote:
Hi list,

I have 5 Databases, out of which 2 have only one table and remaining 3 have 270 
tables. My data partition in disk has 50MB space. When I start inserting rows to a 
particular table (which has 114 attributes), MySQL/Innodb runs out of space when 
6438th row is added.

Is this an expected behavior? 
I have 50Mb space and MySQL runs out of space for just 6XXX rows, do I have to tweak 
some configurations ?
Please help.

Trace reports the following:

700101 20:03:52 InnoDB: Error: Write to file ./ibdata1 failed at offset 0 31457280.
InnoDB: 1048576 bytes should have been written, only 1003520 were written.
InnoDB: Operating system error number 0.
InnoDB: Check that your OS and file system support files of this size.
InnoDB: Check also that the disk is not full or a disk quota exceeded.
InnoDB: Error number 0 means 'Error number not set'.
InnoDB: See also section 13.2 at http://www.innodb.com/ibman.html
InnoDB: about operating system error numbers.

When I run show table status on it, I got the following before my insert

| Tbl8577_114_2_2 | InnoDB | Dynamic | 6073 | 957 | 5816320 | NULL | 0 | 0 | NULL | 
NULL | NULL | NULL | | InnoDB free: 5120 kB |

after disk space over flow I got

| Tbl8577_114_2_2 | InnoDB | Dynamic | 6073 | 957 | 5816320 | NULL | 0 | 0 | NULL | 
NULL | NULL | NULL | | InnoDB free: 3072 kB |

and show innodb status yeilded

=====================================
700101 20:31:59 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 39 seconds
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 139, signal count 139
Mutex spin waits 0, rounds 0, OS waits 0
RW-shared spins 186, OS waits 86; RW-excl spins 66, OS waits 53
------------
TRANSACTIONS
------------
Trx id counter 0 9909
Purge done for trx's n:o < 0 9332 undo n:o < 0 0
Total number of lock structs in row lock hash table 0
LIST OF TRANSACTIONS FOR EACH SESSION:
---TRANSACTION 0 0, not started, OS thread id 107
MySQL thread id 38, query id 31381 localhost root
show innodb status
---TRANSACTION 0 3238, not started, OS thread id 83
MySQL thread id 31, query id 5043 localhost root
---TRANSACTION 0 3141, not started, OS thread id 66
MySQL thread id 33, query id 4804 localhost root
---TRANSACTION 0 9908, not started, OS thread id 88
MySQL thread id 28, query id 31373 localhost root
---TRANSACTION 0 2853, not started, OS thread id 44
MySQL thread id 23, query id 4048 localhost root
---TRANSACTION 0 3241, not started, OS thread id 56
MySQL thread id 27, query id 5049 localhost root
---TRANSACTION 0 3240, ACTIVE 1786 sec, OS thread id 114
MySQL thread id 22, query id 5052 localhost root
---TRANSACTION 0 3142, ACTIVE 1788 sec, OS thread id 81
MySQL thread id 32, query id 4819 localhost root
--------
FILE I/O
--------
I/O thread 0 state: waiting for i/o request (insert buffer thread)
I/O thread 1 state: waiting for i/o request (log thread)
I/O thread 2 state: waiting for i/o request (read thread)
I/O thread 3 state: waiting for i/o request (write thread)
Pending normal aio reads: 0, aio writes: 0,
ibuf aio reads: 0, log i/o's: 0, sync i/o's: 0
Pending flushes (fsync) log: 0; buffer pool: 0
977 OS file reads, 8736 OS file writes, 8539 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf for space 0: size 1, free list len 0, seg size 2,
0 inserts, 0 merged recs, 0 merges
Hash table size 34679, used cells 1, node heap has 1 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 0 5952720
Log flushed up to 0 5952720
Last checkpoint at 0 5952720
0 pending log writes, 0 pending chkp writes
8089 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total memory allocated 22969544; in additional pool allocated 1048576
Buffer pool size 512
Free buffers 0
Database pages 511
Modified db pages 0
Pending reads 0 
Pending writes: LRU 0, flush list 0, single page 0
Pages read 1244, created 1353, written 1660
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
Main thread id 77, state: waiting for server activity
Number of rows inserted 6719, updated 8, deleted 4, read 25856
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================


Thanks,
Sp.Raja



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]

                
---------------------------------
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs 

Reply via email to