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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -