博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
修改 sql 提示符信息:
阅读量:7040 次
发布时间:2019-06-28

本文共 1639 字,大约阅读时间需要 5 分钟。

1  login: Thu   8 19:18:08 2016  192.168.242.1  2 [root@localhost ~]# su - oracle  3 [oracle@localhost ~]$ cd $ORACLE_HOME  4 [oracle@localhost db_1]$ cd sqlplus/  5 [oracle@localhost sqlplus]$ cd admin/  6 [oracle@localhost admin]$ cat glogin.  7 --  8 -- Copyright (c) 1988, 2011, Oracle and/or its affiliates.   9 -- All rights reserved.  10 -- 11 -- NAME 12 --   glogin.sql 13 -- 14 -- DESCRIPTION 15 --   SQL*Plus global login "site profile" file 16 -- 17 --   Add any SQL*Plus commands here that are to be executed when a 18 --   user starts SQL*Plus, or uses the SQL*Plus CONNECT command. 19 -- 20 -- USAGE 21 --   This script is automatically run 22 -- 23 [oracle@localhost admin]$ vi glogin. 24  25  26  27  28  29  30  31 -- 32 -- Copyright (c) 1988, 2011, Oracle and/or its affiliates. 33 -- All rights reserved. 34 -- 35 -- NAME 36 --   glogin.sql 37 -- 38 -- DESCRIPTION 39 --   SQL*Plus global login "site profile" file 40 -- 41 --   Add any SQL*Plus commands here that are to be executed when a 42 --   user starts SQL*Plus, or uses the SQL*Plus CONNECT command. 43 -- 44 -- USAGE 45 --   This script is automatically run 46 -- 47  48  49  50  sqlprompt "_user'@'_connect_identifier> " 51 ~ 52 ~ 53 ~ 54 ~ 55 ~ 56 ~ 57 ~ 58 ~ 59 ~ 60 "glogin.sql" 20L, 417C written 61 [oracle@localhost admin]$ sqlplus /  sysdba; 62  63 *Plus: Release 11.2.0.3.0 Production  Thu  8 20:49:31 2016 64  65 Copyright (c) 1982, 2011, Oracle.   rights reserved. 66  67  68 Connected : 69 Oracle  11g Enterprise Edition Release 11.2.0.3.0 - Production 70  the Partitioning, OLAP, Data Mining   Application Testing options 71  72 SYS@orcl>

---------

转载地址:http://xzxal.baihongyu.com/

你可能感兴趣的文章
理解Javascript的状态容器Redux
查看>>
制作liveusb实现ubuntserver12全自动无人职守安装
查看>>
centos7的fstab要小心
查看>>
Windows phone8 基础篇(三)常用控件(二)
查看>>
架构师速成4.8-幼儿园书单资料推荐
查看>>
MySQL-Proxy实现读写分离部署文档
查看>>
For Update
查看>>
Hyper-V 之03 创建iSCSI存储和故障转移群集
查看>>
如何成为一名架构师?
查看>>
我的友情链接
查看>>
nfs failed, reason given by server: Permission denied的离奇解决
查看>>
2018 1.21测试
查看>>
DFS与BFS对比
查看>>
dedeCMS php语法在模版中的应用
查看>>
sublime 安装ctag 实现函数跳转
查看>>
sshd问题:A protocol error occurred. Change of username or service not allowed
查看>>
jQuery开发者眼中的AngularJS
查看>>
【DAY9】 关于多线程熊吃蜜Demo1的作业实验
查看>>
Python实现多属性排序
查看>>
nginx 访问日志分析
查看>>