plsql - PL/SQL Developer - ignore/limit large data in queries -
In PL / SQL Developer v7.1.x, a way to ignore large data types in queries or "queries" For example, the "Data" feature: If you right click on the table FOO , and select "query data" then it will execute a from FROM FOOD . If that table If there is a BLOB data in it, the query will take some time to complete and temporarily lock the application This is especially problematic when the remote database (for obvious reasons) asks.
I like the way to tell PL / SQL developers, rather than recovering large data by default. I know that ResultSet is a way to limit the size, but this does not do what I see.
I could only select each column that I wanted to ignore some people But then I "Quay Thank you.
Thank you.
No, query data feature is one thing And the only thing - all the data asks.
What you can find useful is that you can drag the name of a table or view it in a SQL window from the browser, select the "Select" menu which pops up, and it contains all the tables included The column names will generate a selection statement - but do not execute the query directly. You can edit it before you run it (eg comment on LOB columns).
Comments
Post a Comment