User Profile

Collapse

Profile Sidebar

Collapse
anithas
anithas
Last Activity: Jul 13 '07, 08:55 AM
Joined: Feb 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • anithas
    started a topic C Program to compare two files
    in C

    C Program to compare two files

    I need to write a C program to compare two files not in the same sequence.

    ie. Take one line from first file....compare with all lines in second file....If there is no match....put it in a third file

    If there is any match ...leave that line...and go to the second line in the first file....again compare with all lines in second file.

    Continue the same procedure till we reach the end of the first file....
    See more | Go to post

  • anithas
    replied to ms-access to oracle migration
    sorry can u be more clear in where im goin wrong and what i need to do wrt to the query...
    See more | Go to post

    Leave a comment:


  • anithas
    started a topic ms-access to oracle migration

    ms-access to oracle migration

    SELECT [FDDS-Customers].REGION, [FDDS-Customers].DISTRICT, [FDDS-Customers].TERRITORY, [FDDS-Customers].[CUSTOMER NAME], [FDDS-Customers].ADDRESS, [FDDS-Customers].[ADDRESS 2], [FDDS-Customers].CITY, [FDDS-Customers].STATE, [FDDS-Customers].ZIP, [FDDS-Customers].[PHONE NUMBER], [FDDS-Customers].[CONTRACT NUMBER], [FDDS-Customers].[CONTRACT TITLE], [FDDS-Customers].[CONTRACT DESCRIPTION], [FDDS-Customers].[CONTRACT TYPE], Format([CUSTOMER LINKED DATE],"m/d/yyyy")...
    See more | Go to post

  • anithas
    started a topic MS-access to oracle migration

    MS-access to oracle migration

    Hi,

    I am using a particular query already existing in Ms-access , to oracle..

    But i do not get the correct order or sequence though using the orderby clause.....

    There is some hidden sorting done in access...which im not sure how to implement in oracle.

    Please help......
    See more | Go to post

  • anithas
    started a topic error in cursor

    error in cursor

    bELOW IS MY SCRIPT...USING A CURSOR FOR A SELECT STATEMENT AND INSERTING EACH SELECTED RECORD INTO ATABLE CALLED TESTCUR.......T HE LOOP CONTINUES UNTIL THE ALL RECORDS HAVE BEEN FETCHED...but i receive the error as below

    line xx, column yy PL/SQL: SQL Statement ignored


    what i need to do




    DECLARE
    CON_NUM TESTCUR.contrac t_numbr%TYPE;
    CON_TIT TESTCUR.CONTRAC T_TITLE%TYPE;...
    See more | Go to post

  • anithas
    started a topic writing output from Pl/SQL o txt file

    writing output from Pl/SQL o txt file

    I need to write the o/p from an Oracle Pl/SQL to a txt file.

    I tried the following , but i get an error
    declare
    f utl_file.file_t ype;
    s varchar2(200) := 'this is some info';
    begin
    f := utl_file.fopen( 'SAMPLEDATA','s ample2.txt','W' );
    utl_file.put_li ne(f,s);
    utl_file.fclose (f);
    end;


    error is : r): ORA-29280: invalid directory path ORA-06512:...
    See more | Go to post

  • anithas
    replied to MS ACCESS to PL/SQL converter
    Thanks for ur response....its a macro which when executed, runs a list of SQL queries written in MS access.

    Now i have to write these MS access queries to PL/SQL procedures...th ough the syntax is more or less similar in structure.....i f i have any converter tool...i can cross verify the syntax and help me

    To put it staright....i need the name of any tool...which will convert MS aCCESS sQL queries to Pl/SQL...
    See more | Go to post

    Leave a comment:


  • anithas
    started a topic MS ACCESS to PL/SQL converter

    MS ACCESS to PL/SQL converter

    Hi,

    Currently im working on implementing a MS ACCESS macro functionality to Oracle Pl/SQL package. I need to know if there are any tools available for MS ACCESS to Oracle Pl/SQL or SQL. I need it for reference purpose....for checking for syntax etc....since Im new to Oracle Pl/SQL
    See more | Go to post
No activity results to display
Show More
Working...