Linux系统上安装和配置Backup Exec 12.5 Oracle Agent详细步骤
|
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/ (编辑:佛山站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |

