User Profile

Collapse

Profile Sidebar

Collapse
dineshchand
dineshchand
Last Activity: May 19 '08, 09:24 AM
Joined: Nov 28 '06
Location: pune
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dineshchand
    replied to It's urgent (Oracle running slow)
    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 ??...
    See more | Go to post

    Leave a comment:


  • dineshchand
    started a topic It's urgent (Oracle running slow)

    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
    See more | Go to post

  • dineshchand
    started a topic Websphere
    in Java

    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.
    See more | Go to post

  • dineshchand
    started a topic Anybody Can tell me about nmake?
    in C

    Anybody Can tell me about nmake?

    CAn anybody tell me about nmake options and how can create custom nmake options for own needs ??
    See more | Go to post

  • dineshchand
    started a topic Give a look here
    in C

    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 ......
    See more | Go to post

  • dineshchand
    started a topic Give a look here

    Give a look here

    can anybody tell what is the maximum length of attribute name in Oracle database
    See more | Go to post

  • dineshchand
    replied to Have A Look Here
    in C
    the code for the HTML generator can be written in any language i e C or C++ or JAVA ETC...
    See more | Go to post

    Leave a comment:


  • dineshchand
    started a topic Give A Look Here
    in Java

    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...
    See more | Go to post

  • dineshchand
    started a topic Have A Look Here
    in C

    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...
    See more | Go to post

  • dineshchand
    replied to C Problem
    in C
    The ReadRealyLongTe xtLine() needs to return whole line of the text file at one go
    See more | Go to post

    Leave a comment:


  • dineshchand
    replied to C Problem
    in C
    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 ...
    See more | Go to post

    Leave a comment:


  • dineshchand
    replied to C Problem
    in C
    Thanks for ur effort .... there was some petty errors ....i highly appreciate ur logic ...
    Thanks once more .....
    See more | Go to post

    Leave a comment:


  • dineshchand
    replied to C Problem
    in C
    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 ?...
    See more | Go to post

    Leave a comment:


  • dineshchand
    replied to C Problem
    in C
    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 ....
    See more | Go to post

    Leave a comment:


  • dineshchand
    replied to C Problem
    in C
    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.
    See more | Go to post

    Leave a comment:


  • dineshchand
    replied to C Problem
    in C
    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 required
    See more | Go to post

    Leave a comment:


  • dineshchand
    replied to C Problem
    in C
    no i think bug is at some other place , also u need to write the function ReadReallyLongT extLine()
    See more | Go to post

    Leave a comment:


  • dineshchand
    started a topic urgent solution required for a C problem
    in C

    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;...
    See more | Go to post

  • dineshchand
    started a topic C Problem
    in C

    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)
    ...
    See more | Go to post
No activity results to display
Show More
Working...