ChinaUnix.net
相关文章推荐:

rman 是oracle命令 还是unix命令

  逻辑备份和物理备份会有什么区别。   因为初接触,感觉exp简单很多。   请问能简单给我分析一下吗?谢谢!

by zsredmoon - Oracle - 2007-05-14 16:00:51 阅读(1648) 回复(6)

相关讨论

man man command Manual Pages - Help with any unix command   man ps Help on the unix ps command       clear clear To clear the screen       pwd pwd Present / Current Working Directory       cd cd [directoryname] Change directory, without argument will change your working directory to your home directory.   cd work Change working directory to "work"   cd .. Change working dir...

by swwin - Oracle - 2003-07-27 16:45:08 阅读(973) 回复(0)

我现在的环境是oracle 10g 加windows 2000 server。 我写了个简单的备份命令文件 ora_bk.rcv RUN { BACKUP DATABASE FORMAT 'd:\temp\rman_%d_%U.bak' PLUS ARCHIVELOG FORMAT 'd:\temp\arch_%d_%U.bak' DELETE ALL INPUT; } 然后在dos下执行 rman target / cmdfile=ora_bk.rcv 结果怎样都不成功, 下面是显示信息。 Recovery Manager: Release 10.2.0.1.0 - Production on Sun Jun 1 13:27:27 20...

by gzhu - Oracle - 2008-06-02 11:22:43 阅读(2194) 回复(3)

1: pwd pwd Present / Current Working Directory (显示当前目录) 2:cd cd [directoryname] Change directory (改变当前目录) without argument will change your working directory to your home directory. (没有参数则到home目录) 3: ls ls [-options] [names] List files. [names] if omitted, will list all files and subdirectories in the directory. Wild cards can be specified. (显示文件及当前目录下的子目录)...

by jeffreyli - Oracle - 2004-09-23 20:53:18 阅读(1509) 回复(5)

telnet到远端的oracle数据库服务器上(linux系统),想执行 rman命令进行备份,却出现如下情况: JServer Release 9.2.0.4.0 - Production [oracle@smssky1 opt]$ rman [oracle@smssky1 opt]$ rman target / rman: can't open target 我是oracle用户,请问:为什么不能执行rman呢? 怎样进行rman命令? 非常谢谢大家啊。

by samyp1234 - Oracle - 2008-08-21 17:48:43 阅读(2479) 回复(8)

具体情况描述如下: oracle用户可以执行exp命令没问题 但是我用别的unix用户执行exp失败,提示ora-1034错误. 由于比较紧急, 望大侠关注 谢谢

by weihy - AIX - 2003-12-18 22:44:17 阅读(987) 回复(9)

具体情况描述如下: oracle用户可以执行exp命令没问题 但是我用别的用户执行exp失败,提示ora-1034错误. 由于比较紧急, :em23: 望大侠关注 谢谢

by weihy - Oracle - 2003-12-19 10:07:00 阅读(925) 回复(7)

哪里有sco unixoracle的操作命令详解?

by michaelyfj - 其他UNIX - 2003-10-09 18:12:00 阅读(428) 回复(0)

现在有个疑问: oracle 10g 运行在linux系统上对比于运行在unix系统上有哪些优势。或者说两者各自的优势有哪些??? 因为用到的都是linux系统,对unix不了解。 初次要求在linux 和 unix 两个系统中比较、选择。 有在两个系统上使用过oracle的朋友可以给点建议么????

by ljf3368 - Oracle - 2008-12-15 13:19:49 阅读(1268) 回复(1)
by xjx2001 - Oracle - 2003-09-09 11:12:24 阅读(492) 回复(1)

rman>allocate channel for delete type disk; rman>allocate channel for maintenance type disk rman>allocate channel dev1 type disk 我的问题是这些红色字体是指什么? 还有其他的选项吗 谢谢 [ 本帖最后由 soccer 于 2006-6-12 12:56 编辑 ]

by soccer - Oracle - 2006-06-13 09:16:00 阅读(1493) 回复(2)