Table Export (from user)/Import (to user) ...

Stefan GRECU

Member²
The Export table option (with PLSQLDev method) generates an export witch cannot be imported into another user (am I wrong?) ...

Can be added an option for Export table (with SQL Inserts method) ... for not generating the export file with the owner of the table (more important) ... and another option for destination owner (less important)...

(it's true that I can edit the sql file manualy the file)...

Tx,
Stefan
 
The export can be imported by another user (into another schema) if you are connected as the orginal owner during export. Otherwise the owner will be included in the export file.
 
I can't login as the owner of the tables that I have the intention to export (those are not my tables) ... I have only grants to read them ... for importing into my development ambient ... where I can't create the user from witch I've made the import ...
 
Back
Top