cancel
Showing results for 
Search instead for 
Did you mean: 

Control file for Oracle Restore

Former Member
0 Kudos

Hello All,

We are making use of only ABAP stack of SAP ECC 6.0 Sr3 version

Database version is Oracle 10.2

how can i generate control file for ABAP stack only for database restore?

Please Guide

Best Regards,

Amol Dounde

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Amol,

We discussed the issue in my previous threads;

http://scn.sap.com/thread/3223223

Best regards,

Orkun Gedik

Former Member
0 Kudos

hi Amol,

in addition to  Huseyin Bilgen

for trace file location

on sql prompt.

:>show parameter user;

check for *.trc file with latest time stamp

HuseyinBilgen
Active Contributor
0 Kudos

Hi,

Logon to your os with ora<sid> or <sid>adm if OS is Windows.

Open command prompt or shell and run the following commands:

1. sqlplus "/as sysdba"

2. alter database backup controlfile to trace;

Then check the Oracle Trace Location to get the script.

Former Member
0 Kudos

follow http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_5003.htm

good for you to know with detailed syntax.