ADADMIN Fails To Recreate Grants And Synonyms With Error Ora-01720 for JTF.JTF_PF_REPOSITORY
(Doc ID 362614.1)
Last updated on FEBRUARY 05, 2019
Applies to:
Oracle Applications DBA - Version 11.5.10.2 to 11.5.10.2 [Release 11.5.10]Information in this document applies to any platform.
Symptoms
Adadmin fails to recreate grants and synonyms on JTF object with below error:
sqlplus -s APPS/***** @/<APPL_TOP/ad/11.5.0/admin/sql/adappsgs.pls &systempwd 1 JTF APPLSYS APPS TRUE FALSE TRUE
Connected.
old 2: ad_apps_private.create_grants_and_synonyms(&2,'&3','&4','&5','FALSE');
new 2: ad_apps_private.create_grants_and_synonyms(1,'JTF','APPLSYS','APPS','FALSE');
begin
*
ERROR at line 1:
ORA-20000: ORA-01403: no data found
ORA-01720: grant option does not exist for
'APPS.JTF_PF_PAGE_OBJECT':create_grants_and_synonyms(1,JTF,APPLSYS,APPS):
create_base_gs(JTF,APPS): In Grants Loop:create_grant(JTF_PF_REPOSITORY does
not exist in ): do_apps_ddl(JTF,GRANT ALL ON "JTF_PF_REPOSITORY" TO APPS WITH
GRANT OPTION):
ORA-06512: at line 5
Connected.
old 2: ad_apps_private.create_grants_and_synonyms(&2,'&3','&4','&5','FALSE');
new 2: ad_apps_private.create_grants_and_synonyms(1,'JTF','APPLSYS','APPS','FALSE');
begin
*
ERROR at line 1:
ORA-20000: ORA-01403: no data found
ORA-01720: grant option does not exist for
'APPS.JTF_PF_PAGE_OBJECT':create_grants_and_synonyms(1,JTF,APPLSYS,APPS):
create_base_gs(JTF,APPS): In Grants Loop:create_grant(JTF_PF_REPOSITORY does
not exist in ): do_apps_ddl(JTF,GRANT ALL ON "JTF_PF_REPOSITORY" TO APPS WITH
GRANT OPTION):
ORA-06512: at line 5
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |