如果我荒廢了時間,時間便會把我也荒廢了...
我們都在不斷的趕路,忘記了出路...
-
2008-03-15 09:02:53
/ Oracle数据库管理
假設我有兩台服務器A,B,其中B要訪問A中的資料,在B中建立DBLINK得已訪問。時間久,可能會在其它DB上建了很多訪問A庫的DBLINK,這樣就出現一個問題:在A中我怎麼可以知道都被那些資料庫訪問了?Oracle 10g中有沒有這樣的功能讓查詢?(假定A庫中資料比較機密,不可隨便任其它庫訪問)
查看(268)
评论(7)
-
2008-03-01 17:18:07
/ Oracle数据库管理
>expdp system/123 directory=dump dumpfile=hua.dmp full=y job_name=hua logfile=hua.loglog如下:;;;Export: Release 10.2.0.1.0 - Production on Saturday, 01 March, 2008 16:51:32Copyright (c) 2003, 2005, Oracle.All rights reserved.;;;Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionWith the Partitioning, OLAP and Data Mining optionsStarting "SYSTEM"."HUA":system/******** directory=dump dumpfile=hua.dmp full=y job_name=hua logfile=hua.log
查看(265)
评论(1)