If I want that only x entries will be returned then I could use .limit(x) but for Oracle the syntax isn't correct. Using OracleQuery and .limit(2) results in 'SELECT * FROM "table" LIMIT 2' but that ...
This is the name of the database containing the object. The dblink qualifier lets you refer to an object in a database other than your local database. If you omit dblink, then Oracle assumes that you ...