- 博客(16)
- 收藏
- 关注
转载 redhat 部署多套tomcat环境步骤
1.在需要部署的用户下设置环境变量命令如下:vi .bash_profile#java 环境变量设置export JAVA_HOME=/usr/local/jdk_1.6.0_06export CLASS_PAT...
2014-03-26 10:30:09
153
转载 oracle 跨库查询对象 CREATE DATABSE LINK
最近遇到在不同的数据库之间查询数据的问题,度娘了一下发现create database link。所以查看oracle sql reference后总结下子。创建db link 有两种方式:1.私有的(默认)--用户必...
2014-02-25 16:56:04
147
转载 IMP-00013: only a DBA can import a file exported by another DBA 问题及解决方案
今天遇到导入dmp文件,报IMP-00013: only a DBA can import a file exported by another DBA 的问题,解决访问有两种:1.给导入用户赋予dba 权限 SQ...
2013-12-18 18:53:17
384
转载 ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
问题原因:log_archive_start参数已过时了NAME TYPE VALUElog_archive_start ...
2013-09-26 17:35:19
127
转载 SP2-0618: Cannot find the Session Identifier. Check PLUSTRACE role is enabled
SQL> show userUSER is "HR"SQL> set autot on statSP2-0618: Cannot find the Session Identifier. Check PLUSTRA...
2013-09-25 11:52:04
94
转载 oracle temporary table
It is also possible to create a temporary table. The definition of a temporary table is visible to all sessions,...
2013-08-26 15:57:30
182
转载 redo logfile的维护操作
0.日志切换alter system switch logfile;1.增加日志组alter database add logfile group 4 '/uo1/dylan007/redo04.log' siz...
2013-06-26 11:22:22
92
转载 CONTROL_FILES的多路复用方法
add control_files两种方法:1.修改初始化参数文件pfile 加粗的是新增加的控制文件control_files='/usr/local/src/oradata/dylan007/control01.ctl',...
2013-06-06 10:40:00
390
转载 手动创建数据库步骤
1.确定oracle的ORACLE_SID名称;2.确定数据库使用的字符集;3.设置参数文件parameter initsid.ora;4.根据参数文件中创建所需要的文件夹;5.创建口令文件 orapwd file=orapws...
2013-06-04 09:15:11
154
转载 ORA-01045: user HR lacks CREATE SESSION privilege; logon denied
ORA-01045用户HR缺乏CREATE SESSION权限登录被拒绝SQL>grant resource,connect to hr;--解决[@more@] ...
2013-05-20 10:30:25
227
转载 ORA-28000: the account is locked 解决方式
select username,account_status from dba_users where username='user';如果状态是EXPIRED&LOCKED;SQL>alter user user...
2013-05-20 10:15:13
138
转载 ORA-00119: invalid specification for system parameter LOCAL_LISTENER
此问题主要是由自己的操作系统所引起的问题。vi /etc/hosts 中添加一样,主机名也就是username(hostname命令)ip hostname 保存。此问题解决![@more@] ...
2013-05-18 16:22:38
106
转载 redhat 5.4 安装oracle11g 步骤
1.创建用户组 oinstall 及用户 oracle2.创建安装文件目录及数据目录3.设置oracle环境变量export ORACLE_BASE=/usr/local/src/oracleexport ORACLE_HOME...
2013-05-08 14:39:57
120
转载 ORA-00904: invalid identifier
1.表 列名与sql语句中列名不一致会导致此问题;2.创建语句时 字段加了引号 会导致此问题;[@more@] ...
2013-03-29 15:30:00
190
转载 11g dmp 导入10g 解决方案
修改11g dmp文件头部版本V11.01.00V10.2.0.4验证完毕!查看需要导入的oracle版本号:sqlplus /nologconn /as sysdbaselect * from v$version;[@more...
2013-03-29 11:10:54
339
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人