Hi All,
I have Editionable view created like below.
CREATE OR REPLACE EDITIONABLE VIEW
as
selct columns
FROM GL.GL_LEDGERS# SOBS
synonym which is created like this.
CREATE SYNONYM APPS.GL_LEDGERS FOR GL.GL_LEDGERS#;
But after few days , don't know why SYNONYM is deleted.
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production