Edit
The Edit menu contains clipboard, Format, Find and Replace, and Search Objects operations to use in the PL/SQL Viewer and SQL Terminal tab. Press Alt+E to open the Edit menu.
Function |
Shortcut Key |
Description |
---|---|---|
Cut |
Ctrl+X |
Cuts the selected text. |
Copy |
Ctrl+C |
Copies the selected text or object name. |
Paste |
Ctrl+V |
Pastes the selected text or object name. |
Format |
Ctrl+Shift+F |
Formats all SQL statements and functions/procedures. |
Select all |
Ctrl+A |
Selects all the text in SQL Terminal. |
Find and replace |
Ctrl+F |
Finds and replaces text in SQL Terminal. |
Search for objects |
Ctrl+Shift+S |
Searches for objects within a connected database. |
Undo |
Ctrl+Z |
Undoes the previous operation. |
Redo |
Ctrl+Y |
Redoes the previous operation. |
Uppercase |
Ctrl+Shift+U |
Changes the selected text to uppercase. |
Lowercase |
Ctrl+Shift+L |
Changes the selected text to lowercase. |
Go to row |
Ctrl+G |
Redirects to a specific row in SQL Terminal or PL/SQL Viewer. |
Comment/Uncomment lines |
Ctrl+/ |
Comments or uncomments all selected rows. |
Comment/Uncomment blocks |
Ctrl+Shift+/ |
Comments or uncomments all selected rows or blocks. |
Search Objects
You can choose Search Objects to search for objects from Object Browser based on the search criteria. Specifically, you can choose Edit > Search Objects or click in the Object Browser toolbar. The search result is displayed in a tree structure, similar to that in Object Browser. Operations in the right-click menu, except for Refresh, can be performed on objects in the search result. After the page is refreshed, objects that have been deleted or renamed or whose schemas have been set can be viewed only from the primary object browser. Right-click options on group names, such as tables, schemas, and views, cannot be performed on objects in the search result. Only objects that you have the permission to access will be displayed in Search Scope.
You can view newly added objects in the Search window by clicking Refresh at the end of the object type.
Supported search options
Search Option |
Search Behavior |
---|---|
Contains |
Text that contains the searched content will be displayed. |
Starts With |
Text that starts with the searched content will be displayed. |
Exact Word |
Text that matches exactly with the searched content will be displayed. |
Regular Expression |
When regular expression text is used, text that meets the search criteria is searched for in Object Browser. Select Regular Expression from the Search Criteria drop-down list. For more information, see POSIX Regular Expressions rules. Examples are as follows:
|
Search with underscores (_) or percentage (%)
Search Value |
Search Behavior |
---|---|
_ |
The underscore (_) in text is considered the wildcard of a single character. Search criteria such as Regular Expression, Starts With, and Exact Word are not applicable to text that contains underscores (_). Examples are as follows:
|
% |
The percentage (%) in text is considered the wildcard of multiple characters. Search criteria such as Regular Expression, Starts With, and Exact Word are not applicable to text that contains percentage (%). Examples are as follows:
|
If you select Match Case and perform the search, the system searches for the content that matches the case of the search text.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot