Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle temp tables are exported #32

Closed
realyota opened this issue Jul 24, 2013 · 3 comments
Closed

Oracle temp tables are exported #32

realyota opened this issue Jul 24, 2013 · 3 comments

Comments

@realyota
Copy link

It gives

ALTER TABLE bin$4adnia7iyt3gqab/aqeikg==$0 ADD CONSTRAINT bin$4adnia6/yt3gqab/aqeikg==$0 CHECK ("STATE" IS NOT NULL);

@darold
Copy link
Owner

darold commented Jul 24, 2013

Yes, this is a know issue, please empty the Oracle Recycle Bin before export (BIN$... object are deleted objects stores in the recycle bin), or use the following workaround:

EXCLUDE BIN$.*

This exclusion regex should works for any exported object from the bin.

@realyota
Copy link
Author

Thank you.

@realyota realyota reopened this Jul 25, 2013
@darold
Copy link
Owner

darold commented Jul 28, 2013

Fixed in commit 3c3eedc - Add default exclusion of Oracle recycle bin objects with name begining by BIN$.

@darold darold closed this as completed Jul 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants