網站首頁 編程語言 正文
1、安裝Cognos8.3 Sample
2、為樣例數據庫創建表空間
標紅色部分是根據本機安裝位置會有所不同。
SQL> create tablespace tbs_cogsamp datafile 'E:/DBMS/oracle/product/10.2.0/oradata/CM/data02.dbf' size 500M autoextend off;
3、創建相關用戶
SQL> create user gosales identified by cognos default tablespace tbs_cogsamp;
User created.
SQL> create user gosaleshr identified by cognos default tablespace tbs_cogsamp;
User created.
SQL> create user gosalesmr identified by cognos default tablespace tbs_cogsamp;
User created.
SQL> create user gosalesrt identified by cognos default tablespace tbs_cogsamp;
User created.
SQL> create user gosalesdw identified by cognos default tablespace tbs_cogsamp;
User created.
4、為相關用戶賦權限
SQL> alter user gosales quota unlimited on tbs_cogsamp;
User altered.
SQL> alter user gosaleshr quota unlimited on tbs_cogsamp;
User altered.
SQL> alter user gosalesmr quota unlimited on tbs_cogsamp;
User altered.
SQL> alter user gosalesrt quota unlimited on tbs_cogsamp;
User altered.
SQL> alter user gosalesdw quota unlimited on tbs_cogsamp;
User altered.
SQL> grant connect, resource to gosales, gosaleshr, gosalesmr, gosalesrt, gosalesdw;
Grant succeeded.
SQL> grant create any view to gosalesdw;
Grant succeeded.
5、導入樣例數據
imp gosales/admin@cm file=GOSALES.dmp? full=y rows=y indexes=y constraints=n
imp gosaleshr/admin@cm file=GOSALESHR.dmp full=y rows=y indexes=y constraints=n
imp gosalesmr/admin@cm file=GOSALESMR.dmp? full=y rows=y indexes=y constraints=n
imp gosalesrt/admin@cm file=GOSALESRT.dmp? full=y rows=y indexes=y constraints=n
imp gosalesdw/admin@cm file=GOSALESDW.dmp full=y
?
完成以上步驟后,通過Cognos Connection 來建立相應的數據源即可。
?
祝 工作順利 天天開心 !!! O(∩_∩)O
原文鏈接:https://blog.csdn.net/ecjtuxuan/article/details/6264640
相關推薦
- 2023-01-10 Flutter最小刷新范圍探索ValueListenableBuilder使用詳解_Android
- 2023-04-11 利用Matlab實現時域分析功能的示例詳解_C 語言
- 2022-06-13 matplotlib繪制餅圖的基本配置(萬能模板案例)_python
- 2022-03-14 Go使用Gin框架開發博客系統(一)之環境搭建和項目初始化
- 2023-05-17 Android?Lock鎖實現原理詳細分析_Android
- 2022-07-11 jenkins數據遷移和備份
- 2022-10-22 C#?設置Chart的X軸為時間軸???????詳情_C#教程
- 2022-06-02 Python學習之迭代器詳解_python
- 最近更新
-
- window11 系統安裝 yarn
- 超詳細win安裝深度學習環境2025年最新版(
- Linux 中運行的top命令 怎么退出?
- MySQL 中decimal 的用法? 存儲小
- get 、set 、toString 方法的使
- @Resource和 @Autowired注解
- Java基礎操作-- 運算符,流程控制 Flo
- 1. Int 和Integer 的區別,Jav
- spring @retryable不生效的一種
- Spring Security之認證信息的處理
- Spring Security之認證過濾器
- Spring Security概述快速入門
- Spring Security之配置體系
- 【SpringBoot】SpringCache
- Spring Security之基于方法配置權
- redisson分布式鎖中waittime的設
- maven:解決release錯誤:Artif
- restTemplate使用總結
- Spring Security之安全異常處理
- MybatisPlus優雅實現加密?
- Spring ioc容器與Bean的生命周期。
- 【探索SpringCloud】服務發現-Nac
- Spring Security之基于HttpR
- Redis 底層數據結構-簡單動態字符串(SD
- arthas操作spring被代理目標對象命令
- Spring中的單例模式應用詳解
- 聊聊消息隊列,發送消息的4種方式
- bootspring第三方資源配置管理
- GIT同步修改后的遠程分支