How to not include schema name in data dump? Piyush Mehta Created December 12, 2017 06:10 I generate my DDL using Data Dump. However it always puts out schema.tablename Is there a way to not have the schema name show? e.g. just tablename
Hi,
Could you specify database use use, the way you invoke dump and sample data?
Thank you.