Database Administration (MOSC)

MOSC Banner

ORA-01720

edited Oct 23, 2019 5:03AM in Database Administration (MOSC) 2 commentsAnswered

Hi Oracle Community,

CREATE VIEW get ORA-01720: la opción Otorgar no existe para 'SYS.USER_TABLES'

CREATE OR REPLACE FORCE VIEW VUT_PARAMETROS_COMPONENTES_SW AS

SELECT UT.TABLE_NAME TABLA

  FROM USER_TABLES UT

WHERE UT.TABLE_NAME IN ('PARAMETROS_NOMINA','PARAMETROS_EMPRESA','PR_PARAMETROS_PRODUCCION')

All privs and synonyms are ok.

Any clue ?

Regards

PGutiérrez

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center