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...
我现在的环境是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...
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. (显示文件及当前目录下的子目录)...
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命令? 非常谢谢大家啊。
具体情况描述如下: oracle用户可以执行exp命令没问题 但是我用别的unix用户执行exp失败,提示ora-1034错误. 由于比较紧急, 望大侠关注 谢谢
具体情况描述如下: oracle用户可以执行exp命令没问题 但是我用别的用户执行exp失败,提示ora-1034错误. 由于比较紧急, :em23: 望大侠关注 谢谢
现在有个疑问: oracle 10g 运行在linux系统上对比于运行在unix系统上有哪些优势。或者说两者各自的优势有哪些??? 因为用到的都是linux系统,对unix不了解。 初次要求在linux 和 unix 两个系统中比较、选择。 有在两个系统上使用过oracle的朋友可以给点建议么????
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 编辑 ]