Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はコマンドを使用します
exp SYSTEM/SYSTEM@dbInstance owner=user file=c:\exp.dmp
私のテーブルをエクスポートします。
その結果、エクスポートされたテーブルは 4 つだけです。
しかし、このユーザーでsqlplusを使用してSQLを使用すると
select table_name from user_tables
このユーザーのテーブルを表示すると、結果は 117 になります。
これが起こった理由はわかりません。