oracle - Association of foreign key to a table in different schema -
can please tell me how can create links , association 2 tables in different schemas in adf application, using jdeveloper 12c .
thanks in advance .
to access tables of different schema (user) need grant select schema. have no idea how jdeveloper ide (never used it), perhaps try doing using sqldeveloper , see how jdeveloper reacts..:
so log in schema has user table , then
grant select on table yourusertable theotherschema
perhaps after can see table in jdeveloper , can create fk reference on table usual.
Comments
Post a Comment