
QL*Plus: Release 8.1.7.0.0 - Production on Fri Dec 6 15:36:44 2002

c) Copyright 2000 Oracle Corporation.  All rights reserved.


onnected to:
racle8i Release 8.1.7.0.0 - Production
Server Release 8.1.7.0.0 - Production

QL> connect repadmin/repadmin@militaer
onnected.
QL> SET SERVEROUTPUT ON
QL> DECLARE
 2     dt_num NUMBER;
 3  BEGIN
 4     dt_num := DBMS_REPCAT_RGT.INSTANTIATE_OFFLINE(
 5                 refresh_template_name => 'DT_PERSONNEL',
 6                 user_name => 'SCOTT',
 7                 site_name => 'LA_REGIONAL',
 8                 next_date => sysdate,
 9                 interval => 'sysdate + (1/144)');
10     DBMS_OUTPUT.PUT_LINE('Template ID = ' || dt_num);
11  END;
12  /
ECLARE

RROR at line 1:
RA-02019: connection description for remote database not found
RA-06512: at "SYS.DBMS_REPCAT_RGT_CUST", line 1324
RA-06512: at "SYS.DBMS_REPCAT_RGT", line 1308
RA-06512: at line 4


QL> COMMIT;

ommit complete.

QL> /

ommit complete.

QL> 
QL> 