易截截图软件、单文件、免安装、纯绿色、仅160KB

linux下oracle 数据库的启动和关闭

QQ:1156316388   Tel:010-51527259
一、启动
    三个命令:
    1、sqlplux /nolog
    2、connect /as sysdba
    3、startup
    二、关闭
    1、shutdown immediate;
    [oracle@zhao ~]$ sqlplus /nolog
    SQL*Plus: Release 9.2.0.4.0 - Production on Sun Nov 1 15:08:40 2009
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    SQL> connect /as sysdba
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 236000356 bytes
    Fixed Size 451684 bytes
    Variable Size 201326592 bytes
    Database Buffers 33554432 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    Database opened.
    SQL>
    惊叹号在 SQL> ! 回车可以退出 sql命令行
    查看oracle数据库运行启动的进程
    SQL> !
    [oracle@zhao ~]$ ps -ef | grep oracle
    root 4268 4235 0 15:08 pts/0 00:00:00 su - oracle
    oracle 4269 4268 0 15:08 pts/0 00:00:00 -bash
    oracle 4299 4269 0 15:08 pts/0 00:00:00 sqlplus
    oracle    4302     1  0 15:09 ?        00:00:00 ora_pmon_lx92
    oracle    4304     1  0 15:09 ?        00:00:00 ora_dbw0_lx92
    oracle    4306     1  0 15:09 ?        00:00:00 ora_lgwr_lx92
    oracle    4308     1  0 1


相关文档:

oracle 表空间操作

oracle表空间操作详解
  1
  2
  3作者:   来源:    更新日期:2006-01-04 
  5
  6 
  7建立表空间
  8
  9CREATE TABLESPACE data01
 10DATAFILE '/ora ......

eAccelerator for linux 详解

eaccelerator.shm_size
    The amount of shared memory (in megabytes) that eAccelerator will use.
    "0" means OS default. Default value is "0".
eaccelerator.cache_dir
    The directory that is used for disk cache. eAccelerator stores precompiled code ......

linux和unix下常用解压和压缩命令

.tar
解包: tar xvf FileName.tar
打包:tar cvf FileName.tar DirName
(注:tar是打包,不是压缩!)
---------------------------------------------
.gz
解压1:gunzip FileName.gz
解压2:gzip -d FileName.gz
压缩:gzip FileName
.tar.gz
解压:tar zxvf FileName.tar.gz
压缩:tar zcvf FileName.tar.g ......

[Linux]GNU自动化工具(automake工具链)


 
Filename

[Linux]GNU
自动化工具(
automake
工具链)
Version

V1.0
Date

12/01/2009
Author

S.C.Leon <leonsc@126.com>
=====================================================================
GNU
自动化工具(
automake
工具链)
一、
Makefile
介绍
Makefile
是 ......

linux 定时器使用二

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <ctype.h>
#include <time.h>
#include <unistd.h>
#include <signal.h>
static char *runStatusFile   = "/syscfg/etc/runStatusFile";
FILE *pFile = NUL ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号