Click here to Skip to main content
15,920,438 members
Home / Discussions / Database
   

Database

 
GeneralRe: INFORMATION_SCHEMA.COLUMNS vs. sys.columns Pin
Brady Kelly11-May-08 10:31
Brady Kelly11-May-08 10:31 
QuestionNeed to Get a typical output Pin
Krazy Programmer7-May-08 23:49
Krazy Programmer7-May-08 23:49 
AnswerRe: Need to Get a typical output Pin
Ashfield8-May-08 0:06
Ashfield8-May-08 0:06 
QuestionWildCard search in SQL Server 2005? Pin
salon7-May-08 22:31
salon7-May-08 22:31 
AnswerRe: WildCard search in SQL Server 2005? Pin
salon7-May-08 22:47
salon7-May-08 22:47 
GeneralRe: WildCard search in SQL Server 2005? Pin
A Wong8-May-08 8:16
A Wong8-May-08 8:16 
GeneralRe: WildCard search in SQL Server 2005? Pin
salon8-May-08 18:18
salon8-May-08 18:18 
Questionhigh CPU utilization on the Oracle database server Pin
Ahmad Zuhd7-May-08 22:10
Ahmad Zuhd7-May-08 22:10 
I have an application that uses the OracleClient namespace to connect to Oracle database. the application opens only one connection and keep it open as long as the application is running.

queries that are used in the application are select, insert, update and delete ( approximately 50 queries per minute).

for short period after running the application, everything does OK, but after a long period this application reserves a high CPU percentage from the Oracle Database.

I'm using a static class to represent the Database connection and methods that are used to execute queries, which means that once the method scope is ended the application must garbage collect any resource used at that method.

my question is, what could cause the high usage of the CPU on the Oracle client even though the application is ideal but the connection is still established?


Best Regards,
Ahmad Zuhd

Question[Message Deleted] Pin
Karan_TN7-May-08 21:58
Karan_TN7-May-08 21:58 
AnswerRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? PinPopular
Christian Graus7-May-08 22:00
protectorChristian Graus7-May-08 22:00 
GeneralRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? Pin
Karan_TN7-May-08 22:09
Karan_TN7-May-08 22:09 
GeneralRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? Pin
Christian Graus7-May-08 22:20
protectorChristian Graus7-May-08 22:20 
QuestionRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? Pin
Karan_TN7-May-08 22:25
Karan_TN7-May-08 22:25 
AnswerRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? Pin
Christian Graus7-May-08 22:26
protectorChristian Graus7-May-08 22:26 
GeneralRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? Pin
leckey8-May-08 3:33
leckey8-May-08 3:33 
GeneralRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? Pin
Rajesh R Subramanian8-May-08 23:31
professionalRajesh R Subramanian8-May-08 23:31 
AnswerRe: deleting 1/1/1900 in SQL Server 2000 using Trigger? Pin
Dave Kreskowiak8-May-08 2:58
mveDave Kreskowiak8-May-08 2:58 
AnswerRUDE! Pin
leckey8-May-08 3:34
leckey8-May-08 3:34 
Questionhow to load data to dropdownlist? Pin
sacr837-May-08 21:00
sacr837-May-08 21:00 
AnswerRe: how to load data to dropdownlist? Pin
Christian Graus7-May-08 22:01
protectorChristian Graus7-May-08 22:01 
QuestionTransaction Processing Replication Pin
Codename477-May-08 1:57
Codename477-May-08 1:57 
AnswerRe: Transaction Processing Replication Pin
Tim Carmichael7-May-08 2:02
Tim Carmichael7-May-08 2:02 
GeneralRe: Transaction Processing Replication Pin
Codename477-May-08 2:07
Codename477-May-08 2:07 
Questionadding column names using the stored procedure.error in the @ character Pin
Pankaj Garg7-May-08 0:12
Pankaj Garg7-May-08 0:12 
AnswerRe: adding column names using the stored procedure.error in the @ character Pin
Krish - KP7-May-08 0:16
Krish - KP7-May-08 0:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.