欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

备份、引入ORA数据库(ERP克隆)RedHat 5.5+Oracle 11g (64bit)

程序员文章站 2024-02-21 16:26:52
...

将整个金蝶EAS数据库移动至另一个环境中,用于开发测试:备份Oracle数据库:(也可以通过外部工具PL-SQL)[oracle@rcno8 ~]$ sql

备份Oracle数据库:(也可以通过外部工具PL-SQL)

[oracle@rcno8 ~]$ sqlplus

SQL*Plus: Release 11.2.0.1.0 Production on Tue Nov 23 10:58:56 2010

Copyright (c) 1982, 2009, Oracle.All rights reserved.

Enter user-name: conn/as sysdba

Enter password:

Connected to:

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production

With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL>

在数据库下执行:

create directory kdbak as '/EASData/EASBAK'