2013年11月12日
摘要: public static bool TestComand(string command, ref string outmessage) { string mypath = System.AppDomain.CurrentDomain.BaseDirectory; string parameter = " -help"; ... 阅读全文
posted @ 2013-11-12 19:33 子虚乌有 阅读(364) 评论(0) 推荐(0)
摘要: -------------------------------------------------------------------------------- -- logicalschema.sql -- 1. Set initial preferences for the logicalschema instance -- 2.Install clean-up procedure for... 阅读全文
posted @ 2013-11-12 19:27 子虚乌有 阅读(210) 评论(0) 推荐(0)
摘要: create directory mydir as 'c:\data' grant read,write on directory mydir to schemaname; export: expdp user/pass@db DIRECTORY=mydirectory schemas=schema 阅读全文
posted @ 2013-11-12 19:19 子虚乌有 阅读(183) 评论(0) 推荐(0)