svij
Programmer
- Jan 29, 2012
- 4
I have a file that contain multiple text blocks. This block of text will be enclosed by block separators. For Eg. Below is the a sample text block file
<<begin>>
Oracle error occured
ORA-023233 - error message
ORA-023232
<<end>>
<<begin>>
PL-03434 - error message
ORA-023232
<<end>>
The above file that conatins the block of text that needs to be serached in a log file. A log file contains these blocks and additional data. If the log file contain any of the above block, then it need to be skipped and return only the file content without having
the above blocks. Could you please help me.
Thanks in advance
santhu
<<begin>>
Oracle error occured
ORA-023233 - error message
ORA-023232
<<end>>
<<begin>>
PL-03434 - error message
ORA-023232
<<end>>
The above file that conatins the block of text that needs to be serached in a log file. A log file contains these blocks and additional data. If the log file contain any of the above block, then it need to be skipped and return only the file content without having
the above blocks. Could you please help me.
Thanks in advance
santhu