Home » RDBMS Server » Backup & Recovery » transportable database windows to linux
transportable database windows to linux [message #667423] Wed, 27 December 2017 08:16 Go to next message
jbeckstrom
Messages: 8
Registered: January 2011
Junior Member
I am following several notes on migrating a database from Windows to Linux. One of the notes is 1401921.1. Database is 11.2.0.4 so using transportable database option.

I have copied all of the database files from Windows to the Linux server using OS commands. The System and rollback datafiles were placed in a separate directory awaiting conversion.

I nomounted the database and started rman on the Linux server.

Now trying to convert the system and rollback datafiles only since they need conversion per the MOS notes.

I am attempting to run the following command from a file:

CONVERT datafile
'/oracle/orat/convert/system.dbf',
'/oracle/orat/convert/system_2.dbf',
'/oracle/orat/convert/system_3.dbf',
'/oracle/orat/convert/system_4.dbf',
'/oracle/orat/convert/system_5.dbf',
'/oracle/orat/convert/rollback.dbs'
DB_FILE_NAME_CONVERT
'/oracle/orat/convert','/oracle/orat'
FROM PLATFORM 'Microsoft Windows x86 64-bit
parallelism 6;

When I run this command, I get:

RMAN> @rman_convert_datafile.sql

RMAN> CONVERT datafile
2> '/oracle/orat/convert/system.dbf',
3> '/oracle/orat/convert/system_2.dbf',
4> '/oracle/orat/convert/system_3.dbf',
5> '/oracle/orat/convert/system_4.dbf',
6> '/oracle/orat/convert/system_5.dbf',
7> '/oracle/orat/convert/rollback.dbs'
8> DB_FILE_NAME_CONVERT
9> '/oracle/orat/convert','/oracle/orat'
10> FROM PLATFORM 'Microsoft Windows x86 64-bit
11> parallelism 6;
12>
13>
14> **end-of-file**
15>

RMAN is listing the file instead of executing the commands. What am I doing wrong?
Re: transportable database windows to linux [message #667424 is a reply to message #667423] Wed, 27 December 2017 08:53 Go to previous message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

Crossref:
http://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=89325&SkipA=0

Previous Topic: RMAN on ORA11gR2 - CONFIGURE RETENTION POLICY TO REDUNDANCY 1
Next Topic: RMAN duplicate nopen from 11g to 12c fails
Goto Forum:
  


Current Time: Thu Mar 28 08:54:40 CDT 2024