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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Setup Standby Database on One PC(轉)Database
- Scheduler in Oracle Database 10g(轉)OracleDatabase
- 【BBED】BBED基礎知識
- 【BBED】使用BBED修改資料檔案SCN,使該檔案從offline轉變為online
- Ace Editor 擴充套件編寫初步(轉)套件
- 【BBED】Oracle bbed常用命令參考Oracle
- BlockBloC
- Block學習①--block的本質BloC
- Unused Block Compression和Null Block CompressionBloCNull
- [轉帖]Release Schedule of Current Database Releases (Doc ID 742060.1)Database
- __block使用BloC
- [20210906]bbed讀取資料塊(bbed-wrap.sh).txt
- Block學習②--block的變數捕獲BloC變數
- iOS block巢狀block中weakify的使用iOSBloC巢狀
- The database owner SID recorded in the master database differs from the database owner SID recorded in database 'DB_NAME'DatabaseAST
- BBED 的安裝
- 010 Editor Mac版最新 +010 Editor 註冊碼Mac
- Oracle Database Cloud - Database as a Service Quick StartOracleDatabaseCloudUI
- Error querying database. XXXXXXXXXXXXX, No database selected。ErrorDatabase
- Convert a Physical Standby Database into a Snapshot Standby DatabaseDatabase
- iOS Block探究iOSBloC
- Block學習⑤--block對物件變數的捕獲BloC物件變數
- Database TimeoutDatabase
- Database OverallDatabase
- database no shardingDatabase
- Fixed "There was a problem with the editor 'vi'"
- UE.getEditor('editor')
- mysql_config_editorMySql
- omi ace markdown editor
- react markdown editor示例React
- stencil ace markdown editor
- Block的型別BloC型別
- block實現原理BloC
- E. Block SequenceBloC
- display:block display:inline-block 的屬性、呈現和作用BloCinline
- [20181204]bbed修改問題.txt
- [20180619]bbed verify問題.txt
- [20231008]bbed探究lob段.txt