nobody and unprivileged user in oracle http://blog.chinaunix.net/u1/38775/showart_1018688.html How to export your X Display http://blog.chinaunix.net/u1/38775/showart_1018741.html 安装oracle 10.2.0.1.0 on hpux http://blog.chinaunix.net/u1/38775/showart_1019012.html oracle 培训文档,包括实验部分 http://blog.chinaunix.net/u1/38775/showart_1018996.html 从11gR1看oracle的野心 http://blog.chinaunix....
Copy and Rename an oracle Database - (without export/import) by Jeff Hunter, Sr. Database Administrator You may find it necessary to duplicate (clone) an oracle database. One method is to use import/export. This method can work fine, but what if your database is too big? Another method is to make a copy of the current database and rename it. This month I will present an article that explains the...
我在OEM中倒出数据时,在作业中失败,出现如下错误,请问各位大侠如何解决: VNI-2015 : 目标节点的节点首选身份证明无效 或具有的权限不足以完成该操作。 在 Windows 平台上, 为 Windows 目标指定的节点身份证明 应具有 "登录为批处理作业" 的权限。 :?:
给位同志,在unix下如何来实现导出? Windows下我是比较清楚的。 Exp system/manager@service full=yes file=d:\Data.dmp log=D:\exp.log 具体在SCO UNIX下怎么样写类似的export 命令 :idea:
我在启动数据库的时候提示出错. 提示如下错误: -------------------------------------------------------------------------- ERROR: ORA-01034 oracle not available ORA-27101 Shared memory realm does not exist 网上说oracle_SID 参数设置的不对. 这个参数该设置成什么呢? 下面是我的环境变量. [root@localhost ~]# vi /home/oracle/.bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then ...
现在我这边需要从一台 AIX 平台的 oracle 817的数据库全库用 export的方式导出 并导入 windows平台的oracle 817。 请教各位大侠有什么需要注意的地方。或者有相关的实施文档或操作步骤可以提供参考,谢谢 急,请各位帮帮忙。谢谢
DBControl和oracle的Import/export速度比较 系统 Windows XP sp2 工作站。 2.4G单核CPU 512MB内存 65G空闲空间的硬盘 数据库 9.2.0.3 NORAD版本 2.0.11.9 表测试 两个被测试表,RFBLG和RFBLG_BIG。这两个表具有相同的结构。 SQL> describe rfblg Name Null? Type ----------------------- -------- ------------- MANDT NOT NULL VARCH...
sun280机器,安装oracle的httpserver组件完毕,手动可以启动,但在rc2.d或者rc3.d中写了自启动脚本(su - oracle -c '/export/oracle/oracle817/Apache/Apache/bin/apachectl start')后,开机并不执行此脚本,曾经给别的sun机型安装oracle从来没有发生过这样的事情,所以这次非常郁闷,希望高手指点迷津! 我觉得自己脚本应该没错,因为我同时安装2台机器,一台装oracle数据库,一台装apache,数据库那台我可以做到数据库的自启动...