Prior to downloading this Software, you must review the Software Transaction Agreement located here and confirm, by clicking the I agree check box below, that your organization accepts and is bound by the terms and conditions of the Software Transaction Agreement for this Software.
If you purchased the licenses for this Software by executing an order form with Quest or if you have an agreement with Quest that states that all purchases are governed by such agreement, then the terms and conditions of that agreement supersedes and takes precedence over the Software Transaction Agreement.
Unable to remove time info from a date field in the editor. Ex : from 15/06/2007 09:51:47 to 15/06/2007Unable to amend the date and time to 00:00:00.To replicate - 1. Select a table record with a date containing a time information. 2. Edit the date and change just the time to 00:00:00, after commit the date and time is not altered.
When checking out a package body, a lock is also placed on corresponding package specification although only the body was requested. Within SQL Navigator repository only the body is checked out. When checking in the body, the lock on the package spec is not released.If both body and specification are checked out, but only the body is checked in, both spec and body are committed in SVN, thus having...
When a user manually edits the Team Coding tables using a script, the objects are checked out or checked in. This can be seen in Team Coding Summary Information. The Team Coding in the GUI indicates that the object is Read-Only, and therefore, you cannot edit the object in the editor.The object can only be edited when you open a new connection to the database. In the Team Coding Manager, the refre...
The SQL Navigator Development Suite for Oracle provides an integrated toolset to ensure that the highest quality of code is delivered, optimized and scaled for better performance. The MSI installation option is intended to be used by administrators for special installation cases only (e.g. silent install, repackaging, etc). This installer may be used for the following: SQL Navigator (Xpert/Prof...
The SQL Navigator Development Suite for Oracle provides an integrated toolset to ensure that the highest quality of code is delivered, optimized and scaled for better performance. The Full installer is intended to be used by administrators installing for multiple users. This installer downloads all components, but only installs the ones the user selects from a list of entitled components, based o...
The SQL Navigator Development Suite for Oracle provides an integrated toolset to ensure that the highest quality of code is delivered, optimized and scaled for better performance. The Web installer is intended to be used by end users installing on their own machines. This installer only downloads the components the user selects to install from a list of entitled components, based on the license k...
The SQL Navigator Development Suite for Oracle provides an integrated toolset to ensure that the highest quality of code is delivered, optimized and scaled for better performance. The Full installer is intended to be used by administrators installing for multiple users. This installer downloads all components, but only installs the ones the user selects from a list of entitled components, based o...
The SQL Navigator Development Suite for Oracle provides an integrated toolset to ensure that the highest quality of code is delivered, optimized and scaled for better performance. The Web installer is intended to be used by end users installing on their own machines. This installer only downloads the components the user selects to install from a list of entitled components, based on the license k...
Steps to reproduce the issue:Open a code editor (View | Code editor)R-click on the editorSelect Split/Compare | Horizontal SplitWrite something on the editorSelect the lower pane and press Control + F to search for somethingThe result is always in the upper pane instead than on the lower pane
When running the following query, SQL Navigator v8.0 freezes for several minutes. The query returns ok, but the application appears to hang once it is returnedSELECT *FROM user_scheduler_jobs aORDER BY a.job_action;