Self-taught Oracle database documentation

Source: Internet
Author: User
Tags documentation sqlplus

1. Use the "win+e" shortcut key to open the run (Start-à Run) window. The following figure

2 in the "Run" form, enter "Sqlplus" (pictured above), and click the OK button.

3. Enter "username"/"password" in the Black form that pops up; (format: Sqlplus username/password@ netservicename, username/password the username and password used for the login database ; Netservicename is the local net service name to which you want to run the database connection. (Figure red Circle below)

4. View database parameters: Use the show parameter command.

For example, when a user executes the show parameter instance command, Oracle displays all parameters that contain the instance typeface to the user. (table below)

Note: The show parameter command here does not support wildcard characters.

Sql> show parameter instance;

NAME TYPE VALUE

------------------------------------ ----------- ----------

Active_instance_count integer

Cluster_database_instances Integer 1

Instance_groups string

instance_name String XE

Instance_number integer 0

Instance_type string RDBMS

Open_links_per_instance Integer 4

Parallel_instance_group string

Parallel_server_instances Integer 1

Sql>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.