A suggest !!!

I Try PLSQL Developer for Oracle ERP, It's a VERY POWERFUL tool to me. Here, I have a little suggest.

1. Add "quick filter"(like Toad 80 in Schema Browser) for browser, because I always have too many tables in my own filter setting. If I have a quick search, I can find my table quickly. For example I can put %CUST% key workd to find any table match CUST like AR_CUSTOMER_TRX, RA_CUST_TRX_LINE_V, in the browser.

2.Add quick filter for Single Row View in SQL Window. If a table have too many amount column, I can use this function to figure out all amount column by put %AMOUNT% to find out the all columns about amount.
 
1. Add "quick filter"(like Toad 80 in Schema Browser) for browser
I assume this is a filter where you can enter an expression at any time without the need to define a new filter for every search you want to perform?
2.Add quick filter for Single Row View in SQL Window.
Have you tried QBE mode? This should do the trick.
 
#1 would be real nice.

Actually, #2 has merit also. I work with tables with lots of fields and it is a toss up between specifying them in the Select or doing * and switching to single row mode and then sorting and then scrolling.
 
Back
Top