Hello All,
I am trying to setup IGL 7.2 OVA with customer supplied DB option and I am following the Database_setup_and_mangement_guide.
I have successfully ran all the script/query mentioned in the document except one at page 27
> SELECT avuser.Utilities_Pkg.Get_DBTimezone_Value FROM DUAL;
it is throwing below error :
ORA-00904 "avuser"."Utilities_Pkg"."Get_DBTimezone_Value" - invalid identifier
It looks like it is trying to find package in the avuser schema which could not be found, as document doesn't have anything to create packages for schema we create e.g. avuser (means there will not any packages for schema avuser)
I just wanted to know if anyone faces the same issue I am facing, if so how to get it resolved.
Thanks,
Pankaj
Hi Pankaj, You can only perform this step after you have deployed the OVA and started the application at least once.
It depends on one of our database packages that will only be installed after you fully deploy the OVA and start the application.