zoukankan      html  css  js  c++  java
  • oracle用户名小写时,利用sqlplus连接

    [oracle@upright92 ~]$ sqlplus / as sysdba

    SQL*Plus: Release 11.2.0.4.0 Production on Tue May 22 10:39:34 2018

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

    Connected to:

    Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production

    With the Partitioning, Oracle Label Security, OLAP, Data Mining

    and Real Application Testing options

    SQL> conn "wqq"/wqq

    Connected.

    [oracle@upright92 ~]$ sqlplus "wqq"/wqq

    SQL*Plus: Release 11.2.0.4.0 Production on Tue May 22 10:39:18 2018

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

    Connected to:

    Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production

    With the Partitioning, Oracle Label Security, OLAP, Data Mining

    and Real Application Testing options

    [oracle@upright92 ~]$ sqlplus '"wqq"/wqq'

    SQL*Plus: Release 11.2.0.4.0 Production on Tue May 22 10:22:22 2018

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

    Connected to:

    Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production

    With the Partitioning, Oracle Label Security, OLAP, Data Mining

    and Real Application Testing options

    [oracle@upright92 ~]$ exp '"wqq"/wqq' file=2.dump tables=tab GRANTS=Y 

    Export: Release 11.2.0.4.0 - Production on Tue May 22 10:34:09 2018

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production

    With the Partitioning, Oracle Label Security, OLAP, Data Mining

    and Real Application Testing options

    Export done in US7ASCII character set and AL16UTF16 NCHAR character set

    server uses AL32UTF8 character set (possible charset conversion)

    About to export specified tables via Conventional Path ...

    . . exporting table                            TAB          0 rows exported

    Export terminated successfully without warnings.

  • 相关阅读:
    Qt自定义控件
    Qt布局的简单介绍
    Qt-ui的简单使用,常用控件(2)
    Qt--ui的简单使用(1)
    走向微信api开发
    一文一项目, 代码分析篇
    关于重写一些曾经写的东西
    最近发现一个数据库,好像可以用,于是做了一个调查,把一般常用的和可能踩的坑都查了一下方法,记录了一下,以后可以使用.
    号外一下
    抄来的,占个位儿【百度架构师是怎样搭建MySQL分布式集群】
  • 原文地址:https://www.cnblogs.com/wangqianqiannb/p/9071729.html
Copyright © 2011-2022 走看看