As Christian mentioned there is no point in debugging the view. It is executed as a single statement on the Database. You can put the break point in the calling program and check the result once the view execution is done.
-Chandra
As Christian mentioned there is no point in debugging the view. It is executed as a single statement on the Database. You can put the break point in the calling program and check the result once the view execution is done.
-Chandra