Profile Manager
Modules, Windows And Dialogs > Profile Manager
Profiles saved in SQL Navigator can be:
- Re-used in other versions of SQL Navigator.
- Made available to other users of SQL Navigator.
- Used on other computers.
- Made available to support staff to help resolve issues.
To backup a profile
- Open the Profile Manager: Windows Start | All Programs | Quest Software | SQL Navigator | Profile Manager
- Select Backup User Profile.
- Select the version of SQL Navigator which has the preferences you want to save.
- Select the directory into which the backup file is to be saved.
- Enter a name for the backup file, or accept the name displayed.
- Click Backup.
|
Note: The file is saved into the designated folder and has an extension of .prof. |
To restore a profile
-
Open the Profile Manager: Windows Start | All Programs | Quest Software | SQL Navigator | Profile Manager
- Select Restore User Profile.
- Select the directory from which the backup file is to be restored.
- Select the file containing the backed-up profile file. Click Next.
- Select the version of SQL Navigator that you want the backed-up to replace. Click Restore.
Project Manager
Modules, Windows And Dialogs > Project Manager
The Project Manager provides instant access to your frequently used database objects and connections. Projects are holding areas where you can store shortcuts to things that you frequently need to work with instead of searching for them in various lists and directories.
Project Manager Toolbar
Manage Your Projects
File Menu | New Project |
Create a project. |
File Menu | Rename Project |
Rename the current project.
|
TIP: Change the current project in the Project Manager window. | |
File Menu | Delete Project |
Delete the current project. |
Drag and drop into the Project Manager window. |
Add items to the current project:
These items can include:
- schemas (in particular connections)
- schema objects
- code location bookmarks within stored programs
- schema object templates
|
Actions on Items in the Project Manager
Select an object in Project Manager and ...
Preview the source code of text objects |
Source Preview |
To connect to a database from the Project Manager |
You can select a database object in your Project Manager and open it for viewing or editing. SQL Navigator automatically opens the required database connection and displays the object’s properties in an object editing window. Double click on the shortcut to open the connection. |
Code Location shortcuts |
Drag the selection from the result list in Database Source Code Search to the Project Manager. |
Drop an object |
- Select the object in the Project Manager window.
- Locate the object in DB Navigator.
- Drop the object in DB Navigator.
|
Keyboard Shortcuts In The Project Manager Window
|
TIP: Right click in the Project Manager window to see all options available. |
Ins |
Add Objects in Project Manager. Open Select DB Object Dialog. |
Shift+Ins |
Add Files in Project Manager |
Ctrl+H |
Hide items of the selected type (Requires you to select an object in the Project Manager). |
Ctrl+U |
Go up one level (Requires you to have navigated to a sub-folder in the Project Manager window). |
Project Filter Dialog
Select the object types you want to display in the project manager window.
Publish Java to PL/SQL
Modules, Windows And Dialogs > Publish Java to PL/SQL
Create a PL/SQL package from a Java class stored in the database.
- Select a Java Class stored in the database. Use DB Navigator or the Find objects Dialog.
- Click Object | Publish Java to PL/SQL.
- Follow the prompts to generate a PL/SQL package that stores the procedures and functions used to call Java methods for handling the stored object.
- The package is generated and displayed in the window. Do you want to open it for editing before saving it to the database, or save it as shown?