建立資料庫綱目使用者
Oracle Database 綱目使用者必須設定為與 IBM® Product Master搭配使用。
開始之前
- 預設表格空間 :users。
- 暫存表格空間 :temp。
- 鑑別: 密碼。
- 狀態: 已解除鎖定。
- 要授與的角色:「連接」和「資源」。
- 要授與的系統專用權: 無限制表格空間、選取任何字典、查詢重寫,以及建立任何同義字。
關於此作業
程序
在 SQL 提示中執行下列 SQL 指令:
SQL> Create user PIM identified by PIM default tablespace users temporary tablespace temp;
SQL> Grant create session, connect,resource,unlimited tablespace, select any dictionary, query rewrite, create any synonym to PIM;