2013年5月10日
摘要: 1. 需要用户名、密码的共享往samba里面添加现有的系统用户的smbpasswd -a 用户添加共享目录修改/etc/samba/smb.conf 添加[共享目录名称]comment = user root path = / public = yeswritable = yesprintable = nowrite list = root2、启动smb 服务/etc/init.d/smb start重启服务/etc/init.d/smb restart参考 http://www.cnblogs.com/mu-mu/archive/2013/01/07/2848917.html 阅读全文
posted @ 2013-05-10 15:30 海飞丝 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 遇到错误 ORA-01536: space quota exceeded for tablespace 'XXX'IMP-00003: ORACLE error 1536 encounteredORA-01536: space quota exceeded for tablespace 'OMSSM'IMP-00017: following statement failed with ORACLE error 1536: 当初在Create User的时候,居然没有指定QUOTA UNLIMITED ON XXX。:P 于是用sys/change_on_inta 阅读全文
posted @ 2013-05-10 14:31 海飞丝 阅读(344) 评论(0) 推荐(0) 编辑