Link to home
Start Free TrialLog in
Avatar of ethanjohnsons
ethanjohnsons

asked on

Start up RCAT DB

su - oracle
export ORACLE_SID=rcat1
sqlplus "/ as sysdba"

startup mount
alter database archivelog;
alter database open;
select * from v$database;

Is there anything missing to start up RCAT with these commands?

I found that RMAN was started with archivelog on but DISABLED.
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
note: usually, the RMAN/RCAT database itself is not in archivelog mode...
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial