213 (1) 썸네일형 리스트형 117 - [Oracle PL/SQL] Remote Dependencies - Time stamp ict@newd 에 접속해서 아래 스크립트를 실행step 1 - conn ictthe User ICT is exist in remote database called newdthe user will create table, view on table, and procedure read form the view the user will check that all theses objects are valid-- drop table students;/create table students(student_id number, student_name varchar2(100), dob date );/insert into students(student_id,student_name,dob) values (1,'aya ahm.. 이전 1 다음