SELECT owner, table_name FROM all_tables;. This will show the owner (the user) and the name of the table. You don't need any special privileges to see this ...
確定! 回上一頁