Alex刺客
Dancing fingers, damage world. -- 舞动手指,破坏世界.
BlogJava
::
首页
::
新随笔
::
联系
::
聚合
::
管理
::
57 随笔 :: 0 文章 :: 76 评论 :: 0 Trackbacks
<
2010年6月
>
日
一
二
三
四
五
六
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(4)
给我留言
查看公开留言
查看私人留言
随笔分类
CEIAEC(3)
(rss)
ExtJS(5)
(rss)
JavaCode(1)
(rss)
JavaScript(12)
(rss)
JavaTools(2)
(rss)
JQuery
(rss)
Linux(17)
(rss)
Oracle(2)
(rss)
Oracle11g Study Notes(2)
(rss)
proxool(2)
(rss)
Resource(2)
(rss)
Server Config(1)
(rss)
Source Project(1)
(rss)
Spring
(rss)
Spring Study Notes(2)
(rss)
Struts2 Study Notes(4)
(rss)
随笔档案
2010年12月 (1)
2010年10月 (4)
2010年9月 (2)
2010年8月 (12)
2010年7月 (5)
2010年6月 (6)
2010年5月 (1)
2010年4月 (3)
2010年3月 (7)
2009年12月 (13)
2009年7月 (3)
文章分类
项目
(rss)
相册
Alex刺客
搜索
积分与排名
积分 - 296647
排名 - 195
最新评论
1. re: Oracle the network adapter could not establish the connection 异常
我是小白,我想问下最开始的eclipse database development 配置是在哪里找
--梦的雅朵
2. re: Oracle the network adapter could not establish the connection 异常[未登录]
数据库没连上
--呵呵
3. re: Oracle the network adapter could not establish the connection 异常
重启服务是关键。。我也改了IP但是没有重启服务,连接失败,多谢博主
--王鹤
4. re: 使用 Struts2 JSON plugin ( Struts2 + jQuery ) Study_Notes
email地址写错了~~
是:
liushaohan01@126.com
--kill
5. re: 使用 Struts2 JSON plugin ( Struts2 + jQuery ) Study_Notes
大哥,你的下载链接不能用了。能共享下源码嘛?
To:
liushaohan@126.com
TKS
--kill
阅读排行榜
1. MyEclipse 8.5 download 官方下载地址(116357)
2. Oracle the network adapter could not establish the connection 异常(56246)
3. MyEclipse 8.6 download 官方下载地址 (48193)
4. Linux(Fedora 12,13|32 64)安装Oracle Database 11gR2(7382)
5. Linux下的播放器(注重音质)Flac,Ape.(7016)
评论排行榜
1. MyEclipse 8.5 download 官方下载地址(36)
2. MyEclipse 8.6 download 官方下载地址 (6)
3. Alex_AccountManage项目 Servlet + JSON + ExtJS 3.0.3 (源码)(4)
4. Oracle the network adapter could not establish the connection 异常(4)
5. webQQ 无法登录(3)
1.Oracle11g Study Notes - Linux下启动Oracle服务与登录
1
/*
*
2
* Project Name : Oracle_Database_11g_Study_Notes
3
* File Name : 1.Start_Login.sql
4
* Author : Alex刺客
5
* Date : June 21,2010
6
*/
7
8
http://www.oracle.com/technology/global/cn/pub/articles/smiley-11gr1-install.html
9
10
1
.启动和停止监听器:
11
监听器接受客户端的连接请求,并在验证证书后创建数据库连接。要使用 OEM,必须先启动监听器。
12
[
oracle@localhost ~
]
$ lsnrctl start
13
[
oracle@localhost ~
]
$ lsnrctl stop
14
15
2
.启动和停止数据库:
16
2.1
.启动和停止数据库的最简单方法是从 OEM 控制台启动和停止。要从命令行执行此操作,请在以 oracle 身份登录后使用 SQL
*
Plus,如下所示:
17
启动:
18
[
oracle@localhost ~
]
$ sqlplus
19
Enter
user
-
name:
/
as
sysdba
20
SQL
>
startup
21
SQL
>
exit
22
23
停止:
24
[
oracle@localhost ~
]
$ sqlplus
25
Enter
user
-
name:
/
as
sysdba
26
SQL
>
shutdown
immediate
27
SQL
>
exit
28
29
2.2
.以下命令也可以启动和停止数据库
30
[
oracle@localhost ~
]
$ dbstart
31
[
oracle@localhost ~
]
$ dbshut
32
33
3
.启动和停止 Oracle 企业管理器数据库控制:
34
[
oracle@localhost ~
]
$ emctl start dbconsole
35
[
oracle@localhost ~
]
$ emctl stop dbconsole
36
37
4
.Oracle相关管理工具
38
39
Net Manager
40
[
oracle@localhost ~
]
$ netmgr
41
42
Net Configuration Assistant
43
[
oracle@localhost ~
]
$ netca
44
45
Database
Configuration assistant
46
[
oracle@localhost ~
]
$ dbca
47
48
Database
Upgrade Assistant
49
[
oracle@localhost ~
]
$ dbua
50
51
Locale Builder
52
[
oracle@localhost ~
]
$ lbuilder
53
54
5
.登录SQLPlus
55
[
oracle@localhost ~
]
$ sqlplus username
/
password
@要连接的数据库
(不是IP在Net Configuration Assistant里配置的)
56
57
6
.运行SQL脚本
58
SQL
>
@~/
test.sql
59
60
7
.断开数据库连接
61
SQL
>
DISCONNECT
62
63
8
.重新连接上数据库
64
SQL
>
CONNECT
65
66
9
.退出
67
SQL
>
EXIT
68
posted on 2010-06-21 04:03
Alex刺客
阅读(547)
评论(0)
编辑
收藏
所属分类:
Oracle11g Study Notes
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
知识库
C++博客
博问
管理
相关文章:
2.Oracle11g Study Notes - 用户管理
1.Oracle11g Study Notes - Linux下启动Oracle服务与登录
Powered by:
BlogJava
Copyright © Alex刺客