I accidently dropped the REPCAT$_USER_PARM_VALUES table from the system schema in my oracle db. Will it cause any problems in the future? What are these repcat$ tables for?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
migrated from stackoverflow.com Oct 1 '11 at 14:08
|
These tables are related to Oracle Advanced Replication. Although it is not advisable to drop them, you might just be fine if you are not using any Advanced Replication features. Related : DBMS_REPCAT package |
||||
|
|
Unless you take steps to make sure this kind of thing doesn't happen again, you will certainly have "problems in the future". I suggest you:
|
|||
|
|