fail to query Oracle View from SQL Developer but there's result from TOAD
Sample query:
SELECT category_set_id, category_set_name, description FROM mtl_category_sets
This query returned result when I run in TOAD but no result return if I run thru SQL Developer.
Please advise, thanks.
0