Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

error creating repository in 12c

Tony007Mar 4 2021

hi am running script to create repository in 12c am geting this error
FROM IAU_COMMON, IAU_CUSTOM_01, IAU_USERSESSION, IAU_CUSTOM, IAU_AUDITSERVICE WHERE IAU_COMMON.IAU_ID = IAU_CUSTOM_01.IAU_ID AND IAU_COMMON.IAU_ID = IAU_USERSESSION.IAU_ID AND IAU_COMMON.IAU_ID = IAU_CUSTOM.IAU_ID AND IAU_COMMON.IAU_ID = IAU_AUDITSERVICE.IAU_ID AND IAU_COMMON.IAU_ComponentType = 'JPS'
*
ERROR at line 163:
ORA-00980: synonym translation is no longer valid

Comments

Processing

Post Details

Added on Mar 4 2021
6 comments
138 views