User Profile
Collapse
-
I m importing data in in something around 50 tables in my database.And row insert that are executed in a single import are in lakhs.THis is my import scenario .When i load data in these tables in clean database performance is OK.but for the 2nd time around when i delete all my tables in which i m importing data and then start new import ,my performance dips down .what could be the reason ??... -
It's urgent (Oracle running slow)
I m working on a application importing data into oracle.But after few import into Oracle DB my import process is taking so long time.My oracle is getting slow after running import few times.Can somebody suggest me some performance tips.
Thanks And Regards
Dinesh -
Websphere
I have just installed Websphere on my machine on Windows.The server is not getting started.Cane any body help me.Or can somebody tell where the error log is generated. -
Anybody Can tell me about nmake?
CAn anybody tell me about nmake options and how can create custom nmake options for own needs ?? -
Give a look here
Can somebody describe how a .c file including somew header files can be converted to a .exe and how .dlls are created and also how IDL can be used for making call from some other language ...... -
Give a look here
can anybody tell what is the maximum length of attribute name in Oracle database -
the code for the HTML generator can be written in any language i e C or C++ or JAVA ETC...Leave a comment:
-
Give A Look Here
It is required to generate a HTML page given a list of the following:
1. field Name
2. Field type
If the field is a checkbox, additional field attributes are:
a. Field Checked (TRUE/FALSE)
b. Read-only (TRUE/FALSE)
If the field is a TEXTBOX, additional field attributes are:
a. Field width
b. Max width
c. Read-only (TRUE/FALSE)
If the field... -
Have A Look Here
It is required to generate a HTML page given a list of the following:
1. field Name
2. Field type
If the field is a checkbox, additional field attributes are:
a. Field Checked (TRUE/FALSE)
b. Read-only (TRUE/FALSE)
If the field is a TEXTBOX, additional field attributes are:
a. Field width
b. Max width
c. Read-only (TRUE/FALSE)
If the field... -
The ReadRealyLongTe xtLine() needs to return whole line of the text file at one goLeave a comment:
-
guys
there is a major modification because we need to return whole line from the text file at once .can u guys come up with something ..i m looking forward to ur solution ...Leave a comment:
-
Thanks for ur effort .... there was some petty errors ....i highly appreciate ur logic ...
Thanks once more .....Leave a comment:
-
hi
yaar thanks for the reply and so much of effort u r giving for this .
yes i understood ur logic (u r calling the ReadRealyLongLi ne function for every 999 characyers read ) but there r some compile time errors
Will u plz look into this ?...Leave a comment:
-
i looked into ur code and i found out the following things
1. what if the line is greater than 1000 characters ,e g if it is 1050 characters long than u have to return whole characters in the in the same line ....Leave a comment:
-
hi
ur program is good but lost of resources are wasted eg- consider when the no. of characters in the line r less i.e . 10 or so
Thats the main area where u function has to handle resources .
Hope u look into it.Leave a comment:
-
no answer has to be in that form only as in the original question
same ReadRealyLongTe xtLine() function has to be implemented and with same return arguments as stated , thanks for this reply but was not requiredLeave a comment:
-
no i think bug is at some other place , also u need to write the function ReadReallyLongT extLine()Leave a comment:
-
urgent solution required for a C problem
/*
Function ReadRealyLongTe xtLine() needs to be written by You which should be able to Read REaly very very very long line from a file (upto 30K) and return it
Memory management has to be done by u .
plz do post ur replies
*/
char * ReadRealyLongTe xtLine(FILE* p_fhInFile)
{
}
void PrintX(void)
{
char * strLineBuf;
FILE* fhInfile;... -
C Problem
/*# ReadRealyLongTe xtLine() needs to be written (by you). The text line could be very very very very long!!! upto 30K characters or more than this
# There is a logical error in the code – you need to find it and fix it.*/
/***
PrintX.c
Prints the file C:\X.TXT line by line.
*/
char * ReadRealyLongTe xtLine(File* p_fhInFile)
{
}
void PrintX(void)
...
No activity results to display
Show More
Leave a comment: