Slow insertions [message #181585] |
Mon, 10 July 2006 13:14 |
davidnirvano
Messages: 3 Registered: July 2006
|
Junior Member |
|
|
Hello Im running Oracle 9.2.0.1 on Solaris 9.
Im having some performance and tuning problems, since I have a gateway that is inserting aroung 20K events daily ... I can see the events in Oracle but they are at least 1 day delayed. If I check now (1:01 PM) I ll see the latest event on Oracle as 08:17 PM yesterday. If I wait until tommorow I will see the today's events but then, the current events will be 1 day delayed ....
I understand that this is a tune problem, but I dont have any DBA knowledge, so do you know how can I run a report on Oracle which is able to tell me what settings, variables, values I should change in order to insert my events live and not delayed ???? or ask me for some parameters and then any of you can tell me if the are well set or not.
Thanks.
David Ramos
|
|
|
|
Re: Slow insertions [message #182696 is a reply to message #181602] |
Mon, 17 July 2006 10:51 |
davidnirvano
Messages: 3 Registered: July 2006
|
Junior Member |
|
|
Yes, it has a commit each time a packet of events is sent to the DB, lets say each 150 events gathered, the info is sent to Oracle and a commit is performed.
Thanks.
|
|
|
|
Re: Slow insertions [message #182727 is a reply to message #182722] |
Mon, 17 July 2006 16:59 |
davidnirvano
Messages: 3 Registered: July 2006
|
Junior Member |
|
|
Well, this performance issue seems to be resolved but I have a new question regarding tablespaces (used to solve the problem).
It had a limit of 999 autoextends which was reached and the tablespace wasnt growing anymore... then I had to extend the tablespace size manually to the twice with an alter command making the gateway write again to the DB (the tablespace was full), I changed the autoextend size to be 100 MB, but I have this doubt. Since it has reached the 999 autoextent limit, and I cant not redefine a new tablespace I have to use the same one, will it grow again by 100MB which I changed the autoextend size to be once it reaches the 100% of use and it needs to autoextend again ???? Or it wont grow automatically any more since the 999 limit was reached before???
Thanks
|
|
|