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

Database

 
GeneralRe: Creating database from xml Pin
TheEagle17-May-06 8:09
TheEagle17-May-06 8:09 
QuestionFREETEXTTABLE Pin
TheEagle13-May-06 16:16
TheEagle13-May-06 16:16 
QuestionHow to create a new database in Borland Builder Pin
Sniper23413-May-06 9:41
Sniper23413-May-06 9:41 
Questionimages in SQL database Pin
abdelhameed8113-May-06 9:09
abdelhameed8113-May-06 9:09 
AnswerRe: images in SQL database Pin
Jon Sagara13-May-06 9:17
Jon Sagara13-May-06 9:17 
AnswerRe: images in SQL database Pin
Mohammed Amine15-May-06 13:23
Mohammed Amine15-May-06 13:23 
QuestionServer Application Unavailable Pin
aaru24x713-May-06 5:00
aaru24x713-May-06 5:00 
AnswerRe: Server Application Unavailable Pin
Colin Angus Mackay13-May-06 10:39
Colin Angus Mackay13-May-06 10:39 
Have you put a break point in your code, or trace statements to verify what is taking the time? If it is the database queries (when you get the data through the DataAdapter or DataReader) then the problem is likely with your database. How long does it take to run these queries through Oracle's tools?

If it takes a long time to run the queries then consider adding indexes. The columns specified in the where clause and the join are generally good candidates. If Oracle has a query profiler to assist in index tuning you might want to use that to see where the bottlenecks in the query are.


"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question."
--Charles Babbage (1791-1871)

My: Website | Blog
QuestionCONNECT TO SQLSERVER Pin
malak nour13-May-06 4:00
malak nour13-May-06 4:00 
AnswerRe: CONNECT TO SQLSERVER Pin
Colin Angus Mackay13-May-06 10:34
Colin Angus Mackay13-May-06 10:34 
QuestionThe fastest Normal ADO.NET or Microsoft Best Practise EnterpriseLibrary Pin
Albert Pascual12-May-06 9:12
sitebuilderAlbert Pascual12-May-06 9:12 
AnswerRe: The fastest Normal ADO.NET or Microsoft Best Practise EnterpriseLibrary Pin
Albert Pascual12-May-06 13:06
sitebuilderAlbert Pascual12-May-06 13:06 
GeneralRe: The fastest Normal ADO.NET or Microsoft Best Practise EnterpriseLibrary Pin
Rob Graham13-May-06 8:54
Rob Graham13-May-06 8:54 
QuestionOnColumnChanged event wrongly fires for SelectedItem property Pin
AFSEKI12-May-06 9:09
AFSEKI12-May-06 9:09 
QuestionHow To Convert SQL Recordset To DBF Pin
Naven626LX12-May-06 5:31
Naven626LX12-May-06 5:31 
AnswerRe: How To Convert SQL Recordset To DBF Pin
Rob Graham12-May-06 6:08
Rob Graham12-May-06 6:08 
GeneralRe: How To Convert SQL Recordset To DBF Pin
Naven626LX12-May-06 6:42
Naven626LX12-May-06 6:42 
GeneralRe: How To Convert SQL Recordset To DBF Pin
Rob Graham12-May-06 7:02
Rob Graham12-May-06 7:02 
Questiontake backup with query Pin
vipinpaliwal198012-May-06 2:38
vipinpaliwal198012-May-06 2:38 
AnswerRe: take backup with query Pin
Frank Kerrigan12-May-06 5:15
Frank Kerrigan12-May-06 5:15 
AnswerRe: take backup with query Pin
Colin Angus Mackay12-May-06 5:31
Colin Angus Mackay12-May-06 5:31 
QuestionBlank default values for varchar field Pin
hertz_j11-May-06 23:13
hertz_j11-May-06 23:13 
AnswerRe: Blank default values for varchar field Pin
Ramya SM11-May-06 23:53
Ramya SM11-May-06 23:53 
AnswerRe: Blank default values for varchar field Pin
Eric Dahlvang12-May-06 3:10
Eric Dahlvang12-May-06 3:10 
JokeRe: Blank default values for varchar field Pin
hertz_j12-May-06 3:25
hertz_j12-May-06 3:25 

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.