zoukankan      html  css  js  c++  java
  • windows下sqlplus怎么连接远程oracle

    语法:sqlplus usr/pwd@//host:port/sid

    [oracle@mzl ~]$ sqlplus system/51411482@//192.168.21.11:1521/orcl

    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Feb 18 15:53:34 2008



    Copyright (c) 1982, 2005, Oracle.  All rights reserved.



    Connected to:

    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production

    With the Partitioning, OLAP and Oracle Data Mining options

    JServer Release 9.2.0.1.0 - Production



    SQL> select instance_name,status from v$instance;



    INSTANCE_NAME    STATUS

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

    risenet          OPEN



    或者是

    SQL> conn risenet/1@//192.168.130.99:1521/risenet

    Connected.

    SQL> select * from v$instance;



    INSTANCE_NUMBER INSTANCE_NAME    HOST_NAME       VERSION           STARTUP_T

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

    STATUS       PAR    THREAD# ARCHIVE LOG_SWITCH_ LOGINS     SHU DATABASE_STATUS

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

    INSTANCE_ROLE      ACTIVE_ST

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

                  1 risenet          RISENET56       9.2.0.1.0         13-FEB-08

    OPEN         NO           1 STOPPED             ALLOWED    NO  ACTIVE

    PRIMARY_INSTANCE   NORMAL



    SQL>
  • 相关阅读:
    DHCP Option 60 的理解
    程序中的魔鬼数字
    开源GUI-Microwindows之程序入口分析
    http报错之return error code:401 unauthorized
    内存泄漏以及常见的解决方法
    怎样对ListView的项进行排序
    getline函数
    JavaFx初探
    ListBox控件的操作与实现
    SQLite的SQL语法
  • 原文地址:https://www.cnblogs.com/zhangq/p/6736549.html
Copyright © 2011-2022 走看看