生成oracle資料字典
生成oracle資料字典
SQL*Plus: Release 9.2.0.1.0 - Production on 星期一 8月 15 16:59:46 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
請輸入使用者名稱: system
請輸入口令:
連線到:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
SQL> connect system as sysdba
請輸入口令:
已連線。
SQL>
SQL> execute dbms_logmnr_d.build('shwdict.ora','D:oracle');
PL/SQL 過程已成功完成。
SQL>
(注:將生成d:oracleshwdict.ora檔案,此檔案可以以後重複使用,但不能同時用於幾個logmnr)用於生成資料字典;如果沒有dbms_logmnr_d包,需手工執行@D:oracleora92rdbmsadmindbmslmd.sql;如果執行過程中報下標越界錯誤,則需要開啟@D:oracleora92rdbmsadmindbmslmd.sql檔案,將其中的TYPE col_desc_array IS VARRAY(513) OF col_description的513加大,我是改成了1513,儲存檔案重新執行@D:oracleora92rdbmsadmindbmslmd.sql;(注:都要以sysdba身份登陸執行)。
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/52450/viewspace-989927/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- navicat生成mysql資料字典MySql
- oracle資料庫資料字典應用Oracle資料庫
- lavavel 自動生成資料字典
- Oracle相關資料字典檢視Oracle
- 什麼是Oracle的資料字典?Oracle
- 如何利用showdoc自動生成資料字典
- mssql生成資料庫字典指令碼-MarkDownSQL資料庫指令碼
- 探索資料字典,提高自學習Oracle能力Oracle
- 資料字典生成工具及文件工具作用介紹
- Oracle OCP(27):使用資料字典檢視管理物件Oracle物件
- Python3自動生成MySQL資料字典的markdown文字PythonMySql
- InnoDB資料字典--字典表載入
- ThinkCMF資料字典
- MySQL資料字典MySql
- 資料流圖 和 資料字典
- 檢視資料字典
- PowerDesigner連線Oracle逆向生成資料模型(轉載)Oracle模型
- PowerDesigner實現Oracle資料庫連線生成模型Oracle資料庫模型
- 2.12 資料庫資料字典檢視資料庫
- Python資料結構:字典Python資料結構
- MySQL 8.0 之資料字典MySql
- 資料結構-字典樹資料結構
- 支援 Laravel/Lumen 下控制器註釋生成 API 文件,生成資料庫字典, 註冊路由呈現LaravelAPI資料庫路由
- 將json資料轉換為Python字典將json資料轉換為Python字典JSONPython
- 程式碼生成器,自適應mysql、oracle資料庫MySqlOracle資料庫
- oracle資料庫瘋狂生成dump把目錄撐滿Oracle資料庫
- js資料結構--字典(map)JS資料結構
- 06-資料型別——字典資料型別
- 【工作效率】程式碼生成器,mysql、oracle雙資料庫MySqlOracle資料庫
- 2.8.3 資料庫服務的資料字典檢視資料庫
- 資料庫升級-物理重新整理資料字典資料庫
- python -三元表示式、列表生成式、字典生成式Python
- python-資料型別之字典Python資料型別
- 使用 Python 字典向 SQLite 插入資料PythonSQLite
- 2.1.3.4 資料字典儲存在CDB中
- 2.1.3.1 資料字典分離的目的
- SQL Server 2014 匯出資料字典SQLServer
- python字典和結構化資料Python
- 用python字典統計CSV資料Python