加入收藏 | 设为首页 | 会员中心 | 我要投稿 佛山站长网 (https://www.0757zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 服务器 > 搭建环境 > Linux > 正文

Linux系统上安装和配置Backup Exec 12.5 Oracle Agent详细步骤

发布时间:2016-10-23 09:14:27 所属栏目:Linux 来源:网络整理
导读:一、安装部分 Backup Exec是一款主要用于Windows平台的数据保护产品,但是它也包含了用于Linux或Unix的代理程序。要清楚你所使用的Backup Exec支持哪些Linux或U

2. Click on the Modify List button as shown in Figure 1. Add the Oracle server name and the logon account name to the media server's list of Oracle servers and authentication credentials using (1) the fully qualified domain name, (2) NetBIOS name and (3) IP address as separate entries, each using the same logon account.

http://esdownload.symantec.com/akdlm/CD/MTV/BEWS_11D.7170_LINUX-UNIX-MAC-NT4_AGENTS.2.tar.gz

数据库归档方式配置

1. 正常关闭数据库

SQL> shutdown

Database closed.

Database dismounted.

ORACLE instance shut down.

2. 启动数据库到加载状态

SQL> startup mount

ORACLE instance started.

Total System Global Area 285212672 bytes

Fixed Size 1218992 bytes

Variable Size 96470608 bytes

Database Buffers 184549376 bytes

Redo Buffers 2973696 bytes

Database mounted.

3. 修改数据库为归档模式

SQL> alter database archivelog;

Database altered.

4. 查看归档模式是否被修改

SQL> archive log list

Database log mode Archive Mode

Automatic archi ......

# .bash_profile

# Get the aliases and functions

if [ -f ~/.bashrc ]; then

. ~/.bashrc

fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin:/sbin:/home/sa/app/sa/product/11.2.0/dbhome_1/bin

ORACLE_BASE=/home/sa/app/sa

ORACLE_HOME=/home/sa/app/sa/product/11.2.0/dbhome_1

ORACLE_SID=orcl

ORACLE_UNQNAME=orcl

export PATH

export ORACLE_BASE ORACLE_HOME ORACLE_SID PATH ORACLE_UNQNAME

~   ~

su - sa

env | grep ORA

sqlplus "/ as sysdba"

startup

export ORACLE_UNQNAME=orcl

emctl start dbconsole

本栏目更多精彩内容:http://www.bianceng.cn/OS/Linux/

(编辑:佛山站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

热点阅读