SUPTOOL: BBED - 7.3.2+ Database Block Editor(轉)
Subject: SUPTOOL: BBED - 7.3.2+ Database Block Editor Creation Date: 02-JUL-1998 BBED (Block Browser/Editor) ---------------------------- 1. Getting access to BBED: BBED is shipped with Oracle8 releases, and with some Oracle7.3 releases. On UNIX the tool needs to be built using a command of the form: cd $ORACLE_HOME/rdbms/lib make -f ins_rdbms.mk $ORACLE_HOME/rdbms/lib/bbed OR to build in the bn directory: make -f ins_rdbms.mk BBED=$ORACLE_HOME/bin/bbed $ORACLE_HOME/bin/bbed On Windows NT a BBED.EXE is shipped as an executable and so is password protected. This password protection is present on Unix from 8.1.6 onwards. Using BBED: ~~~~~~~~~~~ A. Command-line Parameters: DATAFILE=file to browse/edit BLOCKSIZE=MODE=browse/edit REVERT=y[es]/n[o] SILENT=y[es]/n[o] SPOOL=y[es]/n[o] LISTFILE=list_of_files filename (see format below) CMDFILE=command filename BIFILE=before-image file (default is bifile.bbd) LOGFILE=user logfile (default is log.bbd) PARFILE=parfile REVERT use specified (or default) BIFILE to revert changes made in a previous user session. MODE must be EDIT, all files that were modified in that session must be writable. LOGFILE: appended to an existing file. LISTFILE format: e.g. 1 /home/vsrihari/corahome/dbs/systV713.dbf 26214400 2 /home/vsrihari/corahome/dbs/rbsV713.dbf 15728640 CMDFILE format: one command per line (newline is command separator). use "#" to put in comments, that are ignored by BBED. if QUIT/EXIT command is encountered BBED exits, otherwise it goes into interactive mode after executing the file. B. Implemented commands: SET [IBASE | OBASE | DBA | OFFSET | FILE | FILENAME | BLOCK | MODE | EDIT | WIDTH | BLOCKSIZE | LIST[FILE] | COUNT | SPOOL ] SHOW [any of the above SET parameters | STACK | ALL] MAP [/v] [DBA | FILE | FILENAME | BLOCK] COPY [DBA | FILE | FILENAME | BLOCK] TO [DBA | FILE | FILENAME | BLOCK] *DUMP [/v] [DBA | FILE | FILENAME | BLOCK | OFFSET | COUNT] *MODIFY [/x|d|u|o|c] [DBA | FILE | FILENAME | BLOCK | OFFSET | ] *ASSIGN [/x|d|u|o] [DBA | FILE | FILENAME | BLOCK | OFFSET | ] = [ | DBA | FILE | FILENAME | BLOCK | OFFSET | ] *FIND [/x|d|u|o|c] [TOP | CURR] *PRINT [/f codes] [DBA | FILE | FILENAME | BLOCK | OFFSET | ] *EXAMINE [/Nuf codes] [DBA | FILE | FILENAME | BLOCK | OFFSET | ] PUSH [DBA | FILE | FILENAME | BLOCK | OFFSET] POP [ALL] INFO [FILES] UNDO REVERT [DBA | FILE | FILENAME | BLOCK | ALL] *VERIFY [DBA | FILE | FILENAME | BLOCK ] HELP [CHECK]SUM [DBA | FILE | FILENAME | BLOCK] [APPLY] HOST or "!"(Unix), "$"(VMS), etc. * can be abbreviated by one letter (X for EXAMINE). - [CHECK]SUM means either CHECKSUM or SUM are valid keywords. o SET BLOCK or DBA with no arguments just rereads the current block. o SHOW STACK displays the locations (dba, offset) that were PUSHed. o IBASE/OBASE are set to decimal by default. Use base switches [/xduoc] or explicit bases to override. Explicit bases have the highest precedence: Hexadecimal (prefix) = 0x e.g. 0x1234abcdef Octal (prefix) = 0o e.g. 0o1234567 Decimal (suffix) = . e.g. 1234567890. o DUMP/EXAMINE are physical browsing commands, PRINT is logical browsing. o MODIFY is for physical editing (a la Orapatch). MODE must be set to EDIT to allow editing. All edits are written immediately to disk (no buffering). o FIND searches only the current block. Use TOP to start search at top of block, CURR (default) from current offset. Typing just FIND (or F) continues looking for the same string. o ASSIGN =
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/756652/viewspace-242349/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle BBED(block browse and editor)OracleBloC
- BBED (Oracle Block Brower and EDitor Tool) :資料塊修復工具OracleBloC
- oracle10g_11g_bbed_oracle block browse editor_內部工具小記_轉摘eygle大師OracleBloC
- 【BBED】使用bbed解決 the amount of space used is not equal to block sizeBloC
- How to check Database corrupt BlockDatabaseBloC
- Specifying Database Block Sizes (91)DatabaseBloC
- 用bbed檢視資料檔案的資料塊block 0及block 1BloC
- 從v$database_block_corruption 刪除資料DatabaseBloC
- 11g Active Standby Database Automatic Block Corruption RepairDatabaseBloCAI
- 使用oracle 11g bbed dump undo header block報錯之系列六OracleHeaderBloC
- ORA-1578 Corrupt Block Found in Encrypted Database (Doc ID 1329437.1)BloCDatabase
- How To Identify a Hot Block Within The Database Buffer Cache. [ID 163424.1]IDEBloCDatabase
- index branch and leaf block structure(轉)IndexBloCStruct
- 【BBED】BBED基礎知識
- 使用DUMP資料塊與BBED檢視BLOCK對比資料庫修改時的SCNBloC資料庫
- Read of flashback database logfile 502, block 251 found corrupted data.DatabaseBloC
- Ace Editor 擴充套件編寫初步(轉)套件
- (轉)oracle dump block格式說明OracleBloC
- db block gets的解釋[轉]BloC
- display:inline、block、inline-block的區別(轉的)inlineBloC
- BBED命令
- 【BBED】Oracle bbed常用命令參考Oracle
- 【BBED】使用bbed修改數字型別資料型別
- 【BBED】使用bbed修改字元型別資料字元型別
- javascript editorJavaScript
- wysiwyg editor
- vi editor
- TFTS: Converting DBA's (Database Addresses) to File # and Block #_113005.1DatabaseBloC
- oracle bbed使用Oracle
- BBED簡介
- BBED學習
- bbed二(命令)
- bbed安裝
- Setup Standby Database on One PC(轉)Database
- [轉]How to release space from databaseDatabase
- (轉)Standby Database的工作原理Database
- imp full database (轉官檔)Database
- 通過 v$database_block_corruption 查詢資料檔案中的壞塊DatabaseBloC