随笔分类 - ORACLE
摘要:with event_trace as(select * from w_user where user_name like '%a%')select * from event_trace相当于建个临时表 也相当于是一个针对sql的别名语法就是with tempname...
阅读全文
摘要:在CMD里输入命令如下:C:\Documents and Settings\Administrator>orapwdUsage: orapwd file= password= entries=wherefile - name of password file (man...
阅读全文
摘要:select a.sid, a.serial#, c.object_name, b.session_id, b.oracle_username, b.os_user_name,vt.sql_text,a.st...
阅读全文
摘要:首先 需要确认系统是否存在odbc for mysql的驱动开始-》设置-》控制面板-》数据源->系统DSN-》添加 看是否存在 MYSQL-ODBC-5.X ANSI或者UNICODE的驱动如果没有去 oracle注册个账号 http://dev.mysql.co...
阅读全文
摘要:在oracle 11g中使用javasource 首先定义javaSourcecreate or replace and compile java source named "Encrypt1" asimport java.security.SecureRandom;...
阅读全文
摘要:(一)深入浅出理解索引结构 实际上,您可以把索引理解为一种特殊的目录。微软的SQL SERVER提供了两种索引:聚集索引(clustered index,也称聚类索引、簇集索引)和非聚集索引(nonclustered index,也称非聚类索引、非簇集索...
阅读全文
摘要:Oracle游标数错误解决ORA-00020: maximum number of processes (%s) 今天在使用过程中,oracle突然挂掉,再次尝试启动提示:ORA-00020: maximum number of processes (%s) exc...
阅读全文
摘要:下载地址:http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html下载linux版本的rpm安装脚本 rpm -Uhv sqldeveloper-3.1....
阅读全文
摘要:最近程序老是出现等待一会后 操作程序页面 出现下面异常org.springframework.dao.DataAccessResourceFailureException Io 异常: tConnection reset 通过测试是发现是dbcp连接池导致 因为服务器...
阅读全文
摘要:查询表空间数据文件保存位置select tablespace_name,file_id,bytes,file_name from dba_data_files;create tablespace tp_qywsbspt datafile '/u01/app/orac...
阅读全文

浙公网安备 33010602011771号