SET ROWLIMIT in oracle 18C - New feature DBACLASS
In earlier version we have used row_num filter in where clause to limit the number of rows getting fetched. In oracle 18c, the new command, SET ROWLIMIT command enables users to set a limit for the number of rows displayed for a query. By default it is set to OFF. — For limiting number or […]
oracle clusteringintermediate
by OracleDba
13 views