07 2012 档案

sap ops$ 问题小结
摘要:转发别人的一些东西Content Author: Sachin D. J.Does anyone have information or a good understanding of how the OPS$ users work and operate under an Oracle SAP environment.I would greatly appreciate some assistance as I have problems with my Brconnect and Brbackup within DB13 due to the OPS$ users.I need info 阅读全文

posted @ 2012-07-02 15:42 Eutopia 阅读(627) 评论(0) 推荐(0)

ORACLE 下新建 SCHEMA
摘要:CREATE TABLESPACE EDI NOLOGGING DATAFILE '/oracle/oradata/wmtst/data/edi01.dbf' SIZE 2048M AUTOEXTEND ON NEXT 200m maxsize 4096m EXTENT MANAGEMENT LOCAL ONLINE SEGMENT SPACE MANAGEMENT AUTO;create user wmedi IDENTIFIED BY wmedidefault tablespace EDIquota unlimited on EDI;GRANT CONNECT,RESOUR 阅读全文

posted @ 2012-07-01 12:29 Eutopia 阅读(410) 评论(0) 推荐(0)