| OBET (Oracle Block Editor Tool) commands: open <config_file> - Load file list from config file (format: <num> <path>) info - Show loaded file list (from open command) set filename <path> - Set target file path (required) set file <num> - Set filename using loaded file number (from open list) set blocksize <size> - Set block size (2048,4096,[8192],16384,32768) set block <num> - Set block number (starts from 0, default: 1) set offset <offset> - Set offset within block (< blocksize, default: 0) set count <bytes> - Set number of bytes to read (default: 32) set mode edit/browse - Enable edit/browse mode d/dump [options] - Display data (options: block X, offset Y, count N) m/modify <hex> [opts] - Modify data with hex (opts: block X, offset Y) undo - Undo last modification sum [block X] - Calculate checksum for block (default: current block) sum apply [block X] - Apply checksum: write calculated value to block tailchk [block X] - Calculate tailchk for block (default: current block) tailchk apply [block X] - Apply tailchk: write calculated value to block repair [block X] - Repair bad block (fix seq_kcbh, tailchk, checksum) copy data <src> to <dest> - Copy data between files <src> format: file,block,offset,count (e.g., 1,1,10,64) <dest> format: file[,block][,offset] (e.g., 3 or 3,1 or 3,1,128) copy block file#,block# to file#,block# - Copy entire data block copy chkscn file n to file m - Copy datafile header checkpoint SCN info copy resetlogscn file n to file m - Copy datafile header resetlogs info corrupt [block X] - Mark block as corrupted (default: current block) show - Display current settings (filename, blocksize, block, offset, count, mode) license - Show/manage software license (registration code required) version - Show software version and developer information p/print <param> - Print Oracle structure,Use the 'p/print' command to see details undo - Undo the last copy chkscn or copy resetlogscn operation help - Show this help message quit/exit - Exit OBET |