Está en la página 1de 62

GRANT SYSDBA TO hpdpsys ;

GRANT CONNECT TO hpdpsys;


GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tabepur1]/u01/app/oracle/home> rman connect target / connec
t catalog rman/rman_mcat12@mcat12
Argument
Value
Description
----------------------------------------------------------------------------target
quoted-string connect-string for target database
catalog
quoted-string connect-string for recovery catalog
auxiliary
quoted-string connect-string for auxiliary database
nocatalog
none
if specified, then no recovery catalog
cmdfile
quoted-string name of input command file
log
quoted-string name of output message log file
trace
quoted-string name of output debugging message log file
append
none
if specified, log is opened in append mode
debug
optional-args activate debugging
msgno
none
show RMAN-nnnn prefix for all messages
send
quoted-string send a command to the media manager
pipe
string
building block for pipe names
script
string
name of catalog script to execute
using
list of args arguments for rman variables
timeout
integer
number of seconds to wait for pipe input
checksyntax none
check the command file for syntax errors
----------------------------------------------------------------------------Both single and double quotes (' or ") are accepted for a quoted-string.
Quotes are not required unless the string contains embedded white-space.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00552: syntax error in command line arguments
RMAN-01009: syntax error: found "connect": expecting one of: "append, auxiliary,
catalog, checksyntax, cmdfile, log, msgno, nocatalog, pipe, script, send, targe
t, timeout, using, @, ;"
RMAN-01007: at line 2 column 1 file: command line arguments
[oracle@ustlssoat900:tabepur1]/u01/app/oracle/home> rman

Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:11:32 2016


Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
RMAN> connect target /
connected to target database: TABEPUR (DBID=505955988)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
starting full resync of recovery catalog
full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F'
;
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tabepur1]/u01/app/oracle/home> /opt/omni/lbin/util_oracle8.
pl -config -dbname tabepur -orahome /u01/app/oracle/product/12.1.0.2 -prmuser hp
dpsys -prmpasswd hpdpsys -prmservice tabepur -rcuser rman -rcpasswd rman_mcat12
-rcservice mcat12
-bash: /opt/omni/lbin/util_oracle8.pl: No such file or directory
[oracle@ustlssoat900:tabepur1]/u01/app/oracle/home> /opt/omni/lbin/util_oracle8.
pl -config -dbname tabepur -orahome /u01/app/oracle/product/12.1.0.2 -prmuser hp
dpsys -prmpasswd hpdpsys -prmservice tabepur -rcuser rman -rcpasswd rman_mcat12

-rcservice mcat12
-bash: /opt/omni/lbin/util_oracle8.pl: No such file or directory
[oracle@ustlssoat900:tabepur1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
8
ORACLE_SID changed to tacmpur1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tacmpur1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:15:51 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;

GRANT CONNECT TO hpdpsys;


GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tacmpur1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:16:38 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TACMPUR (DBID=1046517942)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
starting full resync of recovery catalog
full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F'
;
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';

new RMAN configuration parameters are successfully stored


starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tacmpur1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
9
ORACLE_SID changed to tacmtrr1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2

[oracle@ustlssoat900:tacmtrr1]/u01/app/oracle/home> sqlplus '/as sysdba'


SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:18:04 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tacmtrr1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:18:21 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TACMTRR (DBID=1965882758)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
starting full resync of recovery catalog
full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;

new RMAN configuration parameters are successfully stored


starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F'
;
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tacmtrr1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1

25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.

tbhpref1
tedldt1
tedpur1
tedref1
tedwsa1
thpprt1
thppss1
thpsps1
tlxpur1
ttbw1
tvspur1

Enter Option:
10
ORACLE_SID changed to taedfod1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:taedfod1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:19:19 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options

[oracle@ustlssoat900:taedfod1]/u01/app/oracle/home> rman target /


Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:19:44 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TAEDFOD (DBID=3081956424)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of configure command at 12/19/2016 03:20:02
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20001: target data
base not found in recovery catalog
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of configure command at 12/19/2016 03:20:21
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20001: target data
base not found in recovery catalog
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:taedfod1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1

26.
27.
28.
29.
30.
31.
32.
33.
34.
35.

tedldt1
tedpur1
tedref1
tedwsa1
thpprt1
thppss1
thpsps1
tlxpur1
ttbw1
tvspur1

Enter Option:
11
ORACLE_SID changed to taedpur1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:taedpur1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:24:09 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:taedpur1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:24:28 2016

Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TAEDPUR (DBID=110657891)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
starting full resync of recovery catalog
full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F'
;
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:taedpur1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1

10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.

taedfod1
taedpur1
taedref1
talxpur1
tauabel1
tauafod1
tauapur1
tavspur1
tawppur1
tazzbel1
tazzfod1
tbdlbel1
tbdlfod1
tbepur1
tbhppur1
tbhpref1
tedldt1
tedpur1
tedref1
tedwsa1
thpprt1
thppss1
thpsps1
tlxpur1
ttbw1
tvspur1

Enter Option:
12
ORACLE_SID changed to taedref1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:taedref1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:25:31 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>

Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:taedref1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:25:48 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TAEDREF (DBID=3011651589)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
starting full resync of recovery catalog
full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F'
;
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog

full resync complete


RMAN>
RMAN>
RMAN>
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:taedref1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
13
ORACLE_SID changed to talxpur1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:talxpur1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:26:55 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.

Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:talxpur1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:27:14 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TALXPUR (DBID=3831439935)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
starting full resync of recovery catalog
full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F'

;
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN>
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:talxpur1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1

26.
27.
28.
29.
30.
31.
32.
33.
34.
35.

tedldt1
tedpur1
tedref1
tedwsa1
thpprt1
thppss1
thpsps1
tlxpur1
ttbw1
tvspur1

Enter Option:
14
ORACLE_SID changed to tauabel1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tauabel1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:28:09 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tauabel1]/u01/app/oracle/home> ls -ltra /opt/omni/lbin/

total 31800
-r-x------ 1 root root 38040 May 12 2015 .util
-r-xr-xr-x 1 root root 710969 May 12 2015 echo_e
-r-xr-xr-x 1 root root 710969 May 12 2015 echo_d
-r-xr-xr-x 1 root root 711041 May 12 2015 cat_e
-r-sr-sr-x 1 root root 711041 May 12 2015 cat_d
-r-s------ 1 root root 600984 May 12 2015 inet
-r-xr-xr-x 1 root root 1022816 May 12 2015 util_cmd
-r-xr-xr-x 1 root root 392792 May 12 2015 omnigetmsg
-r-xr-xr-x 1 root root 601304 May 12 2015 omnidls
-r-xr-xr-x 1 root root 725216 May 12 2015 vrda
-r-xr-xr-x 1 root root 718688 May 12 2015 vbda
-r-xr-xr-x 1 root root 664600 May 12 2015 rbda
-r-xr-xr-x 1 root root 623224 May 12 2015 fsbrda
-r-xr-xr-x 1 root root 682624 May 12 2015 rrda
-r-xr-xr-x 1 root root 662968 May 12 2015 sap_bl_util
-r-x------ 1 root root 3961832 May 12 2015 bma
-r-x------ 1 root root 4121768 May 12 2015 rma
-r-x------ 1 root root 3859208 May 12 2015 mma
-r-x------ 1 root root 3874888 May 12 2015 cma
-r-x------ 1 root root 4338520 May 12 2015 uma
-r-xr-xr-x 1 root root 863416 May 12 2015 devbra
-r-xr-xr-x 1 root root 1020736 May 12 2015 dma
-r-xr-xr-x 1 root root 881064 May 12 2015 storeonceinfo
dr-x------ 2 root root
4096 May 12 2015 utilns
lrwxrwxrwx 1 root root
3 Dec 8 13:36 dma.exe -> dma
lrwxrwxrwx 1 root root
11 Dec 8 13:36 sap_bl_util.exe -> sap_bl_util
lrwxrwxrwx 1 root root
8 Dec 8 13:36 util_cmd.exe -> util_cmd
drwxr-xr-x 3 root root
4096 Dec 8 13:37 .
drwxr-xr-x 9 root root
4096 Dec 8 13:37 ..
[oracle@ustlssoat900:tauabel1]/u01/app/oracle/home> ls -l util_oracle8.pl
ls: cannot access util_oracle8.pl: No such file or directory
[oracle@ustlssoat900:tauabel1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:33:19 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TAUABEL (DBID=3018175514)
RMAN> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORA
RY TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
using target database control file instead of recovery catalog
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of sql statement command at 12/19/2016 03:33:27
ORA-01920: user name 'HPDPSYS' conflicts with another user or role name
RMAN>
Statement processed
RMAN>
Statement processed
RMAN>

Statement processed
RMAN>
Statement processed
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F'
;
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tauabel1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1

23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.

tbepur1
tbhppur1
tbhpref1
tedldt1
tedpur1
tedref1
tedwsa1
thpprt1
thppss1
thpsps1
tlxpur1
ttbw1
tvspur1

Enter Option:
14
ORACLE_SID changed to tauabel1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tauabel1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:36:35 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;CREATE USER hpdpsys IDENTIFIED BY hpdpsys D
EFAULT TABLESPACE users TEMPORARY TABLESPACE temp
*
ERROR at line 1:
ORA-01920: user name 'HPDPSYS' conflicts with another user or role name
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL> exit

Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64


bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tauabel1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:37:26 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TAUABEL (DBID=3018175514)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
starting full resync of recovery catalog
full resync complete
old RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F'
;
old RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
old RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
old RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete

RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tauabel1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
15
ORACLE_SID changed to tauafod1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tauafod1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:38:37 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options

SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tauafod1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:38:51 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TAUAFOD (DBID=205229923)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
starting full resync of recovery catalog
full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';

new RMAN configuration parameters are successfully stored


starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tauafod1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1

Enter Option:
16
ORACLE_SID changed to tauapur1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tauapur1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:39:47 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tauapur1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:40:04 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TAUAPUR (DBID=1813853558)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;

CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';


CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;

starting full resync of recovery catalog


full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN>
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tauapur1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1

17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.

tavspur1
tawppur1
tazzbel1
tazzfod1
tbdlbel1
tbdlfod1
tbepur1
tbhppur1
tbhpref1
tedldt1
tedpur1
tedref1
tedwsa1
thpprt1
thppss1
thpsps1
tlxpur1
ttbw1
tvspur1

Enter Option:
17
ORACLE_SID changed to tavspur1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tavspur1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:41:09 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> sCREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORA
RY TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;SP2-0734: unknown command beginning "sCREAT
E US..." - rest of line ignored.
SQL> GRANT SYSDBA TO hpdpsys
*
ERROR at line 1:
ORA-01917: user or role 'HPDPSYS' does not exist
SQL> GRANT CONNECT TO hpdpsys
*
ERROR at line 1:
ORA-01917: user or role 'HPDPSYS' does not exist
SQL> GRANT RESOURCE TO hpdpsys
*
ERROR at line 1:

ORA-01917: user or role 'HPDPSYS' does not exist


SQL>
GRANT SELECT_CATALOG_ROLE TO hpdpsys
*
ERROR at line 1:
ORA-01917: user or role 'HPDPSYS' does not exist
SQL>
SQL>
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tavspur1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:41:39 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TAVSPUR (DBID=3724240882)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
starting full resync of recovery catalog

full resync complete


new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tavspur1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1

27.
28.
29.
30.
31.
32.
33.
34.
35.

tedpur1
tedref1
tedwsa1
thpprt1
thppss1
thpsps1
tlxpur1
ttbw1
tvspur1

Enter Option:
18
ORACLE_SID changed to tawppur1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tawppur1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:42:34 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tawppur1]/u01/app/oracle/home> rman target /

Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:42:54 2016


Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TAWPPUR (DBID=1999153092)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
starting full resync of recovery catalog
full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tawppur1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1

10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.

taedfod1
taedpur1
taedref1
talxpur1
tauabel1
tauafod1
tauapur1
tavspur1
tawppur1
tazzbel1
tazzfod1
tbdlbel1
tbdlfod1
tbepur1
tbhppur1
tbhpref1
tedldt1
tedpur1
tedref1
tedwsa1
thpprt1
thppss1
thpsps1
tlxpur1
ttbw1
tvspur1

Enter Option:
19
ORACLE_SID changed to tazzbel1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tazzbel1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:43:46 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to an idle instance.
SQL> exit
Disconnected
[oracle@ustlssoat900:tazzbel1]/u01/app/oracle/home> ps -ef|grep pmon
oracle 10053 27313 0 03:44 pts/4
00:00:00 grep pmon
oracle 17935
1 0 Dec16 ?
00:00:29 asm_pmon_+ASM1
oracle 18751
1 0 Dec16 ?
00:00:26 ora_pmon_taedfod1
oracle 18752
1 0 Dec16 ?
00:00:27 ora_pmon_taedref1
oracle 18761
1 0 Dec16 ?
00:00:27 ora_pmon_tbhppur1
oracle 18765
1 0 Dec16 ?
00:00:27 ora_pmon_tbhpref1
oracle 18767
1 0 Dec16 ?
00:00:32 ora_pmon_taedpur1
oracle 18953
1 0 Dec16 ?
00:00:26 ora_pmon_tauabel1
oracle 21522
1 0 Dec16 ?
00:00:26 ora_pmon_talxpur1
oracle 21643
1 0 Dec16 ?
00:00:27 ora_pmon_tawppur1
oracle 21647
1 0 Dec16 ?
00:00:27 ora_pmon_tazzfod1
oracle 21651
1 0 Dec16 ?
00:00:27 ora_pmon_tbdlbel1
oracle 21661
1 0 Dec16 ?
00:00:27 ora_pmon_tedwsa1
oracle 21665
1 0 Dec16 ?
00:00:27 ora_pmon_tedref1
oracle 21669
1 0 Dec16 ?
00:00:26 ora_pmon_tacmtrr1
oracle 21687
1 0 Dec16 ?
00:00:41 ora_pmon_tedldt1
oracle 21713
1 0 Dec16 ?
00:00:28 ora_pmon_tauafod1

oracle 23313
1 0 Dec16 ?
00:00:29 ora_pmon_tbepur1
oracle 23346
1 0 Dec16 ?
00:00:28 ora_pmon_tacmpur1
oracle 23352
1 0 Dec16 ?
00:00:28 ora_pmon_tint1
oracle 23366
1 0 Dec16 ?
00:00:29 ora_pmon_thpprt1
oracle 23388
1 0 Dec16 ?
00:00:29 ora_pmon_thpsps1
oracle 23390
1 0 Dec16 ?
00:00:29 ora_pmon_tabepur1
oracle 23396
1 0 Dec16 ?
00:00:29 ora_pmon_tavspur1
oracle 23407
1 0 Dec16 ?
00:00:29 ora_pmon_tbdlfod1
oracle 23427
1 0 Dec16 ?
00:00:31 ora_pmon_tauapur1
[oracle@ustlssoat900:tazzbel1]/u01/app/oracle/home> . sd
-bash: sd: No such file or directory
[oracle@ustlssoat900:tazzbel1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
20
ORACLE_SID changed to tazzfod1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tazzfod1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:46:05 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.

Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tazzfod1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:46:33 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TAZZFOD (DBID=1607261067)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;

starting full resync of recovery catalog


full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;

new RMAN configuration parameters are successfully stored


starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN>
RMAN>
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tazzfod1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1

27.
28.
29.
30.
31.
32.
33.
34.
35.

tedpur1
tedref1
tedwsa1
thpprt1
thppss1
thpsps1
tlxpur1
ttbw1
tvspur1

Enter Option:
21
ORACLE_SID changed to tbdlbel1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tbdlbel1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:47:10 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tbdlbel1]/u01/app/oracle/home> rman target /

Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:47:27 2016


Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TBDLBEL (DBID=1118643378)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
starting full resync of recovery catalog
full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tbdlbel1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1

9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
22
ORACLE_SID changed to tbdlfod1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tbdlfod1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:48:11 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.

SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tbdlfod1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:48:29 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TBDLFOD (DBID=3975309795)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN>
RMAN>
RMAN>
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
starting full resync of recovery catalog
full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete

RMAN>
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tbdlfod1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
23
ORACLE_SID changed to tbepur1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tbepur1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:49:11 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.

Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tbepur1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:49:31 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TBEPUR (DBID=1515052899)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;

starting full resync of recovery catalog


full resync complete

new RMAN configuration parameters:


CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN>
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tbepur1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1

26.
27.
28.
29.
30.
31.
32.
33.
34.
35.

tedldt1
tedpur1
tedref1
tedwsa1
thpprt1
thppss1
thpsps1
tlxpur1
ttbw1
tvspur1

Enter Option:
24
ORACLE_SID changed to tbhppur1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tbhppur1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:50:14 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tbhppur1]/u01/app/oracle/home> rman target /

Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:50:32 2016


Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TBHPPUR (DBID=875982625)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;

starting full resync of recovery catalog


full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN>
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tbhppur1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT

6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
25
ORACLE_SID changed to tbhpref1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tbhpref1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:51:14 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.

SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tbhpref1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:51:30 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TBHPREF (DBID=3951680864)
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
using target database control file instead of recovery catalog
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
RMAN>
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
RMAN>
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
RMAN>
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tbhpref1]/u01/app/oracle/home> . sid
1. Oracle Agent

2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
26
ORACLE_SID changed to tedldt1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tedldt1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:52:10 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;

User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tedldt1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:52:24 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TEDLDT (DBID=1975349932)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
starting full resync of recovery catalog
full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored

starting full resync of recovery catalog


full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tedldt1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
27
ORACLE_SID changed to tedpur1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tedpur1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:53:06 2016

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


Connected to an idle instance.
SQL> exit
Disconnected
[oracle@ustlssoat900:tedpur1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
28
ORACLE_SID changed to tedref1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tedref1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:53:46 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,

Advanced Analytics and Real Application Testing options


SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tedref1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:54:01 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TEDREF (DBID=4016931719)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
starting full resync of recovery catalog
full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';

new RMAN configuration parameters are successfully stored


starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tedref1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1

Enter Option:
29
ORACLE_SID changed to tedwsa1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tedwsa1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:54:40 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:tedwsa1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:54:53 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: TEDWSA (DBID=496650601)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';

CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';


CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
starting full resync of recovery catalog
full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:tedwsa1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1

22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.

tbdlfod1
tbepur1
tbhppur1
tbhpref1
tedldt1
tedpur1
tedref1
tedwsa1
thpprt1
thppss1
thpsps1
tlxpur1
ttbw1
tvspur1

Enter Option:
30
ORACLE_SID changed to thpprt1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:thpprt1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:55:42 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,

Advanced Analytics and Real Application Testing options


[oracle@ustlssoat900:thpprt1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:55:57 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: THPPRT (DBID=486218089)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of configure command at 12/19/2016 03:56:10
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20001: target data
base not found in recovery catalog
RMAN>
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of configure command at 12/19/2016 03:56:11
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20001: target data
base not found in recovery catalog
RMAN>
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of configure command at 12/19/2016 03:56:11
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20001: target data
base not found in recovery catalog
RMAN>
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of configure command at 12/19/2016 03:56:11
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20001: target data
base not found in recovery catalog
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of configure command at 12/19/2016 03:56:23
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20001: target data
base not found in recovery catalog
RMAN>

RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:thpprt1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
31
ORACLE_SID changed to thppss1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:thppss1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:57:43 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to an idle instance.
SQL> exit
Disconnected
[oracle@ustlssoat900:thppss1]/u01/app/oracle/home> . sid
1. Oracle Agent

2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
32
ORACLE_SID changed to thpsps1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:thpsps1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:58:18 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
SQL> CREATE USER hpdpsys IDENTIFIED BY hpdpsys DEFAULT TABLESPACE users TEMPORAR
Y TABLESPACE temp;
GRANT SYSDBA TO hpdpsys ;
GRANT CONNECT TO hpdpsys;
GRANT RESOURCE TO hpdpsys;
GRANT SELECT_CATALOG_ROLE TO hpdpsys;
User created.

SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
Grant succeeded.
SQL>
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64
bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Advanced Analytics and Real Application Testing options
[oracle@ustlssoat900:thpsps1]/u01/app/oracle/home> rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Mon Dec 19 03:58:33 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: THPSPS (DBID=4177892218)
RMAN> connect catalog rman/rman_mcat12@mcat12
connected to recovery catalog database
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
starting full resync of recovery catalog
full resync complete
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 1 TIMES TO 'SBT_TAPE';
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete

RMAN>
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete
RMAN>
RMAN> exit
Recovery Manager complete.
[oracle@ustlssoat900:thpsps1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
33
ORACLE_SID changed to tlxpur1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tlxpur1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:59:12 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.

Connected to an idle instance.


SQL> exit
Disconnected
[oracle@ustlssoat900:tlxpur1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener
3. Oracle Names Server
4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
34
ORACLE_SID changed to ttbw1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:ttbw1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 03:59:36 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to an idle instance.
SQL> exit
Disconnected
[oracle@ustlssoat900:ttbw1]/u01/app/oracle/home> . sid
1. Oracle Agent
2. Oracle Listener

3. Oracle Names Server


4. 12102
5. AGENT
6. CRS
7. tabepur1
8. tacmpur1
9. tacmtrr1
10. taedfod1
11. taedpur1
12. taedref1
13. talxpur1
14. tauabel1
15. tauafod1
16. tauapur1
17. tavspur1
18. tawppur1
19. tazzbel1
20. tazzfod1
21. tbdlbel1
22. tbdlfod1
23. tbepur1
24. tbhppur1
25. tbhpref1
26. tedldt1
27. tedpur1
28. tedref1
29. tedwsa1
30. thpprt1
31. thppss1
32. thpsps1
33. tlxpur1
34. ttbw1
35. tvspur1
Enter Option:
35
ORACLE_SID changed to tvspur1
ORACLE_HOME changed to /u01/app/oracle/product/12.1.0.2
[oracle@ustlssoat900:tvspur1]/u01/app/oracle/home> sqlplus '/as sysdba'
SQL*Plus: Release 12.1.0.2.0 Production on Mon Dec 19 04:00:04 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to an idle instance.
SQL>

También podría gustarte