디비링크 (1) 썸네일형 리스트형 116 - [Oracle PL/SQL] Remote Dependencies - 환경 준비 디비 링크를 만들어서 다른 PDB에 접근하는 원격 Dependencies 대해서 알아보겠습니다. To read from remote DB, the DBA should create Database link.So the DBA will create link in orclpdb that read newd databasecreate public database link READ_REMOTEconnect to ictidentified by ictusing ‘newd';Now when user HR (orclpdb) need to query table from ict(newd): select * from table_name@database_link_nameExample : select * from students@.. 이전 1 다음