I have process data in this format in a txt file.
testTag testTag2
10 18
6 15
7 15
9 19
Please help me to build a SQLPlus script so that after every 5 seconds one of these values orderly should update IP_INPUT_VALUE field of testTag & testTag2.
Option to reschedule the query after every 5 seconds, can be used just in case required.
Please help.
This issue is resolved by myself after multiple attempts. All i had to do is changed the txt format to below format and run the query
SQLPLus Query: