Daniel Val wrote:
Otherwise, your only approach would be to serialize your data in some folder and then load it from there.
kri shan wrote:
It is not always returning the latest last_load_time. Can i query any other table ?
vdammala vkumar wrote:Guys - i want to make it dynamic , current system is having static params as suggested by Patryk , i have to replace them with the query params using '?'(or any other way).
-So basically i never know what are the fields i need to retrieve from Table in compile time, it may change from job to job.
vdammala vkumar wrote:thanks for your response patryk, i am getting the below error :
java.sql.SQLException: ORA-01747: invalid user.table.column, table.column, or column specification
however I am looking for some workaround for this problem.