Microsoft Windows [版本 6.1.7600]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
C:\windows\system32>sqlplus system/system
SQL*Plus: Release 11.1.0.6.0 - Production on 星期四 1月 10 13:49:34 2013
Copyright (c) 1982, 2007, Oracle. All rights reserved.
连接到:
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> input
1 create public database link wsjb
2 connect to wsjb identified by wsjbcs
3 using 'xagxsi_16';
数据库链接已创建。
SQL> select 1 from dual@wsjb;
1
----------
1
SQL> create directory chenzw as 'D:\';
目录已创建。
SQL> grant read,write on directory chenzw to public;
授权成功。
从 Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options 断开