⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 goldenhistory.txt

📁 oracle数据库备份与恢复的详细资料集合
💻 TXT
📖 第 1 页 / 共 5 页
字号:
    window  while on a private tab will open a new dbms_output window 
    using that private  session.
  Fixed a parsing problem with multiple internal comments containing a
    statement delimiter.
  Fixed problem with displaying '&' in the spreadsheet.
  Fixed a problem where the vertical scrollbar would go away when text
    was clipped at the top.

Version 5.2 Build 240 - November 24, 1998
  Fixed SET ROLE command.

Version 5.2 Build 239 - November 18, 1998
  Fixed a problem with updating and deleting records containing long fields.

Version 5.2 Build 238 - November 18, 1998
  Added '...' when text is clipped in the spreadsheet.
  Fixed problem with long columns being autosized so big that they couldn't 
    easily be shown alongside other columns.
  Fixed a problem with Shift-Ctrl-Tab.
  Fixed a problem with parsing filenames for the @ function.
  Note that filenames with spaces must be surrounded by quotes:
    @"c:\program files\runme.sql"

Version 5.2 Beta Build 237 - November 10, 1998
  Fixed a problem with initialization of the keyword lists.
  Fixed some missing help links.

Version 5.2 Build 236 - November 9, 1998
  Added new Keywords page to the options for editing the keyword list.
  Added new SQLBuilder Wordlist page to the options for editing the 
  SQLBuilder's word list.
  Added menu choice to check for a new version on the web and download it.

Version 5.2 Build 234 - October 20, 1998
  Added new save and load workspace commands.  Right click the active tab to 
    rename it.
  Some interface changes.  Tabs can be at the top or bottom (Options)
  Added menu choice to check for new versions on the web.
  Added menu option to start ImpExp with the current select statement.
  Added code to strip out trailing line whitespace before parsing scripts.
  Added stored procedures to the DESCRIBE (DESC) command.
  Explain plan output now goes to a text screen.
  Use F12 to toggle spread, text, and log displays.
  Added the EXECUTE (EXEC) command.  Bind variables are automatically scanned 
    and displayed.
  Note that this doesn't support tables or refcursors yet.
  Note that exec'ed commands aren't currently being run in the background. 
    (You can only run one at a time.)

ImpExp Version 2.1 Build 104 - October 20, 1998
  Fixed bug where cancel wasn't active during exports.
  Added some new options for the export header line.
  Made all checkboxes and radiobuttons in the program save their values when
    'Save Defaults' is pushed.

Version 5.1 Build 228 - Aug 12, 1998
  Added code to load files opened from explorer into first instance.
  Changed version to reflect the public release of builds 225-228.

Version 5.0 Build 227 - Aug 5, 1998
  Fixed the commented out commandline file loading code.

Version 5.0 Build 226 - Aug 3, 1998
  New multi-level undo and redo.
  Editor scroll bars now work like a 'standard' windows edit control (scroll 
    bars hide if not needed.)
  Fixed some small editor bugs.

Version 5.0 Build 225 - July 30, 1998
  Fixed a bug in the parser related to tables and fields with 'REM' in them.
  Added DESC command (=DESCRIBE)
  Added right click menu to the object trees in the SQLBuilder (currently used
    for pasting 'select * from table')
  Changed data editing so that you can edit tables without keys if you include
    the rowid as the first field in the select: eg: select rowid, bonus.* from 
    bonus  (where bonus has no PK or unique indexes.)
  Changed the way that the Favorites menu is displayed.  This fixes a problem
    where the icons would disappear.
  Unfortunately this doesn't allow the 'opened folder' icon as you move over 
    them (I really liked that!)
  Added a new option to the Menus Option page to set the default directory 
    to be the favorites directory.

Version 5.0 Build 224 - July 20, 1998
  Changed updates to only update columns that were changed.  There is an
    option to use the old behavior.
  Fixed autocommit.
  Fixed problem with comments inside strings.
  Fixed infinite loop when running a non-select from the favorites menu and
    option to disallow was on.
  Added new describe command (only for tables and views and local synonyms)

ImpExp Version 2.0 Build 102 - July 9, 1998
  Fixed problem with trailing nulls when not use a field qualifier.

Version 5.0 Build 220 - June 26, 1998 Production
  New threading model that makes the interface more responsive.
  Fixed some problems with the most recently used file list.
  New improved @script running including step capability.
  Ctrl-Enter now does STEP (can be turned off in the Edit Options)
  During step cursor no longer has to be at the beginning of a statement.
  Fixed icon not showing in NT Tasklist.

New version of ImpExp32 with help included.

Version 5.0 Build 216 - June 8, 1998 Production
  Fixed problem with single quotes when deleting records.

Version 5.0 Build 215 - June 2, 1998 Production
  Cleaned up File New/Open menus.
  Allow dragging of files from explorer.
  Added 'Visit Benthic Web Site' to Help menu
  New help system.
  Changed filename back to Golden32.exe

Version 5.0 Build 210 - April 13, 1998 Beta 1.5
  Many small fixes.  Now allows changing tabs while editing.
  New Import Export program.  The new ascii mode is much faster than the 
  old one.

Version 5.0 Build 209 - March 25, 1998 Beta 1.5
  Added full autosize to Explain Plan display
  Added double quote processing for script filenames containing spaces.
  (eg. @"c:\program files\my script" Arg1 "Arg2 with spaces" Arg3
  Added a display refresh when closing all tabs to show the tab in question.
  Fixed a bug where explain plan wouldn't go away.
  Added the following:
  Right click the upper left gray cell of the spreadsheet does an autosize 
  (displayed rows only)
  Shift-Right click it to get a full spreadsheet autosize.

Version 5.0 Build 208 - March 24, 1998 Beta 1.5
  Fixed the 'Affected Records' display.
  Added a 'Hide before/after sql text' to the Options.
  Added a hotkey 'F8' to switch between editor and results (same as Ctrl-R)
  Added '.sql' to @files if the text has no extension.

Version 5.0 Build 207 - March 23, 1998 Beta 1.5
  Full Oracle8 relational support.
  Editor improvements and syntax highlighting speed increases.
  New sqlbuilder with better handling of case sensitive Oracle items.
  (cool 'qucksearch' by typing in the tree.)
  Better script parsing.
  New 'script stepping' feature (Run one statement at current cursor position.)
  New hotkeys for menu commands.
  New support for the '@' script running feature.
  New 'Private tab' ability.  This allows a tab to have a private connection
    to the database.  Please see the new help.txt file for details.
  Support for the SQLPLus CONNECT command.

Version 5.0 Build 204 - February 25, 1998 Beta 1.5
  Fixed problem with threading on Oracle 7.3.3.

Version 5.0 Build 203 - February 17, 1998 Beta 1.5
  Fixed Parsing problem with create or replace statements.
  Fixed problem with nested comments and parsing.
  Fixed problem with define statement 'hiding' the next sql statement in
    the script.

Version 5.0 Build 201 - February 16, 1998 Beta 1.5
  Fixed problem with dbms_output window crashes.
  Added back hotkeys Ctrl 1-0 for tabs.
  Added back noprompting option.
  Optimized script parsing.
  Fixed cancel button on prompting window.  It now really cancels.

Version 5.0 Build 200 - February 8, 1998 Beta 1
  Many large and small changes.  Here are some highlights:
  New user interface using dynamically created tabs.
  Significantly better threaded queries.
  Docked sqlbuilder window.
  Syntax highlighting.
  Unlimited size scripts and copy/paste
  Support for sqlplus style variable prompting.
  Language formated copy/paste (to copy sql to other programming
  environments)
  Editor supports deleting records.
  New Log window shows every command run and errors.
  New scratch results window for comparing data between tabs.
  New copy results to another tab (shift click the tab you want to copy 
  result to.)
  New script parsing to match sqlplus parsing.
  SQL statements end with semicolon-return, plsql ends with return-'/'-return.
  Ability to turn off variable scanning and substitution.
  Ability to turn off errors before or during running script.
  Ability to run a script from the current cursor position.

Version 4.6 Build 164 - December 1, 1997 Production release.
  Fixed exception while closing after not logging in.

Version 4.6 Build 163 - November 17, 1997 Production release.
  Fixed a problem with the default date format.

Version 4.6 Build 162 - November 14, 1997 Production release.
  Fixed a bug where explain plan wouldn't refresh.

Version 4.6 Build 161 - November 11, 1997 Production release.
  Fixed an error while running an anonymous plsql block without a trailing 
  '/' char.

Version 4.6 Build 160 - November 5, 1997 Production release.
  Fixed a bug in the scripting engine that complained about trailing semicolons.
  PLSQL compile error indicated.
  Fixed bugs related to using the clipboard while editing.
  Can now abort editing a record cleanly.

Version 4.6 Build 156 - October 20, 1997 Beta 2
  Fixed a registration code bug!

Version 4.6 Build 155 - September 29, 1997 Beta 2
  You can now cancel a query by pressing <Esc> while it is running.
  Note that to cancel a query during the parse phase, you must have version
  2.3 of sqlnet.  Please report any problems!

Version 4.6 Build 140 - September 10, 1997 Beta 1
  Now each sql window shows its own results.
  Import/Export has been moved to a separate app that can be minimized while
  running.
  Right clicking a column header toggles between left, middle, and right 
  alignment.
  Right clicking a cell shows the text in a modeless dialog that can wrap or 
  show ascii codes.
  New most recent files on the file menu.

Version 4.5 Build 124 - July 23, 1997
  Added new statusbar pane to show what command was last executed and
  how many records it affected.

Version 4.5 Build 123 - July 17, 1997
  Greatly improved script parsing to allow comments.
  Cosmetic changes to error messages.

Version 4.5 Build 118 - July 11, 1997
  Editor improvements
  Home key toggles between beginning of line and first non-whitespace char.
  Tab and shift-tab indents/unindents selected blocks.
  Fixed problem with Tools Menu ignoring user options.
  Add version info and build number to about box.
  Started History file!

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -