Rows fetch from tables
Hi,
Is there database parameter or function in Oracle database to control the number of rows that fetch from all queries in a schema?
For example: I need to have maximum 1000 records from any query in a schema. like rownum<=1000, but I don't like explicitly use in the where condition in queries.
Thanks,
Naeem