建立資料庫綱目使用者

Oracle Database 綱目使用者必須設定為與 IBM® Product Master搭配使用。

開始之前

您需要下列使用者資訊,才能建立資料庫綱目使用者:
  • 預設表格空間 :users。
  • 暫存表格空間 :temp。
  • 鑑別: 密碼。
  • 狀態: 已解除鎖定。
  • 要授與的角色:「連接」和「資源」。
  • 要授與的系統專用權: 無限制表格空間、選取任何字典、查詢重寫,以及建立任何同義字。

關於此作業

您可以使用 SQL 指令,為 common.properties 檔案中參照的 Product Master 建立資料庫使用者。

程序

在 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;