Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2067

Re: Error during SAP system rename

$
0
0

Hello,

 

I have created CONTROL.SQL from source MCS and placed in the installation directory. Now I am getting followin error.

 

 

<html> <head> </head> <body> <p> An error occurred while processing option <i>System Rename > Distributed System > System Rename for Database Instance( Last error reported by the step: SQL statement or script failed. DIAGNOSIS: Error message: ORA-01503: CREATE CONTROLFILE failed

ORA-01161: database name MCS in file header does not match given name of GRD

ORA-01110: data file 2: '/oracle/GRD/sapdata1/sysaux_1/sysaux.data1'

 

 

 

 

ALTER DATABASE OPEN RESETLOGS

*

ERROR at line 1:

ORA-01507: database not mounted

 

 

 

 

ALTER TABLESPACE PSAPTEMP ADD TEMPFILE '/oracle/GRD/sapdata1/temp_1/temp.data1'

*

ERROR at line 1:

ORA-01109: database not open

 

 

 

 

ORA-01507: database not mounted

 

 

 

 

ORACLE instance shut down.

ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance

ORACLE instance started.

 

 

Total System Global Area 5829246976 bytes

Fixed Size                  2263736 bytes

Variable Size            2919236936 bytes

Database Buffers         2902458368 bytes

Redo Buffers                5287936 bytes

Database mounted.

 

 

Database altered.

 

 

ALTER DATABASE OPEN

*

ERROR at line 1:

ORA-01113: file 1 needs media recovery

ORA-01110: data file 1: '/oracle/GRD/sapdata1/system_1/system.data1'

 

 

 

 

ORA-01109: database not open

 

 

 

 

Database dismounted.

ORACLE instance shut down.

Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production

With the Partitioning, OLAP, Data Mining and Real Application Testing options

. SOLUTION: For more information, see ora_sql_results.log and the Oracle documentation.)</i>. You can now: </p> <ul> <li> Choose <i>Retry</i><br>to repeat the current step. </li> <li> Choose <i>Log Files</i><br>to get more information about the error. </li> <li> Stop the option and continue later. </li> </ul> <p> Log files are written to /tmp/sapinst_instdir/NW70/SBC/DISTRIBUTED/DB. </p> </body></html>

 

 

 

 

 

CONTROL.SQL Contents

 

[root@saplgrddb DB]# more CONTROL.SQL

STARTUP NOMOUNT

CREATE CONTROLFILE REUSE SET DATABASE "GRD" RESETLOGS FORCE LOGGING ARCHIVELOG

    MAXLOGFILES 255

    MAXLOGMEMBERS 3

    MAXDATAFILES 1000

    MAXINSTANCES 50

    MAXLOGHISTORY 1168

LOGFILE

  GROUP 1 (

    '/oracle/GRD/origlogA/log_g11m1.dbf',

    '/oracle/GRD/mirrlogA/log_g11m2.dbf'

  ) SIZE 200M BLOCKSIZE 512,

  GROUP 2 (

    '/oracle/GRD/origlogB/log_g12m1.dbf',

    '/oracle/GRD/mirrlogB/log_g12m2.dbf'

  ) SIZE 200M BLOCKSIZE 512,

  GROUP 3 (

    '/oracle/GRD/origlogA/log_g13m1.dbf',

    '/oracle/GRD/mirrlogA/log_g13m2.dbf'

  ) SIZE 200M BLOCKSIZE 512,

  GROUP 4 (

    '/oracle/GRD/origlogB/log_g14m1.dbf',

    '/oracle/GRD/mirrlogB/log_g14m2.dbf'

  ) SIZE 200M BLOCKSIZE 512

DATAFILE

  '/oracle/GRD/sapdata1/system_1/system.data1',

  '/oracle/GRD/sapdata1/sysaux_1/sysaux.data1',

  '/oracle/GRD/sapdata1/undo_1/undo.data1',

  '/oracle/GRD/sapdata1/sr3_1/sr3.data1',

  '/oracle/GRD/sapdata1/sr3701_1/sr3701.data1',

  '/oracle/GRD/sapdata1/sr3usr_1/sr3usr.data1',

  '/oracle/GRD/sapdata1/sr3db_1/sr3db.data1'

CHARACTER SET UTF8

;

ALTER DATABASE OPEN RESETLOGS;

ALTER TABLESPACE PSAPTEMP ADD TEMPFILE '/oracle/GRD/sapdata1/temp_1/temp.data1'

     SIZE 1750M REUSE AUTOEXTEND ON NEXT 20971520  MAXSIZE 10000M;


Viewing all articles
Browse latest Browse all 2067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>