Hi Lars,
Sorry for misinterpreting . I appreciate your help
I was doing
EXEC('select * from ' || :full_qualifier); which apparently did not work .
Somehow I overlook Krishna saying execute immediate .
Your suggestion works.EXECUTEIMMEDIATE('select * from ' || :full_qualifier) ;
I am rethinking options, The main concern in my project was to give the end user an interactive GUI experience. I will send you a detailed mail on what I was thinking to achieve ,May be you can guide me in the thought process. I am sure there will be some issues in thought process.
Thank You for helping out .
Have a good day!
Regards
Meenu