摘要:        
进入该目录,执行./configure如果提示configure: error:You need the GNU readline library(ftp://ftp.gnu.org/gnu/readline/ ) to build this program!执行yum -y install rea    阅读全文
        
            posted @ 2021-01-16 12:38
渐行渐远的那些人
阅读(194)
评论(0)
推荐(0)
        
            
        
        
摘要:        
备份:create table productinfo_bak as select * from productinfo;删除productinfo表内的数据:delete from productinfo;修改表结构:alter table productinfo modify productif    阅读全文
        
            posted @ 2021-01-16 12:30
渐行渐远的那些人
阅读(1446)
评论(0)
推荐(0)
        
            
        
        
摘要:        
RAISE_APPLICATION_ERROR :把异常信息返回给调用的客户端RAISE_APPLICATION_ERROR( error_number_in IN NUMBER, error_msg_in IN VARCHAR2);error_number_in 只允许从 -20000 到 -20    阅读全文
        
            posted @ 2021-01-16 12:28
渐行渐远的那些人
阅读(91)
评论(0)
推荐(0)
        
            
        
        
摘要:        
文档:http://www.oracle.com/technetwork/database/database10g/documentation/index.html在线:http://www.oracle.com/pls/db102/homepage创建表空间:create tablespace c    阅读全文
        
            posted @ 2021-01-16 12:22
渐行渐远的那些人
阅读(161)
评论(0)
推荐(0)
        
            
        
        
摘要:        
使用sql命令行模式执行: set echo off; --显示start启动的脚本中的每个sql命令,缺省为onset pagesize 0; --设置每页的行数,默认为24,设置为0时不用分页set termout off; --显示脚本中的命令的执行结果,默认为onset feedback o    阅读全文
        
            posted @ 2021-01-16 12:18
渐行渐远的那些人
阅读(481)
评论(0)
推荐(0)
        
            
        
        
摘要:        
/home/oracle/db.rsporacle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0//标注响应文件版本oracle.install.option=INSTALL_    阅读全文
        
            posted @ 2021-01-16 12:15
渐行渐远的那些人
阅读(147)
评论(0)
推荐(0)
        
            
        
        
摘要:        
修改shell限制vi /etc/security/limits.conforacle soft nofile 65536oracle hard nofile 65536oracle soft nproc 16834oracle hard nproc 16384修改内核参数vi /etc/sysct    阅读全文
        
            posted @ 2021-01-16 12:13
渐行渐远的那些人
阅读(72)
评论(0)
推荐(0)
        
            
        
        
摘要:        
set serverout on;declare cursor cu_emp is select empno,ename,sal from emp;e_no number;e_name varchar2(10);e_sal number;begin open cu_emp; fetch cu_emp    阅读全文
        
            posted @ 2021-01-16 12:10
渐行渐远的那些人
阅读(135)
评论(0)
推荐(0)
        
            
        
        
摘要:        
--查询表空间Select distinct a.tablespace_name From Dba_Tablespaces a ;--查询表空间对应的文件路径select file_name , tablespace_name from dba_data_files;select t1.name,t    阅读全文
        
            posted @ 2021-01-16 11:56
渐行渐远的那些人
阅读(1713)
评论(0)
推荐(0)
        
            
        
        
摘要:        
--查看会话select user name, sid, serial# from v$session--根据sid,serial#杀死某个会话alter system kill session '69,11660'通过如下sql你可以查询你的每个应用程序到底在等待什么,从而针对这些信息对数据库的性    阅读全文
        
            posted @ 2021-01-16 11:53
渐行渐远的那些人
阅读(2436)
评论(0)
推荐(0)
        
 
                    
                 
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号