|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
对于insert操作,只需要把event_type改成DELETE_ROWS_EVENT;对于delete操作,改成WRITE_ROWS_EVENT第一步:以办理员用户上岸
如:connsys/password@sidassysdba
第二步:设置可操纵目次
必要指定utl_file包能够操纵的目次。在oracle10g之前,能够用以下办法:
1、altersystemsetutl_file_dir=e:utlscope=spfile;
2、在init.ora文件中,设置以下:
UTL_FILE=E:utl大概UTL_FILE_DIR=E:utl
在oracle10g中倡议用以下办法设置:CREATEDIRECTORYutlASE:utl;
拜见oracleonline:
Inthepast,accessibledirectoriesfortheUTL_FILEfunctionswerespecifiedintheinitializationfileusingtheUTL_FILE_DIRparameter.However,UTL_FILE_DIRaccessisnotrecommended.ItisrecommendedthatyouusetheCREATEDIRECTORYfeature,whichreplacesUTL_FILE_DIR.DirectoryobjectsoffermoreflexibilityandgranularcontroltotheUTL_FILEapplicationadministrator,canbemaintaineddynamically(thatis,withoutshuttingdownthedatabase),andareconsistentwithotherOracletools.CREATEDIRECTORYprivilegeisgrantedonlytoSYSandSYSTEMbydefault.
第三步:受权给指定用户,以便实行utl_file
GRANTEXECUTEONutl_fileTOscott;
第四步:connscott/tiger
就能够一般利用utl_file了。
支持AIX、FreeBSD、HP-UX、Linux、MacOS、NovellNetware、OpenBSD、OS/2Wrap、Solaris、Windows等多种操作系统 |
|