after image query

Posted by aaravindhantj on 23-Jun-2014 03:55

sir 

i use rfutil db_name -C query extnum by e:\db_name.a1

rfutil db_name -C query status by extnum

rfutil db_name -C query type by extnum

a error throws that query is not recognized following -C query

and error throws type not recognized following -C type

error throws type not recognized following -C extnum

i saw the syntax and typed i cannot get it i am using 9.1d and 10.1c can u pls help me to execute query in rfutil (aimage)

thanks

All Replies

Posted by Dileep Dasa on 23-Jun-2014 05:22

[mention:c924e53ebb6f49a1819b005cbb793348:e9ed411860ed4f2ba0265705b8793d05], as the error says, "query" is not a valid identifier.

You should provide a valid qualifier after "-C". For a list of valid qualifiers, see help/documentaion on "RFUTIL"

An example for aimage: 

rfutil db1 -C aimage query startdate by sequence 1

Posted by Dileep Dasa on 23-Jun-2014 05:56

I believe this is what you are looking for:

rfutil db_name -C aimage query extnum by name e:\db_name.a1

Hope this helps!

This thread is closed