in reply to Reading files from ClearCase and dumping the data into Oracle

Alligator,

.

What have you been able to to so far before posting this question? We need more information to be able to help.

Kristofer Hoch.

  • Comment on Re: Reading files from ClearCase and dumping the data into Oracle

Replies are listed 'Best First'.
Re: Re: Reading files from ClearCase and dumping the data into Oracle
by Anonymous Monk on Sep 09, 2002 at 12:09 UTC
    Hoch, Pardon me if i made any mistake..im a newbie here.. Here is what i need to do: I have a ClearCase system. Developers use the system to maintain there documents, commit changes and so forth. 1) first the perl file should recursively the directories in the ClearCase system and dump each of the file URLs and the files content into the Oracle DB. 2) secondly the script should track any commited changes done to a file and update such file url and the content. (The changes can be the file may be deleted and soforth) Hope i made my point clear :)