Description:
TO Solve Image loading issue in Apex (Images Not working properly).
Steps:
Query and steps to find the Apex user details.
ROOT@AWSCLD_DEV> select username from dba_users where username like ‘%APEX%’;
USERNAME
————————————————————————————
APEX_REST_PUBLIC_USER
APEX_050100
APEX_PUBLIC_USER
APEX_LISTENER
APEX_INSTANCE_ADMIN_USER
ROOT@AWSCLD_DEV> select username from dba_users where username like ‘%FMS%’;
USERNAME
————————————————————————————-
FMS
FMS_ESD
ROOT@AWSCLD_DEV>
ALTER USER FMS_ESD GRANT CONNECT THROUGH APEX_REST_PUBLIC_USER;
Recent Posts