Use sqlplus to connect to a database

Source: Internet
Author: User
Method 1:
 
Sqlplus SJTU/SJTU @'(Description = (address_list = (address = (Protocol = TCP) (host = 192.168.0.77) (Port = 1521) (CONNECT_DATA = (SERVICE_NAME = SJTU )))'

As shown in:

Method 2:
 
Sqlplus SJTU/SJTU192.168.0.77:1521/SJTU

As shown in:

3. Connection format

The format in method 1 is fixed. Search tnsnames. ora. sample in the oralce installation directory to find the corresponding format, as shown belowCodeAs shown in:

# ThisIs A sample tnsnames. ora that Contains  The net8 parameters that are # needed  To Connect To  An HS agentdg4odbc  =  (Description  =  (Address  = (Protocol = TCP) (host = Localhost) (Port = 1521  ) (CONNECT_DATA  = (SID =  Dg4odbc) (HS  =  OK )) 
4. Log On As sysdba
 C: \ Users \ xuwei > sqlplus /  nologsql  > conn /  as   sysdbasql  >  select  name  from  V $  database  ; name   --   -------   orclsql  >  select   *   from   global_name; global_name   --   ------------  orcl 

 

 

 

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.