Thanks for the reply mlebied. but the issue is we are not sure how to start of with it. Like for example, We have a command in oracle which tells whether the DB instance is running or not i.e select STATUS from v$instance;. So should my query file be
SELECT
STATUS from v$instance;
??
Or is there more things that i have to put in or a format where in there are lot of other preceding commands that come with respect to general SQl Adapter for vcops like the resourcekind,adapterkind and all those things? You get my point right?
I hope i'm putting it across clearly
Would be great if you can tell me an example