Discussions
Categories
- 385.5K All Categories
- 4.9K Data
- 2.5K Big Data Appliance
- 2.4K Data Science
- 453.4K Databases
- 223.2K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 47 Multilingual Engine
- 606 MySQL Community Space
- 486 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.2K ORDS, SODA & JSON in the Database
- 585 SQLcl
- 4K SQL Developer Data Modeler
- 188K SQL & PL/SQL
- 21.5K SQL Developer
- 46 Data Integration
- 46 GoldenGate
- 298.4K Development
- 4 Application Development
- 20 Developer Projects
- 166 Programming Languages
- 295K Development Tools
- 150 DevOps
- 3.1K QA/Testing
- 646.7K Java
- 37 Java Learning Subscription
- 37.1K Database Connectivity
- 201 Java Community Process
- 108 Java 25
- 22.2K Java APIs
- 138.3K Java Development Tools
- 165.4K Java EE (Java Enterprise Edition)
- 22 Java Essentials
- 176 Java 8 Questions
- 86K Java Programming
- 82 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 208 Java User Groups
- 25 JavaScript - Nashorn
- Programs
- 667 LiveLabs
- 41 Workshops
- 10.3K Software
- 6.7K Berkeley DB Family
- 3.6K JHeadstart
- 6K Other Languages
- 2.3K Chinese
- 207 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 474 Portuguese
RMAN backup..how to restore?

Hi All,
I am new to RMAN restore
Can you please guide me or suggest URL to follow, how to restore the below RMAN backup?
Thanks in Advance
And in have opened the spfile using strings command. and below is the attached
==============================================================
}|{z
O1N4LIVE
)="d
TAG20191204T123315
N4LIVE
n4live.__db_cache_size=2801795072
n4live.__java_pool_size=16777216
n4live.__large_pool_size=16777216
n4live.__oracle_base='/oracle'#ORACLE_BASE set from environment
n4live.__pga_aggregate_target=1610612736
n4live.__sga_target=4831838208
n4live.__shared_io_pool_size=134217728
n4live.__shared_pool_size=1778384896
n4live.__streams_pool_size=33554432
*.audit_file_dest='/oracle/admin/n4live/adump'
*.audit_trail='db'
*.compatible='11.2.0.0.0'
*.control_files='/oracle/oradata//n4live/control01.ctl','/oracle/oradata//n4live/control02.ctl','/oracle/oradata//n4live/control03.ctl'
*.db_block_size=8192
*.db_domain='sech.local'
*.db_file_name_convert='/oracle/oradata/n4live/','/oracle/dati/n4livesb/'
*.db_name='n4live'
*.db_recovery_file_dest_size=4322230272
*.db_recovery_file_dest='/oracle/fast_recovery_area'
*.diagnostic_dest='/oracle'
*.dispatchers='(PROTOCOL=TCP) (SERVICE=n4liveXDB)'
*.fal_client='N4LIVE'
*.fal_server='N4LIVESB'
*.log_archive_config='DG_CONFIG=(n4live,n4liveSB)'
*.log_archive_dest_1='LOCATION=/oracle/archived/'
*.log_archive_dest_2='SERVICE=n4livesb LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=n4livesb'
*.log_archive_format='%t_%s_%r.dbf'
*.log_file_name_convert='/oracle/oradata/n4live/','/oracle/dati/n4livesb/'
*.memory_max_target=6442450944
*.memory_target=6442450944
*.nls_length_semantics='CHAR'
*.open_cursors=300
*.pga_aggregate_target=1610612736
*.processes=300
*.remote_login_passwordfile='EXCLUSIVE'
*.sessions=350
*.sga_target=4831838208
*.undo_tablespace='UNDOTBS1'
/oracle/Ora11R2/dbs/spfilen4live.ora
===================================================================
Thank you,
JP
Answers
-
Are you restoring it to the same place or to a different server?
-
How is this different from your other thread?
We can't tell anything based on a list of file names and an irrelevant listing of the spfile. But if I had to guess, based on those file names, that's not even an rman backup, in spite of your assertion otherwise.
You should continue to work your previous thread.
-
Please close this thread and continue on the original one. Explain there exactly what are you trying to do...
-
JP, you should always identify the full version of Oracle in use. Are you using a backup tool, which in turn actually performs the rman backups? If you are using a tool it should also handle the restore otherwise the Backup manuals are under Administration in the online database documentation
- -
https://docs.oracle.com/en/database/oracle/oracle-database/index.html
- -
If you are restoring the same database the backup is for on the same server it was made on then the rman restore can be as simple as
restore database
recover database
- -
The restore depends on the details which you did not post.
- -
HTH -- Mark D Powell --
-
Resolved
-
SITI wrote:Resolved
Please post the solution then flag it as "correct answer"
If you don't want to do that, flag the "Resolved" post as "correct answer".
If you don't want to do that, please flag the post as "Assumed answered"
If you don't want to do that, please bare in mind that we really appreciate closed threads and dislike people who have a bad habit of not closing them.
thanks,
MK
-
We got the EXPDP(Datapump) backup from the customer.
Thanks,
-
If it is resolved do close this thread.
Thanks
-
SITI wrote:We got the EXPDP(Datapump) backup from the customer.Thanks,
Which has nothing to do with rman . . .
-
There were no option to close this Thread.
Please assist.