Here is a PL/SQL approach for counting all tables in a schema. Here, you first vonnect as the schema owner: DECLARE val NUMBER; BEGIN FOR I IN (SELECT ...
確定! 回上一頁