>> from zhuhaiqing.info 主机配置 alter system set DB_UNIQUE_NAME='starboss' scope=spfile; alter system set LOG_ARCHIVE_CONFIG='DG_CONFIG=(starboss,starbossstby01,starbossstby02)'; alter system set LOG_ARCHIVE_DEST_1='LOCATION=/opt/app/oracle/archivelog/
--用oracle系统权限的账号 登陆 -- 1.创建用户 create user u_name identified by "u_password"; --2.赋予权限 grant dba, resource, connect to u_name; grant create session to u_name; grant create table to u_name; grant create view to u_name; grant create tablespace to u